diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-17 18:26:08 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-02-17 18:26:08 +0000 |
commit | 769e7a8b7f31c259add3260bff66296a6bf49958 (patch) | |
tree | e789f44713be269cd9f86975975e07c34585c468 | |
parent | Move services on virtualip-in to their own host (diff) | |
download | config-769e7a8b7f31c259add3260bff66296a6bf49958.tar.bz2 config-769e7a8b7f31c259add3260bff66296a6bf49958.tar.xz config-769e7a8b7f31c259add3260bff66296a6bf49958.zip |
Don't mail about distcc backend issues
-rw-r--r-- | etc/haproxy.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/haproxy.cfg b/etc/haproxy.cfg index 8107309..56ec4e1 100644 --- a/etc/haproxy.cfg +++ b/etc/haproxy.cfg @@ -99,6 +99,7 @@ listen distcc timeout server 5m timeout queue 10m maxconn 50 + email-alert level emerg default-server observe layer4 check server danielg ipv4@danielg.random.lan:3632 maxconn 6 resolvers dns weight 6 server firebrand ipv4@firebrand.random.lan:13632 maxconn 5 weight 5 |