1.4.17 • Published 6 years ago
bapjsc-health-check-agent v1.4.17
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
6 years ago
1.4.16
6 years ago
1.4.15
6 years ago
1.4.14
6 years ago
1.4.13
6 years ago
1.3.12
6 years ago
1.3.11
6 years ago
1.3.10
6 years ago
1.3.9
6 years ago
1.2.9
6 years ago
1.1.9
6 years ago
1.1.8
6 years ago
1.1.7
6 years ago
1.1.6
6 years ago
1.1.5
6 years ago
1.0.5
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago