spacer.png, 0 kB
Easy Guardian brings together powerfull tools of the open source arena like NMAP and Net-SNMP in a small silent Linux embedded box. The on-board GSM/GPRS Quad Band modem is linked to an advanced scanning engine that will alert you with a SMS every time a threshold exceed will be detected.
 

spacer.png, 0 kB
spacer.png, 0 kB
Home arrow SNMP Installation arrow Install SNMP on GENTOO Linux
Install SNMP on GENTOO Linux PDF Print E-mail

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
com2sec local     127.0.0.1/32    public
com2sec local 10.10.10.0/24 public

group MyROGroup v1 local
group MyROGroup v2c local
group MyROGroup usm local

view all included .1 80

access MyROGroup "" any noauth exact all none none

syslocation MyLocation
syscontact Me < This e-mail address is being protected from spam bots, you need JavaScript enabled to view it >

Starting SNMPd

/etc/init.d/snmpd start
/sbin/rc-update add snmpd default
 
< Prev   Next >
Buy now! Acme e-shop
Product description Price Code Qt.y

Easy Guardian

Easy Guardian

Linux Embedded Web Server for network monitoring.

830 EUR EASYG
spacer.png, 0 kB
spacer.png, 0 kB
spacer.png, 0 kB