collectd-influxdb-proxy
collectd-influxdb-proxy copied to clipboard
Small proxy between collectd and influxdb, written in NodeJS
Results
3
collectd-influxdb-proxy issues
Sort by
recently updated
recently updated
newest added
What is the advantage of using your proxy instead of the combo collectd + InfluxDB [input_plugins.graphite] ?
newest versions of collectd now use the "derive" type for some plugins (cpu..)
Need to add note to run `npm install` in readme, else the following happens: ``` # node proxy.js module.js:340 throw err; ^ Error: Cannot find module 'optimist' ```