mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-05-29 06:04 pm

[dw-ops] add contact matthew

[commit: http://hg.dwscoalition.org/dw-ops/rev/7fefa62be889]

add contact matthew

Patch by [personal profile] alierak.

Files modified:
  • nagios/conf.d/config/contacts.cfg
--------------------------------------------------------------------------------
diff -r 40a3a3e79393 -r 7fefa62be889 nagios/conf.d/config/contacts.cfg
--- a/nagios/conf.d/config/contacts.cfg	Thu May 28 00:55:40 2009 +0000
+++ b/nagios/conf.d/config/contacts.cfg	Fri May 29 18:04:14 2009 +0000
@@ -30,6 +30,18 @@ define contact {
     service_notification_commands   notify-service-by-email
     host_notification_commands      notify-host-by-email
     email                           5103786969@txt.att.net
+}
+
+define contact {
+    contact_name                    matthew
+    alias                           Matthew Wilson
+    service_notification_period     always
+    host_notification_period        always
+    service_notification_options    w,u,c,r
+    host_notification_options       d,r
+    service_notification_commands   notify-service-by-email
+    host_notification_commands      notify-host-by-email
+    email                           2064275430@mobile.mycingular.com
 }
 
 define contact {
@@ -50,5 +62,5 @@ define contactgroup {
 define contactgroup {
     contactgroup_name       admins
     alias                   Systems Administrators
-    members                 mark,alierak
+    members                 mark,matthew,alierak
 }
--------------------------------------------------------------------------------