1.4.17 • Published 5 years ago

bapjsc-health-check-agent v1.4.17

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

Health check agent for checking several services. Bundle with a XSD file to check for configuration.

How to use:

  • install the package globally: sudo yarn global add bapjsc-health-check-agent (sudo npm i -g not work)
  • create an XML config file. The XSD schema can be found embedded in the package at lib/xsd/healchcheck.xsd
<?xml version="1.0" encoding="UTF-8" ?>
<agent-config
        xmlns="https://xsd.bap.jp/healthcheck/agent"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="https://xsd.bap.jp/healthcheck/agent https://gitlab-new.bap.jp/template-projects/health-check-agent/raw/master/lib/xsd/agent-config.xsd"

>
...
</agent-config>
  • run the health check process: health-check-agent <config-file> <check-interval-in-milliseconds> <max-timeout-in-milliseconds> <show-log(true/false)>
1.4.17

5 years ago

1.4.16

5 years ago

1.4.15

5 years ago

1.4.14

5 years ago

1.4.13

5 years ago

1.3.12

5 years ago

1.3.11

5 years ago

1.3.10

5 years ago

1.3.9

5 years ago

1.2.9

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago