On Apr 25, 2009, at 2:47 PM, dchamlee wrote: > The DeviceMap.py plugin to have OID values for many of the other > fields on the device status page. They all seem to get populated > correctly except for the "UpTime" field. One of the OID numbers does > indicate that it should map to snmpUpTime, but is this the same > UpTime that is on the status page under the "Availability" filed? Do > I have this correct, or should I not be looking to DeviceMap.py for > the answer to this issue?
The Uptime on the status tab of devices actually comes from reading the current value in the sysUpTime_sysUpTime.rrd file for the device. So where you should really be looking is in the Device performance template for your device(s). It should have a data source named sysUpTime with an OID of 1.3.6.1.2.1.1.3.0 and a GAUGE type data point associated with it that is also called sysUpTime. You should be able to look at the Device template in the root device class to see an example of this. Once you get it setup correctly it'll likely take 10-15 minutes before SNMP collection gets a good number for the status tab. _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
