X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=varnishcount.pl;h=35e1402d24085444c753b477d3e0d1240eadb525;hp=94203bbe287ee7cdb2e0fbe6a317e6409a5e28fc;hb=a0290e9de747b7811e8403b6e7ea80ba5d96cd71;hpb=1678a9e9c9c0189dfdbbf68ab11cbcc178c5bf97 diff --git a/varnishcount.pl b/varnishcount.pl index 94203bb..35e1402 100755 --- a/varnishcount.pl +++ b/varnishcount.pl @@ -35,7 +35,7 @@ EV::run; sub handle_line { my $line = shift; - $line =~ m#(\d+) /analysis.pl \?ims=\d+&unique=(.*) tffb=(.*)# or return; + $line =~ m#(\d+) $url \?ims=\d+&unique=(.*) tffb=(.*)# or return; $uniques{$2} = { last_seen => $1 + $3, grace => undef,