]> arthur.barton.de Git - netdata.git/commit
added SNMP node.js data collector; node.d.plugin now supports multiple processors...
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Fri, 5 Feb 2016 00:02:12 +0000 (02:02 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Fri, 5 Feb 2016 00:02:12 +0000 (02:02 +0200)
commitcac53fd155c250599871b12ebc1e7f83e1616777
treee6c9a2ffe4ac588fb2b7da72f387d8437288e4e8
parentccb789708de8b8126ddd17cfaf8e2c3623e4c073
added SNMP node.js data collector; node.d.plugin now supports multiple processors (http, snmp at the ones currently implemented)
14 files changed:
LICENSE.md
node.d/Makefile.am
node.d/named.node.js
node.d/node_modules/asn1.js [new file with mode: 0644]
node.d/node_modules/ber/errors.js [new file with mode: 0644]
node.d/node_modules/ber/index.js [new file with mode: 0644]
node.d/node_modules/ber/reader.js [new file with mode: 0644]
node.d/node_modules/ber/types.js [new file with mode: 0644]
node.d/node_modules/ber/writer.js [new file with mode: 0644]
node.d/node_modules/net-snmp.js [new file with mode: 0644]
node.d/node_modules/netdata.js
node.d/sma_webbox.node.js
node.d/snmp.node.js [new file with mode: 0755]
plugins.d/node.d.plugin