❦ 25 juillet 2012 12:00 CEST, "Stojan Rancic (Iprom)" <[email protected]> :
> is it possible to create a stats socket (or per-process stats socket)
> when haproxy is configured with 'nbproc=2' or higher ?
Hi!
I am unsure if this is possible with a socket. However, you can do it
for the web interface.
listen monitoring-1
bind 127.0.0.1:64001
bind-process 1
stats enable
stats uri /stats?haproxy
stats refresh 5s
listen monitoring-2
bind 127.0.0.1:64002
bind-process 2
stats enable
stats uri /stats?haproxy
stats refresh 5s
--
Treat end of file conditions in a uniform manner.
- The Elements of Programming Style (Kernighan & Plauger)