Alerts for server reboot

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jodonnell
Posts: 6
Joined: Tue Aug 20, 2019 10:03 am

Alerts for server reboot

Post by jodonnell »

I want to be able to send an alert when servers are rebooted, but I don't see any plugin that can do that. in the past I used the uptime monitor and sent an alert if uptime was below 5 minutes, but I don't see any uptime plugins with a threshold to set. I am monitoring Linux servers using snmp.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Alerts for server reboot

Post by scottwilkerson »

You can do this with the SNMP wizard
check the Uptime box, in the critical field enter

Code: Select all

30000:
This will alert if uptime is less than 5 minutes as returned by SNMP
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
jodonnell
Posts: 6
Joined: Tue Aug 20, 2019 10:03 am

Re: Alerts for server reboot

Post by jodonnell »

I configured one like that and it worked. I copied that check out to all servers and about half are failing with this error "External command error: snmpget: Unknown user name (Sub-id not found: (top) -> sysUpTime)"
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Alerts for server reboot

Post by scottwilkerson »

Can you post the config for one of the services that isn't working?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
jodonnell
Posts: 6
Joined: Tue Aug 20, 2019 10:03 am

Re: Alerts for server reboot

Post by jodonnell »

I figured it out.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Alerts for server reboot

Post by scottwilkerson »

jodonnell wrote:I figured it out.
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked