Hi Jamie, Looking at the lines:
SNMPv2-SMI::enterprises.16174.1.1.1.3.1.2.0 = STRING: "21.8" SNMPv2-SMI::enterprises.16174.1.1.1.3.1.3.0 = INTEGER: 22 SNMPv2-SMI::enterprises.16174.1.1.1.3.2.2.0 = STRING: "20.1" SNMPv2-SMI::enterprises.16174.1.1.1.3.2.3.0 = INTEGER: 20 SNMPv2-SMI::enterprises.16174.1.1.1.3.3.2.0 = STRING: "24.1" SNMPv2-SMI::enterprises.16174.1.1.1.3.3.3.0 = INTEGER: 24 SNMPv2-SMI::enterprises.16174.1.1.1.3.4.2.0 = STRING: "24.7" SNMPv2-SMI::enterprises.16174.1.1.1.3.4.3.0 = INTEGER: 25 It looks like you have 4 probes recording a temperature and providing 2 values each, 1 being the temp to 1 decimal place and another rounded to an integer. It's my understanding that using OIDs as a data source that have more than 1 value (like the one you have entered) *should* work, but it's currently broken, see this forum post: http://community.zenoss.com/forums/viewtopic.php?t=6387 However, if you add multiple data sources, using the OIDs below you will get a single graph showing the 4 temperatures - you can then add a threshold of X degrees and any of the 4 above that threshold will give you an alert. Here's the OIDs to use: 1.3.6.1.4.1.16174.1.1.1.3.1.2.0 1.3.6.1.4.1.16174.1.1.1.3.2.2.0 1.3.6.1.4.1.16174.1.1.1.3.3.2.0 1.3.6.1.4.1.16174.1.1.1.3.4.2.0 If you click the test button on any one of those you should see a single line and a single temperature value. After remodeling the device, and waiting a few minutes, you should see the graph appear correctly. Here's the full process for creating the graph which should work: 1 - Navigate to the device you want to monitor -> click the "down arrow" -> more -> templates. 2 - Second "down arrow" -> enter a name (e.g "tempProbe") -> OK 3 - Click the new template name (tempProbe) -> enter a description -> save 4 - "Data sources down arrow" -> add data source -> enter a name (e.g: commsLH) -> OK 5 - OID = 1.3.6.1.4.1.16174.1.1.1.3.1.2.0 -> save 6 - "Data points down arrow" -> add data point -> enter name (e.g CommsLH) -> Add 7 - Type -> Gauge** -> Save 8 - Click the "tempProbe" name in the tree at the top Repeat steps 4-8 using the values: OID Name 1.3.6.1.4.1.16174.1.1.1.3.2.2.0 Comms RH 1.3.6.1.4.1.16174.1.1.1.3.3.2.0 Serv LH 1.3.6.1.4.1.16174.1.1.1.3.4.2.0 Serv RH 9 - Click "threshold down arrow" -> enter name (eg: maxTemp) -> OK 10 - Hold ctrl and click all the datapoints to select them -> enter max value (e.g: 60) -> select severity -> save 11 - Click the "tempProbe" name in the tree at the top Repeat steps 9-11 for any other thresholds you want (e.g: 90 maybe critical) 12 - Click "graph definitions down arrow" -> enter name (eg: tempGraph) -> OK 13 - Units = C (or F) -> save 14 - Click "graph points down arrow" -> select all the graph points using ctrl click (or shift click) -> make sure threshold is ticked -> OK 15 - Click each graph point (excl the thresholds) -> linetype = line -> save 16 - Remodel the device, go to the perf tab and you should see the graph - you'll probably see "nan" for the values for a little while until snmp has picked up the values. ** For future reference on the data source types, see here: http://www.zenoss.com/community/docs/zenoss-guide/2.2.0/ch12s05.html -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=21602#21602 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
