summaryrefslogtreecommitdiffstats
path: root/Monitoring/shinken/objects/groups/root_contact.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Monitoring/shinken/objects/groups/root_contact.cfg')
-rw-r--r--Monitoring/shinken/objects/groups/root_contact.cfg16
1 files changed, 0 insertions, 16 deletions
diff --git a/Monitoring/shinken/objects/groups/root_contact.cfg b/Monitoring/shinken/objects/groups/root_contact.cfg
deleted file mode 100644
index a2c4180a..00000000
--- a/Monitoring/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
- }