Is there a way to limit or turn off emails in these types of situations? Ideally I would like maybe just one email per host saying that this host and all service on it are starting/ending scheduled downtime.
Thanks!
-- https://assets.nagios.com/downloads/nag ... .html#host (this is for 3, so if you have 4, but sure to check there)notification_options: This directive is used to determine when notifications for the host should be sent out. Valid options are a combination of one or more of the following: d = send notifications on a DOWN state, u = send notifications on an UNREACHABLE state, r = send notifications on recoveries (OK state), f = send notifications when the host starts and stops flapping, and s = send notifications when scheduled downtime starts and ends. If you specify n (none) as an option, no host notifications will be sent out. If you do not specify any notification options, Nagios will assume that you want notifications to be sent out for all possible states. Example: If you specify d,r in this field, notifications will only be sent out when the host goes DOWN and when it recovers from a DOWN state.
Thanks! I will take a look at this.dwhitfield wrote:-- https://assets.nagios.com/downloads/nag ... .html#host (this is for 3, so if you have 4, but sure to check there)notification_options: This directive is used to determine when notifications for the host should be sent out. Valid options are a combination of one or more of the following: d = send notifications on a DOWN state, u = send notifications on an UNREACHABLE state, r = send notifications on recoveries (OK state), f = send notifications when the host starts and stops flapping, and s = send notifications when scheduled downtime starts and ends. If you specify n (none) as an option, no host notifications will be sent out. If you do not specify any notification options, Nagios will assume that you want notifications to be sent out for all possible states. Example: If you specify d,r in this field, notifications will only be sent out when the host goes DOWN and when it recovers from a DOWN state.
Basically, it's pretty easy not to get downtime messages. Just remove the host from those where you don't want the message.