0.1.5 • Published 9 years ago

polld v0.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

polld

NPM version Dependency Status

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.