From a101bc4cdf403beaf46661f5708f8489e38d8bef Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 8 Apr 2019 17:11:49 +0100 Subject: Add haproxy monitoring to nagios --- etc/haproxy.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/haproxy.cfg b/etc/haproxy.cfg index dddc4ce..a14c916 100644 --- a/etc/haproxy.cfg +++ b/etc/haproxy.cfg @@ -2,6 +2,7 @@ global user haproxy group haproxy ssl-server-verify none + stats socket /run/haproxy.stats mode 660 group nagios defaults timeout connect 5000ms -- cgit v1.2.3