From 1421e21fe464d4e44fc35c23ea7eab8891c8ff94 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Thu, 30 Apr 2015 13:10:35 +0900 Subject: [PATCH] MEDIUM: Document when email-alerts are sent Document the influence of email-alert level and other configuration parameters on when email-alerts are sent. Signed-off-by: Simon Horman --- doc/configuration.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index f72339a04..780d6b505 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2786,6 +2786,15 @@ email-alert level "email-alert to" to be set and if so sending email alerts is enabled for the proxy. + Alerts are sent when : + + * An un-paused server is marked as down and is alert or lower + * A paused server is marked as down and is notice or lower + * A server is marked as up or enters the drain state and + is notice or lower + * "option log-health-checks" is enabled, is info or lower, + and a health check status update occurs + See also : "email-alert from", "email-alert mailers", "email-alert myhostname", "email-alert to", section 3.6 about mailers.