Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 2.54 KB

README.md

File metadata and controls

58 lines (37 loc) · 2.54 KB

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