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 }