How to install SNMP on Proxmox Hardware Node itself?

ozgurerdogan

Renowned Member
May 2, 2010
622
6
83
Bursa, Turkey, Turkey
Can someone please guide me how to install SNMP on Proxmox Hardware Node itself? Set it to autostart? I need to collect traffic usage from hardware nodes. Also how to open ports for snmp?

Thanks
 
Can someone please guide me how to install SNMP on Proxmox Hardware Node itself? Set it to autostart? I need to collect traffic usage from hardware nodes. Also how to open ports for snmp?

Thanks
Hi,
with the normal debian-way: "apt-get install snmpd"
After that change /etc/default/snmpd (SNMPDOPTS should use your IP-adress if you collect data from outside; also SNMPDRUN=yes). And of course use the right values in /etc/snmp/snmpd.conf.

Udo