summaryrefslogtreecommitdiff
path: root/www/squidanalyzer
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-1/+2
2016-01-06Changes 6.5:adam2-8/+7
This is a mantenance release to fix an overlaping bug on bytes charts with last versions of browsers like firefox, iceweasel and chrome. - Fix height of bytes graphs that was overlaping on third graph. - Update russian translation. - Update copyright year.
2015-10-21Changes 6.3.1:adam3-11/+10
This release adds a new report to show statistics about Denied URLs. It also allow to add a SquidGuard log to the list of log files and to report blocked URLs into the Denied reports. It ialso adds a pie chart on SquidGuard ACLs use. There's also four new configuration directives: - UserReport to be able to remove any user related reports but statistics about URL and domains will remain. - ExcludedCodes to be able to exclude some log entries following the TCP code returned. - UrlHitsOnly to be able to enable the generation of additional HTML tables with top Url per byte and per duration in Top Urls and Domains report. - MaxFormatError to not exit immediatly when a bad format error is encountered. SquidAnalyzer will wait MaxFormatError before exiting.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-02-25Changes 6.2.1:adam4-7/+53
This release adds support to common or combined squid log format and a new Italian translation file. There's also a new configuration directive UserReport to be able to remove any user related reports, statistics about URL and domains will remain. The second new directive is ExcludedCodes to be able to exclude some log entries following the TCP code returned.
2014-10-29Changes 6.1:adam2-6/+6
This release fix severals major issues and adds a new feature to disable weekly reports with a new command line option --no-week-stat. - Fix top domains report where url with port was reported in unknown domains. - Add --no-week-stat to disable weekly reports generation. - Fix and update Ukrainian translation file. - Save the last line parsed line when squid-analyzer is interrupted to avoid loading twice the same data after restarting. - Fix missing calendar menu on daily report. - Fix problem with links to weekly summaries in SquidAnalyzer.pm. - Add IO::Handle and FileHandle in Perl modules that should be loaded.
2014-09-12patch-Makefile.PL not needed anymoreadam1-32/+0
2014-09-12Changes 6.0:adam3-10/+8
Multiple access.log files can be processed at the same time. Multiprocess mode can be activated using the -j N command line option. New ExcludedMimes configuration directive to exclude from statistics a comma separated list of mime-type or using regex like text/.*. New ExcludedMethods configuration directive to exclude from statistics a comma separated list of HTTP methods (GET,POST,CONNECT,...). New translation available: pl_PL
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-05Changes 5.4:adam3-7/+12
- Change CSS to adjust calendar position. - Add Czech language file. - Add Ukrainian translation file. - Add CustomHeader to allow custom definition of the logo and title. See squidanalyzer.conf or documentation for more explanation and example. - Replace logrotate example that was too simplistic. - Update documentation about -P option. - Prevents the script to run multiple instances using a pid file. This patch adds a new command line option -P to change the default pid file (/tmp/squid-analyzer.pid). - Remove useless command to delete special files because those files are not installed by make install. - Fix spec file to build RPM. - Fix usage to show $DEFAULT_CONFIGFILE that may not always be the right place following the installation. - Remove squid requirement from RPM spec file. - Add spanish language file. - Remove ^M when reading translation files. - Add new weekly reports. - Add build and storage of weekly statistics. - Fix CSS to reduce font size used in the calendar and increase size of the header. - Add WeekDay translation string. - Remove link on week, the week view is not available yet. - Add week day and week number to the calendar. - Fix bug where statistics from the last parsed day was count twice in months and years statisics. - Add file etc/included to limit entries to matching users, networks or ip address. - Show values of all dataset when mouse is over graph. - Update pt_BR.txt language file. - Update flotr2 to most recent version. Replace bars in graphs with line to have mouse tracking on each dataset. Change line graphs colors and reformat label shown on mouse over graph data. - Remove special hidden character from documentation that prevent pod2man from working. - Add TCP DENIED report in cache statistics. - Fix missing semi-colon after graph width definition. Add missing graph on mime type. - Add russian translation. - Fix german lang file about new second level domain label. - Update translation files with new Second_domain_graph_hits_title and Second_domain_graph_bytes_title variables. - Add ordering of pie legend following percentage. - Change trackFormatter so that mouse over the pie-chart color shows the domain/TLD name also with the value. - Add advice about parsing access.log after logrotate. - Fix some more issue on top second level report.
2013-12-02Changes 5.3:adam2-6/+7
This release fixes several bugs and adds two new pie charts about the most use top second level domains. It is also possible to do DNS lookup of Ip addresses inside SquidAnalyzer, see UseClientDNSName new configuration directive. This can slow down dramatically the squid-analyzer performances but you can adjust the DNS lookup timeout to prevent waiting slow DNS server, see DNSLookupTimeout new configuration directive. - Update and fix first and second top level domain name. - Add new directive DNSLookupTimeout to change the default timeout for DNS lookup. Add 0.0001 second timeout when SquidAnalyzer look for a DNS name and can't find a name server. - Add pie chart of top second level domains. - Fix some HTML tag issues and table ordering on Top domain hits and Top url hits. - Update INSTALL file to remove GD::Graph requirements. - Change underscore used to replace space in user name by the special string _SPC_ so that underscore will not be wrongly replaced on HTML output. - Fix pt_BR translation with charset to utf-8 and a few words with accentuation fix. - Allow Ip addresses on user names to be replaced by their DNS name, this feature is activated by a new directive: UseClientDNSName. - Add missing description of --no-year-stat option to documentation and squid-analyzer usage.
2013-09-03Squid proxy native log analyser and reports generator with full statisticsadam5-0/+100
about times, hits, bytes, users, networks, top urls and top domains. Statistic reports are oriented toward user and bandwidth control; this is not a pure cache statistics generator. SquidAnalyzer use flat files to store data and don't need any SQL, SQL Lite or Berkeley databases. This log analyzer is incremental and should be run in a daily cron or more often on huge network trafic.