Created
April 7, 2011 05:42
-
-
Save danvine/907110 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
yum install net-snmp.x86_64 | |
mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.orig | |
scp root@$IP:/etc/snmp/snmpd.conf /etc/snmp/snmpd.conf | |
chkconfig snmpd on | |
service snmpd start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment