1.2.23 • Published 5 years ago

bapjsc-health-check-server v1.2.23

Weekly downloads
2
License
ISC
Repository
gitlab
Last release
5 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

5 years ago

1.1.23

5 years ago

1.1.22

5 years ago

1.1.21

5 years ago

1.1.20

5 years ago

1.1.19

5 years ago

1.1.18

5 years ago

0.1.18

5 years ago

0.1.17

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago