From 3d755e0e5e87edbabef68a00aa8a1971b1f6e93a Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Fri, 11 Jul 2014 00:20:41 +0000 Subject: [PATCH] delete unused files lost in a sync from puppet Signed-off-by: Ricky Elrod --- .../files/nagios/contacts/dwa.cfg | 23 ------------------- .../files/nagios/hosts/branched-composer.cfg | 8 ------- .../files/nagios/hosts/virthost11-mgmt.cfg | 7 ------ 3 files changed, 38 deletions(-) delete mode 100644 roles/nagios_server/files/nagios/contacts/dwa.cfg delete mode 100644 roles/nagios_server/files/nagios/hosts/branched-composer.cfg delete mode 100644 roles/nagios_server/files/nagios/hosts/virthost11-mgmt.cfg 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 -}