When the SNMP agent is restarted nightly on a Linux system,NPM reports a reboot event for the node since NPM is checking the SNMP agent uptime MIB. To correctly alert, we are using this poller () to determine a correct system uptime on our Linux Servers via:
MIB name: HOST-RESOURCES-MIB:hrSystemUptime
OID: 1.3.6.1.2.1.25.1.1
We then created and advanced alert to trigger when the System Uptime poller rate is less thena or equal to 120000 (20 Minutes).
The SNMP agent restarts are done when we install the HP system tools and managment agents on our SUSE servers running on HP proliant servers.
Does this appear to be a reasonable solution?
Is it possible the NPM's reboots events could be triggered via this MIB?