summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/nagios_server/files/nagios/contacts/smooge.cfg22
1 files changed, 11 insertions, 11 deletions
diff --git a/roles/nagios_server/files/nagios/contacts/smooge.cfg b/roles/nagios_server/files/nagios/contacts/smooge.cfg
index 079502c79..728fe7936 100644
--- a/roles/nagios_server/files/nagios/contacts/smooge.cfg
+++ b/roles/nagios_server/files/nagios/contacts/smooge.cfg
@@ -5,9 +5,9 @@ define contact{
host_notification_period 24x7
service_notification_options w,u,c,r
host_notification_options d,u,r
- service_notification_commands notify-by-email
- host_notification_commands host-notify-by-email
- email smooge+notify@gmail.com
+ # service_notification_commands notify-by-email
+ # host_notification_commands host-notify-by-email
+ # email smooge+notify@gmail.com
}
define contact{
@@ -17,10 +17,10 @@ define contact{
host_notification_period 24x7
service_notification_options w,u,c,r
host_notification_options d,u,r
- service_notification_commands notify-by-epager
- host_notification_commands host-notify-by-epager
- email smooge+mobile@gmail.com
- pager smooge+mobile@gmail.com
+ # service_notification_commands notify-by-epager
+ # host_notification_commands host-notify-by-epager
+ # email smooge+mobile@gmail.com
+ # pager smooge+mobile@gmail.com
}
define contact{
@@ -30,9 +30,9 @@ define contact{
host_notification_period 16x7
service_notification_options w,u,c,r
host_notification_options d,u,r
- service_notification_commands notify-by-epager
- host_notification_commands host-notify-by-epager
- email smooge+mobile@gmail.com
- pager smooge+mobile@gmail.com
+ # service_notification_commands notify-by-epager
+ # host_notification_commands host-notify-by-epager
+ # email smooge+mobile@gmail.com
+ # pager smooge+mobile@gmail.com
}