summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-06-26 17:23:10 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-06-26 17:23:10 +0100
commita9cefff12786d70c5b31502cff4c404c0077f142 (patch)
treeca2892fc8568e1e0521b1ebaa77afc074abaa9c8
parentCheck mounts directly, not mount services (diff)
downloadconfig-a9cefff12786d70c5b31502cff4c404c0077f142.tar.bz2
config-a9cefff12786d70c5b31502cff4c404c0077f142.tar.xz
config-a9cefff12786d70c5b31502cff4c404c0077f142.zip
Don't use nagios for group, use haproxy
nagios user is a member of haproxy group
-rw-r--r--etc/haproxy.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/haproxy.cfg b/etc/haproxy.cfg
index ff09001..88ddec1 100644
--- a/etc/haproxy.cfg
+++ b/etc/haproxy.cfg
@@ -2,7 +2,7 @@ global
user haproxy
group haproxy
ssl-server-verify none
- stats socket /run/haproxy.stats mode 660 group nagios
+ stats socket /run/haproxy.stats mode 660 group haproxy
defaults
timeout connect 5000ms