Socket
Book a DemoInstallSign in
Socket

bapjsc-health-check-server

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bapjsc-health-check-server

BAP health check server

latest
npmnpm
Version
1.2.23
Version published
Maintainers
1
Created
Source

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>

FAQs

Package last updated on 11 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts