HAProxy monitoring with Netdata
Monitors frontend and backend metrics such as bytes in, bytes out, sessions current, sessions in queue current. And health metrics such as backend servers status (server check should be used).
Plugin can obtain data from url OR unix socket.
Requirement:
Socket MUST be readable AND writable by the netdata
user.
It produces:
Frontend family charts
- Kilobytes in/s
- Kilobytes out/s
- Sessions current
- Sessions in queue current
Backend family charts
- Kilobytes in/s
- Kilobytes out/s
- Sessions current
- Sessions in queue current
Health chart
- number of failed servers for every backend (in DOWN state)
#
ConfigurationEdit the python.d/haproxy.conf
configuration file using edit-config
from the Netdata config
directory, which is typically at /etc/netdata
.
Sample:
OR
If no configuration is given, module will fail to run.