I've got a Falcon Environmental Monitor that I want to track (temp, humidity) via mrtg. On my mrtg host, I am able to retreive the expected values with an snmpget command:
snmpget -c public -v1 -m /usr/share/snmp/mibs/Falcon8.txt falcon falconInput1Reading.0 RLE-FALCON-MIB::falconInput1Reading.0 = INTEGER: 74 However, through MRTG (.cfg file below) I only get values of 0. The same thing happens if I use the actual OID string (1.3.6.1.4.1.3184.1.1.1.3.2.2.0). Any ideas? Thanks, Jon Sippel falcontemp.cfg: WorkDir: /var/www/mrtg LoadMibs: /usr/share/snmp/mibs/Falcon8.txt Target[falcon_temp]: falconInput1Reading.0&falconInput1Reading.0:[EMAIL PROTECTED] RouterUptime[falcon_temp]: [EMAIL PROTECTED] MaxBytes[falcon_temp]: 100 Title[falcon_temp]: NOC temperature PageTop[falcon_temp]: <H1>NOC temperature</H1> Unscaled[falcon_temp]: ymwd ShortLegend[falcon_temp]: F YLegend[falcon_temp]: NOC Temperature Legend1[falcon_temp]: Temperature in F Legend2[falcon_temp]: Legend3[falcon_temp]: Legend4[falcon_temp]: LegendI[falcon_temp]: Temp LegendO[falcon_temp]: Options[falcon_temp]: growright,nopercent -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
