OS: CentOS 5.5 HA-Proxy version v1.4.6 haproxy.pl v.0.27 Done everything according to http://haproxy.1wt.eu/download/contrib/netsnmp-perl/README
Now I'm able to read info fields' names, but not values: $ snmpbulkwalk -c public -v2c localhost .1.3.6.1.4.1.29385.106.2.0.0 SNMPv2-SMI::enterprises.29385.106.2.0.0 = STRING: "Name" $ snmpbulkwalk -c public -v2c localhost .1.3.6.1.4.1.29385.106.2.1.0 SNMPv2-SMI::enterprises.29385.106.2.1.0 = No Such Instance currently exists at this OID And have nothing in stats: $ snmpbulkwalk -c public -v2c localhost .1.3.6.1.4.1.29385.106.1 SNMPv2-SMI::enterprises.29385.106.1 = No Such Instance currently exists at this OID snmpd.conf is accurate. File permissions double checked. Though when running haroxy.pl it claims the following. Not sure how vital is it. Other snmp statistics is being collected for this host fine. $ perl /etc/snmp/haproxy.pl Warning: no access control information configured. It's unlikely this agent can serve any useful purpose in this state. Run "snmpconf -g basic_setup" to help you configure the Haproxy.conf file for this agent. I suspect it's because of I'm using the most recent version of haproxy. Latest confirmed working version I found mentioned in the web was haproxy.pl-0.27 + haproxy-1.4. Any suggestions? --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,163670,163670#msg-163670

