I'm running Ubuntu Lucid 10.04. I've tried to set up a generic snmpd.conf file that I can use on multiple servers, but I've found that I need to specify the agentaddress with the IP address of the system.
The documentation says that it defaults to listening UDP on port 161 on all interfaces, but that does not seem to be true. To get it to listen to external interfaces, I have to add the following line to /etc/snmp/snmpd.conf:
Code: Select all
agentaddress 192.168.1.200:161
I realize this isn't a purely Cacti problem, so my apologies if snmpd questions are frowned upon in this forum.
Schof