"WARNING:zen.zenperfsnmp:Error reading value for "state" on llthermA105 (oid .1.3.6.1.4.1.16174.1.1.1.3 is bad)"
It looks like you have an incorrect OID, try doing an snmpwalk of 1.3.6.1.4.1.16174, then 1.3.6.1.4.1.16174.1 etc and find the actual OID that only returns a single result with the temperature you want to monitor, for example, if you were looking to monitor diskIOWrites, you may find an OID like: # snmpwalk -v2c -c public localhost .1.3.6.1.4.1.2021.13.15.1.1.6.17 UCD-DISKIO-MIB::diskIOWrites.17 = Counter32: 73928785 # Once you have that OID use it as the data source for the graph template and the zenperfsnmp run should no longer show that error. Then remodel the device and wait a few minutes and the graph should appear working. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=21547#21547 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
