Package: calamaris
Severity: serious
Tags: patch
Justification: 6

Dear Maintainer,

   * What led up to the situation?
new version of squid writes loglines like this:
----------
1434405638.505     87 172.16.20.254 TCP_MISS/200 824 POST 
http://safebrowsing.clients.google.com/safebrowsing/downloads? - 
ORIGINAL_DST/173.194.122.201 application/vnd.google.safebrowsing-update
----------
this line contains new method ORIGINAL_DST.
calamaris writes warnings analising new squid logs and ignores this lines in 
reports.

I wrote a very simple patch.

line 1223:
if ( $log_hier_method =~ m#DIRECT|SOURCE_FASTEST#o ) {
change to
if ( $log_hier_method =~ m#ORIGINAL_DST|DIRECT|SOURCE_FASTEST#o ) {



-- System Information:
Debian Release: 8.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages calamaris depends on:
ii  bc                     1.06.95-9
ii  debconf [debconf-2.0]  1.5.56
ii  perl                   5.20.2-3+deb8u1

calamaris recommends no packages.

Versions of packages calamaris suggests:
pn  libgd-graph-perl    <none>
pn  libnetaddr-ip-perl  <none>
ii  squid3              3.4.8-6


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to