diff --git a/servers/puppet/modules/humbug/files/nagios3/conf.d/contacts.cfg b/servers/puppet/modules/humbug/files/nagios3/conf.d/contacts.cfg index 917e04f784..20d391b112 100644 --- a/servers/puppet/modules/humbug/files/nagios3/conf.d/contacts.cfg +++ b/servers/puppet/modules/humbug/files/nagios3/conf.d/contacts.cfg @@ -64,7 +64,7 @@ define contactgroup{ } define contactgroup{ - contactgroup_name paging_admins + contactgroup_name page_admins alias Nagios Administrators members monitoring,humbug,pagerduty } diff --git a/servers/puppet/modules/humbug/files/nagios3/conf.d/services.cfg b/servers/puppet/modules/humbug/files/nagios3/conf.d/services.cfg index 521ccdd549..e97339b1ef 100644 --- a/servers/puppet/modules/humbug/files/nagios3/conf.d/services.cfg +++ b/servers/puppet/modules/humbug/files/nagios3/conf.d/services.cfg @@ -1,9 +1,9 @@ define service { - use generic-service - hostgroup_name web - service_description HTTP - check_command check_http - contact_groups paging_admins + use generic-service + hostgroup_name web + service_description HTTP + check_command check_http + contact_groups page_admins } define service { @@ -11,7 +11,7 @@ define service { hostgroup_name all service_description SSH check_command check_ssh - contact_groups paging_admins + contact_groups page_admins } define service { @@ -19,7 +19,7 @@ define service { hostgroup_name all service_description remote disk check_command check_remote_disk!22!20%!10%!/ - contact_groups paging_admins + contact_groups page_admins } define service { @@ -27,7 +27,7 @@ define service { hostgroup_name all service_description remote load check_command check_remote_load!22!5.0,4.0,3.0!10.0,6.0,4.0 - contact_groups paging_admins + contact_groups page_admins } define service { @@ -40,7 +40,7 @@ define service { # should always equal normal_check_interval. retry_check_interval 2 max_check_attempts 2 - contact_groups paging_admins + contact_groups page_admins } define service { @@ -181,7 +181,7 @@ define service { # their mirrors are down. # This service is also responsible for active/idle # status. - contact_groups paging_admins + contact_groups page_admins } define service { @@ -189,7 +189,7 @@ define service { service_description zmirror subscriptons syncing check_command check_sync_public_streams!22 hostgroup_name zmirror - contact_groups paging_admins + contact_groups page_admins } define service {