polld
v0.1.5
Published
Polling daemon for StatsD
Downloads
7
Readme
polld
Because sometimes, it's just easier to poll.
Install
$ npm install -g polld
Usage
polld -h <statsd_host> -p <statsd_port> -i <interval> <taskfile>
The taskfile is just a .js file that is run at each interval period. Provided inside the taskfile is a handle to an instance of node-statsd to send metrics to the statsd server.
The taskfile can be written in js or coffee, See /example for more details.
License
Copyright (c) 2015 Ainsley Chong. Licensed under the MIT license.