On Tuesday 30 Jul 2002 1:40 am, Chris Mason wrote:
> Oi vey! Is this stuff complex or what. I can't figure out this snmp
> stuff. Any chance you could snatize and send me your configs? Any other
> notes you can offer are appreciated.

SNMPD is only needed for monitoring traffic to a machine.  You could get by 
this by only monitoring traffic to your virtual hosts.

http://www.snert.com/Software/mod_watch/
This website has a good guide on how to set it up for apache.

Wez


PS: SNMPD.CONF as on my machine (with altered names/secrets)
(look up cfgmaker  and indexmaker and mrtg (binaries on your machine) which 
will help you create web pages of traffic graphs)

####

com2sec local     localhost       secretCommunityName
com2sec homer   ip-address-of-eth0 secretCommunityName
com2sec bart     192.168.0.0/24     secretCommunityName

group MyROGroup  v1       local
group MyROGroup  v1       bart
group MyROGroup  v1       homer

view all    included  .1                               80

#Read only access for the groups
access MyROGroup ""      any       noauth    exact      all    none    none

##############




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to