[squid-users] Exclude transaction from being logged

Alex Rousskov rousskov at measurement-factory.com
Fri Feb 26 19:21:42 UTC 2021


On 2/26/21 12:36 PM, Service MV wrote:

> NONE/000 0 NONE error:transaction-end-before-headers - HIER_NONE/- -
> 
> I know that this is not an error. But I want to exclude this log when
> the Zabbix server checks the port status of SQUID. Zabbix server does
> not use the SQUID as a proxy.

If you do not want to see what Zabbix is doing to your Squid, you can
exclude its requests from access.log. For example, if you do not want to
see any requests from Zabbix IP address:

  acl zabbix_proxy src x.x.x.x
  access_log none zabbix_proxy


HTH,

Alex.


More information about the squid-users mailing list