diff options
-rw-r--r-- | etc/haproxy.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/haproxy.cfg b/etc/haproxy.cfg index cf060ec..7d9b990 100644 --- a/etc/haproxy.cfg +++ b/etc/haproxy.cfg @@ -10,6 +10,14 @@ defaults balance roundrobin option redispatch default-server on-error fail-check inter 5m fastinter 1m downinter 10s + email-alert from haproxy@random.lan + email-alert to randomdan@random.lan + email-alert level alert + email-alert mailers smtp + +mailers smtp + mailer defiant defiant:25 + mailer firebrand firebrand:25 # HTTP listen http |