Skip to content

Kronos-Integration/service-health

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm License bundlejs downloads GitHub Issues Build Status Styled with prettier Commitizen friendly Known Vulnerabilities Coverage Status

@kronos-integration/service-health

collects and reports system health status

API

Table of Contents

ServiceHealth

Extends Service

Collects health state form all components Currently we only check that there is no service is in failed state

autostart

Start immediate

Returns boolean true

isHealthy

Returns boolean true if there are no failed services

name

Returns string 'health'

install

With npm do:

npm install @kronos-integration/service-health

license

BSD-2-Clause