store the config sample files
[infrastructure.git] / nagios / AutomaticConfig / config-sample / contacts-sample.cfg
diff --git a/nagios/AutomaticConfig/config-sample/contacts-sample.cfg b/nagios/AutomaticConfig/config-sample/contacts-sample.cfg
new file mode 100644 (file)
index 0000000..ffb63ce
--- /dev/null
@@ -0,0 +1,38 @@
+###############################################################################
+###############################################################################
+#
+# CONTACTS
+#
+###############################################################################
+###############################################################################
+
+# In this simple config file, a single contact will receive all alerts.
+# This assumes that you have an account (or email alias) called
+# "nagios-admin" on the local host.
+
+define contact{
+        contact_name                    mohamed-amine.chaoui@sophia.inria.fr
+        alias                           mohamed-amine.chaoui@sophia.inria.fr
+       
+        service_notification_period     24x7
+        host_notification_period        24x7
+        service_notification_options    w,u,c,r
+        host_notification_options       d,r
+        service_notification_commands   notify-by-email
+        host_notification_commands      host-notify-by-email
+        email                           mohamed-amine.chaoui@sophia.inria.fr
+        }
+
+
+#define contact{
+#        contact_name                    thierry.parmentelat@sophia.inria.fr
+#        alias                           thierry.parmentelat@sophia.inria.fr
+#        service_notification_period     24x7
+#        host_notification_period        24x7
+#        service_notification_options    w,u,c,r
+#        host_notification_options       d,r
+#        service_notification_commands   notify-by-email
+#        host_notification_commands      host-notify-by-email
+#        email                           thierry-parmentelat@sophia.inria.fr
+#        }
+#