From ee3bac3470b2022afddaed01423aace7398b7f36 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Thu, 9 Nov 2023 14:04:13 +0000 Subject: [PATCH] zabbix: haproxy config zabbix production Signed-off-by: David Kirwan --- roles/haproxy/templates/haproxy.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index f69703ce49..f1be02321e 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -488,7 +488,6 @@ backend fedmsg-raw-zmq-inbound-backend timeout connect 86400000 server busgateway01 busgateway01:9941 weight 1 maxconn 16384 -{% if env == "staging" %} frontend zabbix-frontend bind 0.0.0.0:10068 default_backend zabbix-backend @@ -498,4 +497,3 @@ backend zabbix-backend server zabbix01 zabbix01:80 check inter 10s rise 1 fall 2 # option httpchk GET / # http-check expect status 200,401,302 -{% endif %}