notification interval

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
nshahorchard
Posts: 16
Joined: Wed Aug 14, 2013 10:47 am

notification interval

Post by nshahorchard »

Hey guys,

I had a somewhat dumb question. I edited the notification_interval for my nagios server to 30 minutes. Does this affect the initial notification or the recurring notifications?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: notification interval

Post by scottwilkerson »

notification_interval: This directive is used to define the number of "time units" to wait before re-notifying a contact that this service is still down or unreachable. Unless you've changed the interval_length directive from the default value of 60, this number will mean minutes. If you set this value to 0, Nagios will not re-notify contacts about problems for this host - only one problem notification will be sent out.
so, the recurring notifications
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
nshahorchard
Posts: 16
Joined: Wed Aug 14, 2013 10:47 am

Re: notification interval

Post by nshahorchard »

Scott,

Thanks for the clarification!
Locked