Skip to content

Package to automatically send health data to the status server.

License

Notifications You must be signed in to change notification settings

leaonline/status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leaonline:status

built with Meteor JavaScript Style Guide Project Status: Active – The project has reached a stable, usable state and is being actively developed. GitHub

Package to automatically send health data to the status server.

install

$ meteor add leaonline:status

Usage

To configure the packaghe you need to add a "status" entry to your package.json (top-level, not under public):

{
  "active": true,                             // on/off switch
  "interval": 15000,                          // send interval in ms
  "secret": "0123456789abcdefg",              // secret to create hmac
  "url": "http://status.mydomain.tld/collect" // https endpoint
}

License

MIT, see LICENSE

About

Package to automatically send health data to the status server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published