nagios: Don't email flapping warnings

This commit is contained in:
Ossi Salmi 2013-07-08 15:53:03 +03:00
parent 990fc25fa5
commit 2a83ab6e4b

View file

@ -320,10 +320,10 @@ define nagios::contact::email($group=["all"],
target => "${confdir}/contact_${name}.cfg",
contactgroups => $contactgroups,
host_notification_commands => "notify-host-by-email",
host_notification_options => "d,u,r,f,s",
host_notification_options => "d,u,r,s",
host_notification_period => "24x7",
service_notification_commands => "notify-service-by-email",
service_notification_options => "w,u,c,r,f,s",
service_notification_options => "w,u,c,r,s",
service_notification_period => "24x7",
email => $name,
notify => Service["nagios"],