Commit Graph

34 Commits

Author SHA1 Message Date
Gilles Darold 9f443b3888 Only apply OrderUrl to user url list, other reports in Top domain and Top Url are now always ordered following the first column, which is the sorted column of the report (hits, bytes and duration). 2016-08-31 00:00:55 +02:00
Mathieu Parent f5b273c5cd Spellchecking 2016-03-02 13:14:48 +01:00
Darold Gilles bcc2e7a0f2 Add -t | --timezone and TimeZone configuration directive to be able to change the timezone. When set, SquidAnalyzer will read time from log file as UTC time and will add the hours specified in the timezone option. This is usefull if the log file is not parsed on a computer with the same timezone thant the squid server. Thanks to Anderson - BR Suporte for the feature request. 2015-12-13 16:31:14 +01:00
Darold Gilles 7878251edc Add support to ufdbGuard log file. squidGuard and ufdbGuard files can be given together with squid access.log file as a list into LogFile configuration file or as arguments of command line. Thanks to Martin Hoffmann for the feature request. 2015-11-27 00:55:29 +01:00
Darold Gilles eab10d7f3a Update ChangeLog and version to 6.3 2015-10-10 11:44:47 +02:00
Darold Gilles 810e0b9a8d Try to fix bad characters in mime_type field and add MaxFormatError to not exit immediatly when a bad format error is encountered. SquidAnalyzer will wait MaxFormatError before exiting. 2015-08-29 10:19:00 +02:00
badfiles d6e11c5e66 no need to drop the line here 2015-07-13 00:47:41 +03:00
badfiles 8ea970521e a misprint again 2015-07-13 00:43:23 +03:00
badfiles 400fbc1603 a misprint 2015-07-13 00:38:16 +03:00
Darold Gilles 79a470932c Add UrlHitsOnly configuration directive to be able to disable the generation of tables ordered per byte and duration in Top Urls and Domains report. Thanks to Cesar Vazquez for the feature request. 2015-04-06 18:27:22 +02:00
Darold Gilles e8b5d4e0a9 Fix majir bug when parsing native squid log format. Thanks to @ST_Ungulant for the report. 2015-02-22 10:26:12 +01:00
Darold Gilles 17a909d91b Fix hidden control character in configuration file. 2015-01-30 21:22:41 +01:00
Darold Gilles d43aea009d Add UserReport configuration directive to not produce any report about users. Statistics about URL and domains will remain. Thanks to Razerlikes for the feature request. 2015-01-29 16:26:28 +01:00
Darold Gilles e0d7752309 Fix install on Solaris. Thanks to Yuri Voinov for the report. 2015-01-28 12:41:21 +01:00
Darold Gilles 9455f8cd8e Add ExcludedCodes configuration directive to be able to remove some log entries from statistics based on the TCP code. For example: TCP_DENIED/403, which are generated when a user accesses a page the first time without authentication. Thanks to Peter C. Ndikuwera for the feature request. 2014-11-30 11:30:36 +01:00
Darold Gilles ce266f4484 Add ExcludedMimes configuration directive to allow exclusion fron statistics of a comma separated list of mimetype fullname or using regex like text/.*. Thanks to Ajayaks for the feature request. 2014-05-15 19:54:15 +02:00
Darold Gilles ddf635ca17 Add ExcludedMethods configuration directive to allow exclusion fron statistics of a comma separated list of HTTP methods. Thanks to Ajayaks for the feature request. 2014-05-15 19:34:12 +02:00
Darold Gilles 55585b465d Add pl_PL translation. Thanks to Adam Ciarcinski for the patch. 2014-05-14 23:04:19 +02:00
Darold Gilles eef5016332 Add Czech and Ukrainian to the list of language files. 2014-04-15 17:25:45 +02:00
Darold Gilles 3f2bdea21d Add Ukrainian translation file. Thanks to Oleg A. Deordiev for the patch. 2014-04-07 15:37:58 +02:00
Darold Gilles b3ff727a55 Add CustomHeader to allow custom definition of the logo and title. See squidanalyzer.conf or documentation for more explanation and example. Thanks to Raktim Chatterjee. 2014-03-15 18:22:37 +01:00
BhEaN 4d7b2bb889 New lang (spanish) added 2014-02-12 01:34:52 +01:00
Darold Gilles e334911eea Add file etc/included to limit entries to the matching users, networks or ip address. Thanks to giovanniredix for the feature request. 2014-01-31 10:59:14 +01:00
Darold Gilles b1810b233b Set default timeout for DNS lookup to 100ms, default value for DNSLookupTimeout is now 0.0001 second. 2013-12-01 16:22:46 +01:00
Darold Gilles 028080f8c6 Add direcive DNSLookupTimeout to configuration file. 2013-11-27 00:02:35 +01:00
Darold Gilles b0c7bfe690 Allow ip addresses on usernames to be replaced by their DNS name, this feature is activated by a new directive: UseClientDNSName. Thanks to Pfisztner Tamas for the patch. 2013-09-04 21:54:55 +02:00
Darold Gilles cbfaefa52e Add support to CIDR notation in network-alias file. Thanks to Thibaud Aubert for the feature request. 2013-05-28 00:44:29 +02:00
Darold Gilles 736b6c2d97 New feature to show the top N users that look at an url or a domain. Add a new configuration directive, TopUrlUser, to control the number of users to show. Thanks to Mr-Ed for the feature resquest. 2013-05-26 17:20:55 +02:00
Darold Gilles 63d2664447 Allow CIDR notation in exclude file to skip line matching the given xxx.xxx.xxx.xxx/n network. Thanks to the MangOuste for the patch. 2013-05-25 19:09:59 +02:00
Darold Gilles 66d6d91bff Add WriteDelay configuration directive (default to 3600 - stores one hour of statistics from log file) to be able to save ressources on huge log file. On small log file it is not a good idea to set a lower value as SquidAnalyzer will spend his time to write and read from disk. 2013-05-20 11:20:49 +02:00
Darold Gilles 2130e3bee6 Add Locale configuration directive to set the locale when retrieving date from system. Thanks to Klaus Tachtler for the suggestion. 2012-12-24 12:52:42 +01:00
Darold 22886a423b Add MinPie configuration directive to set the percentage of pie graph data which under item will be stored in others label 2012-12-20 20:16:20 +01:00
Darold Gilles 510e831ef6 Update documentation. 2012-12-10 22:00:41 +01:00
Darold fc601db1c9 Reorder source tree. 2012-12-02 21:24:19 +01:00