I followed this forum thread:
http://forum.proxmox.com/threads/8423-Setup-SNMP-monitoring
I am using the spiceworks app to do snmp monitoring. I have installed snmpd, configured the
/etc/default/snmpd file with my pvehost IP address 10.10.1.10:
HTML:
SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -g snmp -I -smux -p /var/run/snmpd.pid 10.10.1.10'
I have added the following entry at the bottom of the
/etc/snmp/snmpd.conf file; which is my spiceworks app IP address:
HTML:
com2sec readonly 10.10.1.150 public
What am I overlooking? Why are there errors in the syslog? It looks like it is connecting to the wrong server, 10.10.1.1 is a internal DC.
HTML:
Dec 13 16:03:24 pvehost-ve1 snmpd[2272]: Connection from UDP: [10.10.1.1]:50486->[10.10.1.10]
Dec 13 16:03:31 pvehost-ve1 snmpd[2272]: error on subcontainer 'ia_addr' insert (-1)
Dec 13 16:04:01 pvehost-ve1 snmpd[2272]: error on subcontainer 'ia_addr' insert (-1)
Thank you for your help.