leaonline:status

v1.0.0Published 3 years ago

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):

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

License

MIT, see LICENSE