From d481730cd034b800fb7cac4707713277c914b043 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 23 Jul 2016 23:29:48 +0000 Subject: [PATCH] Fix email/pager for kevin Signed-off-by: Patrick Uiterwijk --- roles/nagios/server/files/nagios-external/contacts/kevin.cfg | 4 ++-- roles/nagios/server/files/nagios/contacts/kevin.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/nagios/server/files/nagios-external/contacts/kevin.cfg b/roles/nagios/server/files/nagios-external/contacts/kevin.cfg index 25b190e9ee..9509abc77c 100644 --- a/roles/nagios/server/files/nagios-external/contacts/kevin.cfg +++ b/roles/nagios/server/files/nagios-external/contacts/kevin.cfg @@ -19,7 +19,7 @@ define contact{ host_notification_options d,u,r service_notification_commands notify-by-epager host_notification_commands host-notify-by-epager - email kevin-urgent@scrye.com + pager kevin-urgent@scrye.com } define contact{ @@ -31,5 +31,5 @@ define contact{ host_notification_options d,u,r service_notification_commands notify-by-epager host_notification_commands host-notify-by-epager - email kevin-urgent@scrye.com + pager kevin-urgent@scrye.com } diff --git a/roles/nagios/server/files/nagios/contacts/kevin.cfg b/roles/nagios/server/files/nagios/contacts/kevin.cfg index f195c37608..b8c4a33239 100644 --- a/roles/nagios/server/files/nagios/contacts/kevin.cfg +++ b/roles/nagios/server/files/nagios/contacts/kevin.cfg @@ -31,7 +31,7 @@ define contact{ host_notification_options d,u,r service_notification_commands notify-by-epager host_notification_commands host-notify-by-epager - email kevin-urgent@scrye.com + pager kevin-urgent@scrye.com } define contact{ @@ -43,5 +43,5 @@ define contact{ host_notification_options d,u,r service_notification_commands notify-by-epager host_notification_commands host-notify-by-epager - email kevin-urgent@scrye.com + pager kevin-urgent@scrye.com }