I'm trying to check a Haproxy's server with my cacti but I've got a "This data query returned 0 rows" message in my cacti.
After some checks, it appear that my snmp don't find OID even on my Haproxy's server.
My command :
snmpwalk -c snmpcommunity -v 2c 127.0.0.1 1.3.6.1.4.1.29385.106.1.0.17
And the return is :
Haproxy version : 1.7.5-2SNMPv2-SMI::enterprises.29385.106.1.0.17 = No Such Instance currently exists at this OID
I've extract from haproxy's package the netsnmp dir with perl script and xml files, and follow the readme.
You could find the same here :
https://github.com/haproxy/haproxy/tree ... tsnmp-perl
I've just modified my haproxy.pl because we use /run/haproxy/admin.sock instead of /var/run/haproxy.stat for stats (conf in /etc/haproxy/haproxy.cfg)
I've tried with /var/run/haproxy.stat on another server and we got same error.
My others snmp's check are OK on this server (load, memory, disks...)
Someone had already solved this problem and could help me ?
Thanks.