|
|
| Author |
Message |
DavidM
Joined: 08 Feb 2003 Posts: 34
|
Posted: Tue Feb 18, 2003 10:08 pm Post subject: SNMP on RH Linux 7.2? |
|
|
Can someone please tell me how to setup and configure SNMP on my RH Linux 7.2 From Linux, I'm currently using Cacti to monitor a few XP and W2K machines. I would like to do the same for the local machine; plus perhaps some other Linux servers.
Any help in setting my community to something other than public and having it auto-start would be appreciated.
...david |
|
| Back to top |
|
 |
mircea Guest
|
Posted: Tue Feb 25, 2003 4:36 am Post subject: |
|
|
change the comunity from snmpd.conf and put the line :
(path-to-snmpd)/snmpd in rc.local |
|
| Back to top |
|
 |
mbiggs
Joined: 04 Feb 2003 Posts: 13
|
Posted: Mon Mar 03, 2003 5:28 am Post subject: |
|
|
At the top of the snmpd.conf file change the word public to ur new name eg cacti. Also you need to edit the view row. By default the subtree column will say 'system'. Change this to '.1' which will open up all the O.I.Ds.
Restart snmp and then test
./snmpget 192.168.140.2 cacti .1.3.6.1.4.1.2021.10.1.3.1
Give me a shout if this does not return the load average
Marc |
|
| Back to top |
|
 |
|