|
Install SNMP on GENTOO Linux |
|
|
|
Getting started On the client machine you wish to monitor please enter: emerge net-snmp
Configure SNMPd SNMPv3 net-snmp-config --create-snmpv3-user -a "my_password" my_user
WARNING: SNMPv3 pass phrases must be at least 8 characters long! More info on configuring SNMPv3 Fast config net-snmp-config --create-snmpv3-user -a "mypassword" my_user ln -s /usr/share/snmp/snmpd.conf /etc/snmp/snmpd.conf /etc/init.d/snmpd start /sbin/rc-update add snmpd default
SNMPv2 | File: /etc/snmp/snmpd.conf | | | Starting SNMPd /etc/init.d/snmpd start /sbin/rc-update add snmpd default
|