Squid-Accounting: Bugfix & clean up data
Message ID | 1450348290-4603-1-git-send-email-alexander.marx@ipfire.org |
---|---|
State | Accepted |
Commit | 78af2f67bba5900eb97989ed271b45a74448b457 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id EED6161AAC for <patchwork@ipfire.org>; Thu, 17 Dec 2015 11:31:40 +0100 (CET) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 91ADB9E8; Thu, 17 Dec 2015 11:31:40 +0100 (CET) Received: from EDV.kappeln2011.lan (ip1f11b49c.dynamic.kabel-deutschland.de [31.17.180.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 45385F9; Thu, 17 Dec 2015 11:31:37 +0100 (CET) From: Alexander Marx <alexander.marx@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] Squid-Accounting: Bugfix & clean up data Date: Thu, 17 Dec 2015 11:31:30 +0100 Message-Id: <1450348290-4603-1-git-send-email-alexander.marx@ipfire.org> X-Mailer: git-send-email 1.9.1 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Alexander Marx
Dec. 17, 2015, 9:31 p.m. UTC
There was a Bug in the addon so that no data was displayed because of a
typo. Additionally the computeraccounts are now filtered out of
trafficdata collection.
Only Proxy/AD/LDAP Accounts and IP adresses are collected.
Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
---
lfs/squid-accounting | 2 +-
src/squid-accounting/acct.pl | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)