Link to home
Start Free TrialLog in
Avatar of AXISHK
AXISHK

asked on

Configure MRTG in Linux

I have problem while configure MRTG in LInux and don't know how to put the following samples into my current environment

/etc/snmp/snmp.conf
-------------------
#1 This is to define two users (local & mynetwork) subscribe to SNMP community mysql01, correct ?
com2sec local localhost mysql01                  (monitor localhost)
com2sec mynetwork 192.168.49.0/24 mysql01      (monitor network)

#2Does it try to match these 2 users to some groups ??
group MyRWGroup any local
group MyROGroup any mynetwork

#3What does these 3 lines mean ?
view all included .1 80
access MyROGroup "" any noauth 0 all none none
access MyRWGroup "" any noauth 0 all all all

#4What does the line do ? Does mysql01 & localhost are the users defined in #1
snmpwalk -v2c -c mysql01 localhost system

#5 What does it do ? What does the parameter scigops mean ? What does 1.3.6.1.4.1.2021.8.1.101 mean and how can I find out this string.

snmpwalk -v2c xxxxxxx -c scigops 1.3.6.1.4.1.2021.8.1.101
ASKER CERTIFIED SOLUTION
Avatar of noci
noci

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AXISHK
AXISHK

ASKER

Tks