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@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
_______________________________________________
collectd mailing list
[email protected]
http://mailman.verplant.org/listinfo/collectd

Reply via email to