1.2.23 • Published 6 years ago

bapjsc-health-check-server v1.2.23

Weekly downloads
2
License
ISC
Repository
gitlab
Last release
6 years ago

Health check server. Run this server to collect status info from heal check agents.

Note: This server expect redis to be installed and running at localhost:6379 without password.

Installation:

sudo npm i -g bapjsc-health-check-server --unsafe-perm

Run:

health-check-server <listen port> <config directory> <show log true/false>

Configuration:

Config directory contains one or many configuration files. The configuration file is in xml format follow the XSD format as in lib/src/app/assets/xsd/server-config.xsd Using the following header for server config file. Your IDE may be smart enough to show you the auto complete guide (WebStorm for example).

   
   <server-config xmlns="https://xsd.bap.jp/healthcheck/server"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xsi:schemaLocation="https://xsd.bap.jp/healthcheck/server https://gitlab-new.bap.jp/template-projects/health-check-server/raw/master/lib/src/app/assets/xsd/server-config.xsd">
   ...
   </server-config>
1.2.23

6 years ago

1.1.23

6 years ago

1.1.22

6 years ago

1.1.21

6 years ago

1.1.20

6 years ago

1.1.19

6 years ago

1.1.18

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.0.1

6 years ago

1.0.0

6 years ago