diff --git a/roles/nagios_server/files/nagios/hosts/templates.cfg b/roles/nagios_server/files/nagios/hosts/templates.cfg index 68cb21b623..ecfc6e0f8c 100644 --- a/roles/nagios_server/files/nagios/hosts/templates.cfg +++ b/roles/nagios_server/files/nagios/hosts/templates.cfg @@ -6,7 +6,7 @@ define host { checks_enabled 1 retain_status_information 1 retain_nonstatus_information 1 - notification_interval 10 + notification_interval 15 notifications_enabled 1 notification_options d,r contact_groups fedora-sysadmin-ircbot @@ -21,7 +21,7 @@ define host { checks_enabled 1 retain_status_information 1 retain_nonstatus_information 1 - notification_interval 10 + notification_interval 15 notifications_enabled 1 notification_options d,r contact_groups fedora-sysadmin-ircbot @@ -49,7 +49,7 @@ define host { checks_enabled 1 retain_status_information 1 retain_nonstatus_information 1 - notification_interval 10 + notification_interval 15 notifications_enabled 1 notification_options d,r contact_groups ppc-secondary-email @@ -63,7 +63,7 @@ define host { checks_enabled 1 retain_status_information 1 retain_nonstatus_information 1 - notification_interval 10 + notification_interval 15 notifications_enabled 1 notification_options d,r contact_groups retrace-email @@ -76,7 +76,7 @@ define host { checks_enabled 1 retain_status_information 1 retain_nonstatus_information 1 - notification_interval 10 + notification_interval 15 notifications_enabled 1 notification_options d,r contact_groups fedora-sysadmin-ircbot diff --git a/roles/nagios_server/files/nagios/services/templates.cfg b/roles/nagios_server/files/nagios/services/templates.cfg index d926a6e9d3..37759e963a 100644 --- a/roles/nagios_server/files/nagios/services/templates.cfg +++ b/roles/nagios_server/files/nagios/services/templates.cfg @@ -53,7 +53,7 @@ define service { normal_check_interval 5 retry_check_interval 1 check_period 24x7 - notification_interval 10 + notification_interval 15 notification_period 24x7 notification_options w,u,c,r contact_groups fedora-sysadmin-ircbot @@ -68,7 +68,7 @@ define service { normal_check_interval 10 retry_check_interval 1 check_period 24x7 - notification_interval 10 + notification_interval 15 notification_period 24x7 notification_options w,u,c,r contact_groups fedora-sysadmin-ircbot @@ -82,7 +82,7 @@ define service { normal_check_interval 30 retry_check_interval 1 check_period 24x7 - notification_interval 10 + notification_interval 15 notification_period 24x7 notification_options w,u,c,r contact_groups fedora-sysadmin-ircbot @@ -96,7 +96,7 @@ define service { normal_check_interval 30 retry_check_interval 1 check_period 24x7 - notification_interval 10 + notification_interval 15 notification_period 24x7 notification_options w,u,c,r contact_groups fedora-sysadmin-ircbot @@ -110,7 +110,7 @@ define service { normal_check_interval 480 retry_check_interval 5 check_period 16x7 - notification_interval 10 + notification_interval 15 notification_period 16x7 notification_options w,u,c,r contact_groups fedora-sysadmin-ircbot @@ -124,7 +124,7 @@ define service { normal_check_interval 5 retry_check_interval 1 check_period 24x7 - notification_interval 10 + notification_interval 15 notification_period 24x7 notification_options w,u,c,r contact_groups fedora-sysadmin-ircbot @@ -138,7 +138,7 @@ define service { normal_check_interval 5 retry_check_interval 1 check_period 24x7 - notification_interval 10 + notification_interval 15 notification_period 24x7 notification_options w,u,c,r contact_groups fedora-sysadmin-ircbot @@ -177,7 +177,7 @@ define service { normal_check_interval 10 retry_check_interval 1 check_period 24x7 - notification_interval 10 + notification_interval 15 notification_period 24x7 notification_options w,u,c,r contact_groups fedora-sysadmin-ircbot @@ -191,7 +191,7 @@ define service { normal_check_interval 10 retry_check_interval 1 check_period 24x7 - notification_interval 10 + notification_interval 15 notification_period 24x7 notification_options w,u,c,r contact_groups fedora-sysadmin-ircbot diff --git a/roles/nagios_server/tasks/main.yml b/roles/nagios_server/tasks/main.yml index 5e30d1790a..86e959d1e0 100644 --- a/roles/nagios_server/tasks/main.yml +++ b/roles/nagios_server/tasks/main.yml @@ -284,21 +284,21 @@ - web.cfg - wiki.cfg -- name: Build out nagios servicegroup templates - template: src=nagios/servicegroups/{{item}}.j2 dest=/etc/nagios/servicegroups/{{item}} mode=0644 owner=root group=root - with_items: - - bodhi.cfg - - fedorahosted.org.cfg - - freemedia.cfg - - kvmHosts.cfg - - mgmt-https.cfg - - pkgdb.cfg - - fas.cfg - - fp-wiki.cfg - - ipa.cfg - - mgmt-http.cfg - - mirrorlist.cfg - - retrace.cfg +# - name: Build out nagios servicegroup templates +# template: src=nagios/servicegroups/{{item}}.j2 dest=/etc/nagios/servicegroups/{{item}} mode=0644 owner=root group=root +# with_items: +# - bodhi.cfg +# - fedorahosted.org.cfg +# - freemedia.cfg +# - kvmHosts.cfg +# - mgmt-https.cfg +# - pkgdb.cfg +# - fas.cfg +# - fp-wiki.cfg +# - ipa.cfg +# - mgmt-http.cfg +# - mirrorlist.cfg +# - retrace.cfg ## ## not implemented yet