I'm could have sworn this worked in 1.4. What I want to do is monitor the uptime of a device with SNMP, so that I can alert if it goes back to 0 [ie somebody has rebooted the device or power has been lost]. I am using sysUpTimeInstance, which when polled with snmpget gives:
.1.3.6.1.2.1.1.3.0 = Timeticks: (322630203) 37 days, 8:11:42.03
If I create an item that's unsigned integer, units set to 'uptime', Zabbix tells me it's uptime is 3731 days, which is two orders of magnitude out. I have tested this on two 1.6.5 installations against two different SNMP devices and get the same results. Changing the units to blank confirms that Zabbix is getting the correct number of seconds.
.1.3.6.1.2.1.1.3.0 = Timeticks: (322630203) 37 days, 8:11:42.03
If I create an item that's unsigned integer, units set to 'uptime', Zabbix tells me it's uptime is 3731 days, which is two orders of magnitude out. I have tested this on two 1.6.5 installations against two different SNMP devices and get the same results. Changing the units to blank confirms that Zabbix is getting the correct number of seconds.
), it looks to me that zabbix is doing everything correctly and snmp item is returning data with millisecond precision or something.
Comment