polld

0.1.5 • Public • Published

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.

/polld/

    Package Sidebar

    Install

    npm i polld

    Weekly Downloads

    7

    Version

    0.1.5

    License

    MIT

    Last publish

    Collaborators

    • ainsleychong