spacer.png, 0 kB

The NEW Easy Guardian 2 has born from the previous version of Easy Guardian and the Nagios Core system.
It replaces the older one by adding a new series of tools, very powerful and easy to use, provided in an all-in-one embedded solution called Easy G2 FoxBox G20 . This device is perfect for realtime system monitoring & alerting through SMS.

 

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

!! PLEASE NOTE: THIS ARTICLE IS RELATED TO AN OLDER EASY GUARDIAN SYSTEM VERSION !!

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! KDEV e-shop

buy foxbox
buy on FoxBox eShop



For further info contact us by mail This e-mail address is being protected from spam bots, you need JavaScript enabled to view it providing us the FoxBox model you need and your company details.

spacer.png, 0 kB