Add contacts (zephyr)
authorAlex Dehnert <adehnert@mit.edu>
Wed, 20 Apr 2011 17:31:18 +0000 (13:31 -0400)
committerAlex Dehnert <adehnert@mit.edu>
Wed, 20 Apr 2011 17:31:18 +0000 (13:31 -0400)
conf.d/contacts_nagios2.cfg
local.d/contacts.cfg [new file with mode: 0644]

index 91839e29f452adc8fe95f3033d725fb5aac772dc..8fb38dfa324eb7701b8cd62025fe748df52a6491 100644 (file)
@@ -42,5 +42,5 @@ define contact{
 define contactgroup{
         contactgroup_name       admins
         alias                   Nagios Administrators
-        members                 root
+        members                 adehnert-pub-zephyr
         }
diff --git a/local.d/contacts.cfg b/local.d/contacts.cfg
new file mode 100644 (file)
index 0000000..a4e6fbf
--- /dev/null
@@ -0,0 +1,24 @@
+define contactgroup {
+        contactgroup_name       local-pub
+        alias                   local-pub
+        members                 adehnert-pub-zephyr
+}
+
+define contactgroup {
+        contactgroup_name       adehnert-pub
+        alias                   adehnert-pub
+        members                 adehnert-pub-zephyr
+}
+
+define contact {
+        contact_name                    adehnert-pub-zephyr
+        alias                           adehnert-pub-zephyr
+        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-by-zephyr
+        host_notification_commands      host-notify-by-zephyr
+        email                           adehnert-auto
+}
+