Networking :: Install Sarg To Monitor Squid Not Success. Cannot See Sarg.conf File?
Nov 30, 2010
i have just install Sarg-2.2.3.1.tar.gz but When finished compiled i cannot see sarg.conf (in directory /etc/.. or /etc/httpd/conf.d). May i know where is it.?? I'm not sure compiler which it's work good or not good. Some logs show in here:
Quote:
[root@proxy sarg-2.2.3.1]# make install
cp sarg /usr/bin/sarg
chmod 755 /usr/bin/sarg
cp sarg.1 /usr/local/man/man1/sarg.1
chmod 755 /usr/local/man/man1/sarg.1
[Code]...
View 2 Replies
ADVERTISEMENT
Mar 8, 2010
How to configure SARG to monitor SQUID?
View 1 Replies
View Related
Oct 6, 2010
i have a Archlinux PC working Squid like proxy server and SARG for read the access log from Squid. The Squid log only show me 192.168.0.0 making http request, i need show the local IP from each PC on my network. I read in other page i need rebuid squid with follow_x_forwarded option, how i can do that? exist other way ti do that?
View 1 Replies
View Related
May 9, 2011
I got the following task from my boss. I have to find out if there is some alternative tool for create reports from Squid except SARG. Now, we use SARG, but my boss told to me, that the main problem of SARG is, that SARG generate huge amount files, which cause problems during migration our servers. He told to me the following condition for change of current tool (SARG):
* standard package of Debian
* generate less amount of files, optimal is to save reports to the database
So I would like to ask you if you know about some tool (I can not find some by google)... and the best would be if you told to me some practical experiences.
View 1 Replies
View Related
Apr 7, 2011
how to report the sarg with host name??
View 1 Replies
View Related
Jul 21, 2009
SARG seems ok but it is not generating any reports.... "Now generating Sarg report from Squid log file /var/log/squid/access.log squid and all rotated versions .... Sarg finished, but no report was generated. See the output above for details. There is also no view generated reports too.
View 1 Replies
View Related
Jun 3, 2009
When I start the SARG, its blow up with segmentation fault. Linux intra.local 2.6.18-53.1.13.el5 #1 SMP Tue Feb 12 13:02:30 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
I already tried to empty all squid cache log and recompile (yum remove and yum install again) the sarg rpm w/o sucess.
View 1 Replies
View Related
Feb 9, 2011
I just setup a new squeeze debian 6 server, it will work as proxy server with squid. But I have an issue when i want to install sarg (sarg-report), i cannot find the package thru aptitude/apt-get, however it was present in lenny distribution. Is it a miss in squeeze, is it discontinued or should I add a specific entry in /etc/apt/sources.list? (currently squeeze main, squeeze/updates main)
View 3 Replies
View Related
Jul 7, 2011
I am trying to configure Sarg to read my Squid access.log file.When I run Sarg from either the command line or from Webmin I get the following error:
Code:
SARG: Records in file: 8343, reading: 100.00%
SARG: No records found
[code]....
View 1 Replies
View Related
May 13, 2011
I have just build sarg, something wrong with my task. i haven't see log on website even on command in putty.This is brief short for my sarg.confQuote:
#access_log /usr/local/squid/var/logs/access.log
access_log /opt/squid/logs/access.log
#output_dir /var/www/html/squid-reports
[code]....
View 1 Replies
View Related
Jun 9, 2010
how can i exclude specific ip frm sarg reports? i have done with exclude_hosts but still it is not working, any one have solution on this?
View 1 Replies
View Related
Jan 12, 2011
I am using SARG for squid report analysis. And it is working fine. But I want to know if there is some custom configuration possible to link the SARG image at the top of the page to my custom location instead of its default homepage on sourceforge? For the ease of understanding, I am attaching the page screenshot here. The SARG image I am talking about is the one on the top in blue colour. It is linked to [URL] and I want it to link it to my sarg homepage.
View 2 Replies
View Related
Jul 23, 2010
I am getting an error when i generat a report with squid's report generator ( sarg )is there a tool or way that i can find where in the log file the error is, the log file is 61442 lines, and it's gonna take me forever to find the error,
View 1 Replies
View Related
Mar 3, 2011
I am going to configure squid in my linux box.I have different kinds of ranges in my office.The default is as under
Code:
acl our_networks src 192.168.1.0/24 192.168.2.0/24
http_access allow our_networks
can I add my own ranges as
Code:
acl our_networks src 10.1.60.0/24 10.1.70.0/24 10.0.80.0/24 10.1.90.0/24 10.1.100.0./24
http_access allow our_networks we have divided according to floors ,like 1st floor ip range is 10.1.60.0 2nd floor 10.1.70.0 ,third 10.1.80.0 and so on. All IP ping each others successfully.
View 3 Replies
View Related
Jan 20, 2011
I am using Squid server on my Red Hat Linux machine.Squid is functional and clients are access through proxy.I want to ask that if I want to open my squid.conf file for any changes should i first stop squid and then do the changes .
View 3 Replies
View Related
Jul 3, 2010
I have encountered a problem using squid, I am currently configuring my squid to deny all http and https except 1 external dst ip address which I will use to connect trough RDP, how can I configure my squid with what I want to accomplish?
View 1 Replies
View Related
Jan 30, 2009
I have Squid Version 3.0 PRE5 installed on debian etch.Howto exclude some URL from the proxy caching at squid.conf ?
View 5 Replies
View Related
Jun 18, 2010
I installed debian 5 in a pc with a Intel 4 series VGA. The optimal resolution for the monitor is 1360x76, but the system does not allow that. I tried to change my xorg.conf, but got no success.In my xorg.conf I used this:
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
[code]....
View 9 Replies
View Related
Feb 12, 2010
I am looking for a generic vesa driver xorg.conf file that will work with most any 1024x768 monitor.
This is for a network appliance and our field people have many different type of monitors.
This product will mostly be used "headless" but sometimes our field people will plug in a monitor.
The intel driver will not even start x without a monitor plugged in so I found it necessary to go to the vesa driver.
Code:
View 1 Replies
View Related
Oct 19, 2009
This is a repost of my initial problem, I need some one who knows what they are doing more than I too take a look at this command output and give some sort of direction/clue/etc on what I'm doing wrong or missing.
Is my xorg.conf missing some vital line(s) or setting?
My best guess is that i'm missing something to tell the Xserver to use both screens, as the Xorg.0.log does not talk about trying to bring up the intel display; but this is just a hunch.
I'm running kubuntu 9.04 with 2 monitors: on-board intel video and a PCI nvidia display: I am using my nvidia display fine, but still can not get my 2nd display (the intel) working. What the heck am I missing?
lspci:
Code:
Code:
View 3 Replies
View Related
Jan 6, 2010
my squid show like this when i try create swap directory
[Code]....
View 2 Replies
View Related
Apr 27, 2011
I can connect to the internet and browse. I'm wired and using DHCP on a Windows network. Updating Ubuntu or downloading programs takes hours for 52MB of updates. Why? I read some articles that mention Network Manager needs to be enabled at the .conf file. Can I edit this using GUI or command line only?
View 9 Replies
View Related
Nov 25, 2008
i am using squid proxy server in my office but i cant download torrent file from client usnig bittorrent. bitorrent may use port 6881 to 6889. but i dont know how and where to put this port numbers in squid to download torrent files.
View 1 Replies
View Related
Jan 4, 2011
I'm interested in learning how to start a wireless connection via the terminal rather than the NetworkManager applet. Every resource I've found on this subject talks about how you need to make a .conf file, then use wpa_supplicant. Is there a way to establish the connection without having to a create any file whatsoever? What are the steps for establishing the connection?
From what I've read, establishing a WEP connection is as simple as calling iwconfig and then dhclient. Are there similar steps for WPA2?
View 2 Replies
View Related
Dec 29, 2010
I have a router with ddwrt on it that runs a DHCP server. What I want to do is only allow people who have pre-determined MAC addresses to get an address to get on my network. That being said I have a VM set up as a DHCP Server. Since doing this I will be setting the dhcp settings on my router to be a forwarder to the VM. Is there a way to allow only static leases in the dhcpd.conf file? I do not just any computer on my network to get an address I want to base it on MAC addresses.
View 4 Replies
View Related
Dec 31, 2009
I have three users in samba file user1
user2
user3
and I have share1 and its subfolder " subshare " the thing i have to do is that, i have 2 assign user1 and user2 to share1 that means user1 and user2 can only access share1 through password and user3 can access only its subfolder "subshare" i have done this upto first level permission of share1 not able to do for its subfolder "subshare"
View 7 Replies
View Related
Feb 7, 2010
I am trying to find a decent guide for how to use oprofile to monitor squid and read the results so that they mean something useful.
View 1 Replies
View Related
Jun 9, 2011
I bought a very beaultiful pink tv-monitor 26", model LG26LED6500 for my daughter and I also intend to enjoy it setting up in my slackware 13.37. Then I use a VGA cable and 6600GT nvidia card, but now I'm having a doubt because there aren't vertical and horizontal frequencies specs in this manual. Only:
I did a xorg.conf using a vesa driver and kde screen output was a 1024x768 - 61hz.
If I try to use a nvidia driver and xorg.conf piece above X break down. If I use any manual frequency parameters X break down too.
1)What's the difference between CRT config and tv-monitor xorg?
2)Have I use strings modeline monitor and modes screen in this situation?
View 3 Replies
View Related
Jan 2, 2011
I need to install web proxy on my VPS, means, i'll get ip:port (without login and password) to add on firefox and to connect throught that Proxy ....
I have successfully installed Squid (with the command line : yum install squid)
Now, i need to know how to change squid.conf to be able to use that ip:port on firefox .
View 1 Replies
View Related
Dec 7, 2009
My laptop screen isn't working but I don't want to abandon my laptop so I am trying to hook up a new monitor. I'm using my 1 HDMI port, and my BIOS doesn't recognize the monitor on boot up. Also, my xorg.conf file is not configured for this monitor. My question is what should my xorg.conf look like? I have a bit of a start on it(see attached) but it is not quite right. How do I set up the Toshiba as the default screen, in order to use this monitor when Linux starts? Other info: I use Debian 5.0 with Gnome.
View 4 Replies
View Related