Tag Archives: SNMP client

How to install SNMP client on Cent OS / Linux

How to install SNMP client on Cent OS / Linux Login as root # yum install net-snmp-utils Rename the snmpd.conf # mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.org # nano /etc/snmp/snmpd.conf copy and paste below line rocommunity  public syslocation  “Your Datacenter” syscontact   support@yourdomain.com save … Continue reading

Posted in Linux | Tagged | Leave a comment