Ajout d'une section pour avoir le status des FRONTEND/BACKEND via socat

This commit is contained in:
tpilat 2021-04-16 10:54:47 +02:00
parent ca4506268d
commit b73e2df4d3

View file

@ -599,6 +599,12 @@ net.ipv4.tcp_max_orphans=65536
# echo enable server <backend>/<server> | socat stdio /var/run/haproxy.sock
~~~
## Afficher le status des FRONTEND/BACKEND
~~~
# echo "show stat" | socat stdio unix-connect:/var/run/haproxy/admin.sock | cut -d ',' -f1,2,18
~~~
## Debug
~~~