<div dir="auto">Ok, but whit this two lines disabled completely access logs. I've no more access_log directives configured.<div dir="auto"><br></div><div dir="auto">I need disabled only zabbix_proxy IP logs.<br><div dir="auto"><br></div><div dir="auto">Thanks in advance</div><div dir="auto"><br></div><div dir="auto">Gabriel</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El vie., 26 feb. 2021 16:21, Alex Rousskov <<a href="mailto:rousskov@measurement-factory.com">rousskov@measurement-factory.com</a>> escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 2/26/21 12:36 PM, Service MV wrote:<br>
<br>
> NONE/000 0 NONE error:transaction-end-before-headers - HIER_NONE/- -<br>
> <br>
> I know that this is not an error. But I want to exclude this log when<br>
> the Zabbix server checks the port status of SQUID. Zabbix server does<br>
> not use the SQUID as a proxy.<br>
<br>
If you do not want to see what Zabbix is doing to your Squid, you can<br>
exclude its requests from access.log. For example, if you do not want to<br>
see any requests from Zabbix IP address:<br>
<br>
  acl zabbix_proxy src x.x.x.x<br>
  access_log none zabbix_proxy<br>
<br>
<br>
HTH,<br>
<br>
Alex.<br>
</blockquote></div>