Trying to graph an item that comes from net-snmp exec script. Here is the output:
Code: Select all
# snmpwalk -v 1 -c public localhost .1.3.6.1.4.1.2021.59
UCD-SNMP-MIB::ucdavis.59.1.1 = INTEGER: 1
UCD-SNMP-MIB::ucdavis.59.2.1 = STRING: "gc-YGCT"
UCD-SNMP-MIB::ucdavis.59.3.1 = STRING: "/usr/bin/perl /opt/snmpd-scripts/monitor_gc.pl YGCT"
UCD-SNMP-MIB::ucdavis.59.100.1 = INTEGER: 0
UCD-SNMP-MIB::ucdavis.59.101.1 = STRING: "6.862"
UCD-SNMP-MIB::ucdavis.59.102.1 = INTEGER: 0
UCD-SNMP-MIB::ucdavis.59.103.1 = ""
On the cacti system, spine seems to be loading the data fine:
Code: Select all
03/04/2009 10:30:04 AM - SPINE: Poller[0] Host[2] DS[909] SNMP: v2: 10.1.6.27, dsname: netsnmp_j_ygct, oid: .1.3.6.1.4.1.2021.59.101.1, value: 6.862
Any pointers appreciated. The value is the total time taken for a Java young gen GC (i.e. 6.862 seconds) if that matters. (I'm running Version 0.8.7b)