diff --git a/nagios/manifests/init.pp b/nagios/manifests/init.pp index b0c0dcc..7c4a572 100644 --- a/nagios/manifests/init.pp +++ b/nagios/manifests/init.pp @@ -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"],