Only send notification after a certain amount of time

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
nlnieme
Posts: 5
Joined: Thu Jan 10, 2013 2:36 pm

Only send notification after a certain amount of time

Post by nlnieme »

Is there a way to coinfigure NAGIOS XI to only send notifications if a service has failed for a certain amount of time? EX: If CPU Usage has exceeded 90% for longer than 10 minutes. I wouldn't need the notification if the service returns to a normal state within that 10 minute time frame.

Thanks.
-Nate
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Only send notification after a certain amount of time

Post by slansing »

If you would like to wait 10 minutes before receiving a critical notification you can set the Retry Interval to 10 minutes that way, once a problem is detected it will retry the check every 10 minutes before sending a notification. Please see the attached image, the default check interval is 5 minutes, then the retry has been changed to 10 minutes, and after it retries the check once it will send a notification.
You do not have the required permissions to view the files attached to this post.
nlnieme
Posts: 5
Joined: Thu Jan 10, 2013 2:36 pm

Re: Only send notification after a certain amount of time

Post by nlnieme »

I'd to make a change like this on specific services. This appears like an across the board change. Can this be done just for specific services?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Only send notification after a certain amount of time

Post by scottwilkerson »

nlnieme wrote:Can this be done just for specific services?
Yep.

Go to service detail page for the service
Configuration tab -> Re-configure this service -> Notifications Tab

You can make the change there...

Additionally these settings are available in the Core Config Manager under
Core Config Manager -> Services -> Modify -> Alert Settings Tab -> First notification delay
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Only send notification after a certain amount of time

Post by slansing »

Yes, if you want to do a bulk change and have access to Nagios XI Enterprise edition you can use the Bulk Modifications tool to change this.

Enter the tool, then select "Change a Single Config Option" From here you can select what option to change, and on which hosts and services.
Locked