Code: Select all
exec checktemp_pool /bin/sh /bin/checktemp_pool
exec checktemp_outside /bin/sh /bin/checktemp_outside
Code: Select all
macbook-air:~ user$ snmpwalk -v2c -c public wrt54gs.lan .1.3.6.1.4.1.2021.8.1
UCD-SNMP-MIB::extIndex.1 = INTEGER: 1
UCD-SNMP-MIB::extIndex.2 = INTEGER: 2
UCD-SNMP-MIB::extIndex.3 = INTEGER: 3
UCD-SNMP-MIB::extNames.1 = STRING: filedescriptors
UCD-SNMP-MIB::extNames.2 = STRING: checktemp_pool
UCD-SNMP-MIB::extNames.3 = STRING: checktemp_outside
UCD-SNMP-MIB::extCommand.1 = STRING: /bin/cat /proc/sys/fs/file-nr
UCD-SNMP-MIB::extCommand.2 = STRING: /bin/sh /bin/checktemp_pool
UCD-SNMP-MIB::extCommand.3 = STRING: /bin/sh /bin/checktemp_outside
UCD-SNMP-MIB::extResult.1 = INTEGER: 0
UCD-SNMP-MIB::extResult.2 = INTEGER: 0
UCD-SNMP-MIB::extResult.3 = INTEGER: 0
UCD-SNMP-MIB::extOutput.1 = STRING: 176 0 8192
UCD-SNMP-MIB::extOutput.2 = STRING: 78.24
UCD-SNMP-MIB::extOutput.3 = STRING: 23.88
UCD-SNMP-MIB::extErrFix.1 = INTEGER: noError(0)
UCD-SNMP-MIB::extErrFix.2 = INTEGER: noError(0)
UCD-SNMP-MIB::extErrFix.3 = INTEGER: noError(0)
UCD-SNMP-MIB::extErrFixCmd.1 = STRING:
UCD-SNMP-MIB::extErrFixCmd.2 = STRING:
UCD-SNMP-MIB::extErrFixCmd.3 = STRING:
I have been able to graph one of the values using the "SNMP - Generic OID Template". What I would like to see is both values being polled and graphed on a single graph, with ºC on one Y-axis corresponding to extOutput.3 and ºF on the other corresponding to extOutput.2.
Can anyone throw me any pointers?
Many thanks,
J.