# SNMP uptime This check is based on the snmp_uptime check form CMK 2.0. It adds the SNMP-FRAMEWORK-MIB::snmpEngineTime OID to the check. Its value is in seconds not ticks and therefore the Uptime can now be around 68 years before a rollover of the counter :-) ``` snmpEngineTime : The number of seconds since the value of the snmpEngineBoots object last changed. When incrementing this object's value would cause it to exceed its maximum, snmpEngineBoots is incremented as if a re-initialization had occurred, and this object's value consequently reverts to zero. ``` **Note**: this onyl a SNMP section that supersedes the original section "snmp_uptime". It will not touch the original check. You can control the usage of this section by disable/enable SNMP section "snmp_uptime_exetended" Check Info: * *service*: no change to the original check * *state*: no change to the original check * *wato*: no change to the original check * *perfdata*: no change to the original check Sample output ![sample output](/doc/sample.png?raw=true "sample [SHORT TITLE]")