summaryrefslogtreecommitdiffstats
path: root/Monitoring/shinken/objects/groups
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2012-10-05 06:46:27 +0200
committermakefu <github@syntax-fehler.de>2012-10-05 06:46:27 +0200
commit6c89839b7fc344608e61c8916ac9d9925fa98d14 (patch)
treee316b8121f4880491659dc3cb8851de7762e58a9 /Monitoring/shinken/objects/groups
parent957e2d7469b0e3d88e06b6a15e91478efc63cd62 (diff)
Monitoring/\* --> nagios/
Diffstat (limited to 'Monitoring/shinken/objects/groups')
-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
- }