2014-05-05 11:58:11 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 5.4:
- 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-02 09:08:01 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 5.3:
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-03 12:08:26 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
Squid proxy native log analyser and reports generator with full statistics
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.
|