HAProxy config not correct for latest version on blog post
cdancette opened this issue · 1 comments
cdancette commented
On the page https://www.datadoghq.com/blog/how-to-collect-haproxy-metrics/, the parameters to enable stats on HAProxy doesn't work with the latest version (1.6) : https://cbonte.github.io/haproxy-dconv/1.6/configuration.html#4
listen stats :9000
should be replaced by
listen stats
bind :9000