[collectd] snmp woes
Tom Taylor
tom at tombox.me
Tue Aug 25 16:32:31 CEST 2015
Hi there,
I was hoping someone could help me with the SNMP plugin.
I'm trying to query the amount of tapes in my tape library, the following
works fine;
[root at logs ~]# snmpwalk -v2c -c public X.X.X.X
1.3.6.1.4.1.3478.1.1.3.2.1.2.1.1.1.4.1.6.1
SNMPv2-SMI::enterprises.3478.1.1.3.2.1.2.1.1.1.4.1.6.1 = INTEGER: 95
I've got the following defined in /etc/collectd.conf
<Data "tapes">
Type "gauge"
Table true
Values "1.3.6.1.4.1.3478.1.1.3.2.1.2.1.1.1.4.1.6.1"
</Data>
<Host "t120.mydomain.com">
Address X.X.X.X
Version 2
Community "public"
Collect "tapes"
</Host>
Collectd starts up no problem without throwing any errors but for some
reason nothing ever gets parsed into graphite. (Other stats are)
Any ideas? I'm out of places to look.
-TT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.verplant.org/pipermail/collectd/attachments/20150825/8289fee2/attachment.html>
More information about the collectd
mailing list