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