[dw-ops] add contact matthew
[commit: http://hg.dwscoalition.org/dw-ops/rev/7fefa62be889]
add contact matthew
Patch by
alierak.
Files modified:
add contact matthew
Patch by
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
}
--------------------------------------------------------------------------------
