nagios: Don't email flapping warnings
This commit is contained in:
parent
990fc25fa5
commit
2a83ab6e4b
1 changed files with 2 additions and 2 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue