Hi,
Been trying to setup monitoring for my proxmox on librenms.
Keep getting this error;
Could not connect to X.X.X.X, please check the snmp details and snmp reachability
SNMP v2c: No reply with community random8886
my snmp.conf file on proxmox is as below;
[email protected]:~# cat /etc/snmp/snmpd.conf
# Change RANDOMSTRINGGOESHERE to your preferred SNMP community string
com2sec readonly default random8886
group MyROGroup v2c readonly
view all included .1 80
access MyROGroup “” any noauth exact all none none
syslocation Rack, Room, Building, City, Country [GPSX,Y]
syscontact Your Name [email protected]
#Distro Detection
extend distro /usr/bin/distro
#Hardware Detection (uncomment to enable)
extend hardware '/bin/cat /sys/devices/virtual/dmi/id/product_name’
extend manufacturer '/bin/cat /sys/devices/virtual/dmi/id/sys_vendor’
#extend serial '/bin/cat /sys/devices/virtual/dmi/id/product_serial’
Thanks
KM