diff options
author | Robert Mayr <robyduck@fedoraproject.org> | 2017-04-20 20:14:35 +0000 |
---|---|---|
committer | Robert Mayr <robyduck@fedoraproject.org> | 2017-04-20 20:14:35 +0000 |
commit | 054adc36df19f6f348e36958e62ffa82d9f70b66 (patch) | |
tree | 413761da9a5727519e0189262a03c6f3817fd3f9 | |
parent | 4ceed960fbaa5e8c0d1064f7db05d63ac911635e (diff) | |
parent | c7ceada38b46b850469c1559fe66ddffdfddd6db (diff) | |
download | ansible-054adc36df19f6f348e36958e62ffa82d9f70b66.tar.gz ansible-054adc36df19f6f348e36958e62ffa82d9f70b66.tar.xz ansible-054adc36df19f6f348e36958e62ffa82d9f70b66.zip |
Merge branch 'master' of /git/ansible
-rw-r--r-- | roles/nagios_server/files/nagios/contacts/smooge.cfg | 22 |
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 } |