wglass / collectd-haproxy

collectd plugin for HAProxy stats
http://collectd-haproxy.readthedocs.io
MIT License
23 stars 7 forks source link

Haproxy 1.8.5 #20

Open Aidaho12 opened 6 years ago

Aidaho12 commented 6 years ago

After update Haproxy to 1.8.5 i found in graphics very strange metrics:

default

This module dosent support new haproxy?

sottolski commented 5 years ago

you most probably have set "nbproc" to > 1, right? looking for a solution to this as well. it's possible to setup individual stat sockets for each processor, like

nbproc 3 stats socket /run/haproxy/sock1 user haproxy group haproxy mode 660 level admin process 1 stats socket /run/haproxy/sock2 user haproxy group haproxy mode 660 level admin process 2 stats socket /run/haproxy/sock3 user haproxy group haproxy mode 660 level admin process 3

but I'm not sure whether/how it is possible to use all three sockets in collectd.