From f5f6273bdce8028039323a2566db9aa751bc3f50 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sat, 28 Jul 2012 15:41:08 -0400 Subject: [PATCH] Notify ESP by email, too --- local.d/esp.cfg | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/local.d/esp.cfg b/local.d/esp.cfg index d390163..d6fadef 100644 --- a/local.d/esp.cfg +++ b/local.d/esp.cfg @@ -12,7 +12,7 @@ define hostgroup{ define contactgroup { contactgroup_name esp - members esp-zephyr + members esp-zephyr,esp-email } define contact { @@ -26,6 +26,17 @@ define contact { email esp-auto } +define contact { + contact_name esp-email + service_notification_period 24x7 + host_notification_period 24x7 + service_notification_options w,u,c,r + host_notification_options d,u,r + service_notification_commands notify-service-by-email + host_notification_commands notify-host-by-email + email esp-webmasters@mit.edu +} + ;;; Regular unprivileged remote connection services define service { -- 2.34.1