leaonline / status

Package to automatically send health data to the status server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 100.0%