summaryrefslogtreecommitdiffstats
path: root/Monitoring/nagios/shinken/objects/groups
diff options
context:
space:
mode:
authoreuer <root@euer.krebsco.de>2012-12-23 00:21:25 +0100
committereuer <root@euer.krebsco.de>2012-12-23 00:21:25 +0100
commit9456cfffea015812acf5dcdd2d074e98ca54e720 (patch)
treee57111b7d1499bb6f1ef49937f5f62de158ae5db /Monitoring/nagios/shinken/objects/groups
parent3649aff46c8bace238c3cf22abcfbfe8be9dce8a (diff)
//Monitoring -> //god/Monitoring
Diffstat (limited to 'Monitoring/nagios/shinken/objects/groups')
-rw-r--r--Monitoring/nagios/shinken/objects/groups/root_contact.cfg16
1 files changed, 0 insertions, 16 deletions
diff --git a/Monitoring/nagios/shinken/objects/groups/root_contact.cfg b/Monitoring/nagios/shinken/objects/groups/root_contact.cfg
deleted file mode 100644
index a2c4180a..00000000
--- a/Monitoring/nagios/shinken/objects/groups/root_contact.cfg
+++ /dev/null
@@ -1,16 +0,0 @@
-define contact{
- contact_name root
- alias root
- 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-service-by-email
- host_notification_commands notify-host-by-email
- email root@krebsco.de
- }
-define contactgroup{
- contactgroup_name root-infrastructure
- alias root-infrastructure
- members root
- }