Skip to content

ainsleyc/polld

Repository files navigation

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.

About

Polling daemon for StatsD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published