Re: Fwd: [squid-users] Squid, SNMP and MRTG

2008-01-14 Thread Indunil Jayasooriya
> Have you checked to make sure that your cron job is running > successfully? On> > e thing I found is that the command has to be run from > the same directory that the squid-rrd files are in. Otherwise it > complains about not finding the files. I set up a cron job that called a > .sh script which

Re: Fwd: [squid-users] Squid, SNMP and MRTG

2008-01-05 Thread Elvar
Indunil Jayasooriya wrote: HERE'S MY squid.conf acl mynet src 192.1.54.0/24 192.168.9.0/24 http_access allow mynet snmp_port 3401 acl snmppublic snmp_community public snmp_access allow snmppublic localhost snmp_access deny all snmp_incoming_address 0.0.0.0 snmp_outgoing_address 0.0.0.0

Re: Fwd: [squid-users] Squid, SNMP and MRTG

2008-01-04 Thread Indunil Jayasooriya
> > HERE'S MY squid.conf > > > > acl mynet src 192.1.54.0/24 192.168.9.0/24 > > http_access allow mynet > > > > snmp_port 3401 > > acl snmppublic snmp_community public > > snmp_access allow snmppublic localhost > > snmp_access deny all > > snmp_incoming_address 0.0.0.0 > > snmp_outgoing_addre

Re: Fwd: [squid-users] Squid, SNMP and MRTG

2008-01-04 Thread Elvar
Indunil Jayasooriya wrote: On Dec 23, 2007 10:56 PM, Elvar <[EMAIL PROTECTED]> wrote: I also recommend http://www.squid-cache.org/~wessels/squid-rrd/ I went to the above URL. I configured acoording to the Doc there. Now I can See graphs, when I give the below URL http://ipaddress/s

Re: Fwd: [squid-users] Squid, SNMP and MRTG

2008-01-02 Thread Indunil Jayasooriya
On Dec 23, 2007 10:56 PM, Elvar <[EMAIL PROTECTED]> wrote: > I also recommend http://www.squid-cache.org/~wessels/squid-rrd/ I went to the above URL. I configured acoording to the Doc there. Now I can See graphs, when I give the below URL http://ipaddress/squid/1day.cgi But, There is no traffic

Re: Fwd: [squid-users] Squid, SNMP and MRTG

2007-12-26 Thread s f
some graphs are polled from the server not squid server. On 12/26/07, Indunil Jayasooriya <[EMAIL PROTECTED]> wrote: > > You need the SNMP OIDs for graphing Squid MRTG. > > > > Put something like the below in your mrtg.cfg file: > > > > > > Target[1cacheServerRequests]: > > cacheServerRequests&cac

Re: Fwd: [squid-users] Squid, SNMP and MRTG

2007-12-25 Thread Indunil Jayasooriya
> You need the SNMP OIDs for graphing Squid MRTG. > > Put something like the below in your mrtg.cfg file: > > > Target[1cacheServerRequests]: > cacheServerRequests&cacheServerRequests:[EMAIL PROTECTED]:3001 > MaxBytes[1cacheServerRequests]: 1000 > Title[1cacheServerRequests]: Server Requests @

Re: Fwd: [squid-users] Squid, SNMP and MRTG

2007-12-23 Thread Elvar
I also recommend http://www.squid-cache.org/~wessels/squid-rrd/ which doesn't require SNMP at all. I believe it also monitors more information than the SNMP option but I could be wrong. Regards, Elvar s f wrote: Yes you dont need to use cfgmaker to monitor squid. There is a link to mrtg-sq

Re: Fwd: [squid-users] Squid, SNMP and MRTG

2007-12-21 Thread s f
Yes you dont need to use cfgmaker to monitor squid. There is a link to mrtg-squid.cfg file here http://chrismiles.info/unix/mrtg/ Also a little tutorial at http://techspalace.blogspot.com/2007/12/mrtg-for-squid.html Regards, Roshan Karki On 12/21/07, Tek Bahadur Limbu <[EMAIL PROTECTED]> wrote: >

Re: Fwd: [squid-users] Squid, SNMP and MRTG

2007-12-21 Thread Tek Bahadur Limbu
Hi Indunil, You don't use the cfgmaker with Squid as you normally do with Linux network interfaces. You need the SNMP OIDs for graphing Squid MRTG. Put something like the below in your mrtg.cfg file: Target[1cacheServerRequests]: cacheServerRequests&cacheServerRequests:[EMAIL PROTECTED]:30

Fwd: [squid-users] Squid, SNMP and MRTG

2007-12-21 Thread Indunil Jayasooriya
Hi again, before running this command pl make the mrtg working directory like "/var/www/mrtg" Yes, I made it. pls see below [EMAIL PROTECTED] ~]# mkdir /var/www/mrtgnew after making the directory run this command cfgmaker --global 'WorkDir: /mrtg_working_dir_path/' --output /etc/mrtg/mrtg.cfg