diff --git a/roles/nagios_server/files/nagios/contacts/dwa.cfg b/roles/nagios_server/files/nagios/contacts/dwa.cfg deleted file mode 100644 index 2af0750cd0..0000000000 --- a/roles/nagios_server/files/nagios/contacts/dwa.cfg +++ /dev/null @@ -1,23 +0,0 @@ -define contact{ - contact_name dwa - alias David Aquilina - service_notification_period 24x7 - host_notification_period 24x7 - service_notification_options w,u,c,r - host_notification_options d,u,r - service_notification_commands notify-by-email - host_notification_commands host-notify-by-email - email dwa@redhat.com -} - -define contact{ - contact_name dwa-pager - alias David Aquilina - service_notification_period 24x7 - host_notification_period 24x7 - service_notification_options w,u,c,r - host_notification_options d,u,r - service_notification_commands notify-by-email - host_notification_commands host-notify-by-email - email dwa@fedoraproject.org -} diff --git a/roles/nagios_server/files/nagios/hosts/branched-composer.cfg b/roles/nagios_server/files/nagios/hosts/branched-composer.cfg deleted file mode 100644 index b4e0c7e4a2..0000000000 --- a/roles/nagios_server/files/nagios/hosts/branched-composer.cfg +++ /dev/null @@ -1,8 +0,0 @@ -define host { - host_name branched-composer - alias branched-composer.phx2.fedoraproject.org - use defaulttemplate - address branched-composer.phx2.fedoraproject.org - parents bvirthost08 - contact_groups build-sysadmin-email -} diff --git a/roles/nagios_server/files/nagios/hosts/virthost11-mgmt.cfg b/roles/nagios_server/files/nagios/hosts/virthost11-mgmt.cfg deleted file mode 100644 index ba5b763adc..0000000000 --- a/roles/nagios_server/files/nagios/hosts/virthost11-mgmt.cfg +++ /dev/null @@ -1,7 +0,0 @@ -define host { - host_name virthost11-mgmt - alias virthost11-mgmt.phx2.fedoraproject.org - use mincheck - address virthost11-mgmt.phx2.fedoraproject.org - parents fwsm01-gw -}