Mod_watch worked great, I have traffic monitoring for the most active
hosts now. I'd like to add load average to that, how do you use mrtg to
monitor loads?

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Wesley Murphy
Sent: Tuesday, July 30, 2002 8:27 AM
To: [EMAIL PROTECTED]
Subject: Re: monitor virtual hosts


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



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to