- Get link
- X
- Other Apps
# Introduction SNMP, or Simple Network Management Protocol, is widely used to communicate with and monitor network devices, servers, and more, all via IP. In this case, we’ll be installing an SNMP agent on a CentOS 6.5 server, which will allow for collection of data from our server, and make the information available to a remote SNMP manager. # Install SNMP packages yum -y install net-snmp net-snmp-utils # Configure SNMP cp /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.orig cat <<'EOF' > /etc/snmp/snmpd.conf ################################################################### # SNMP configuration - Customzie by Sam KUON # ################################################################### # Agent address #agentaddress udp:161 agentAddress udp:161,udp6:[::1]:161 ## Access control #@@ Firstly, Map the community into a security name # sec.name ...