<div dir="ltr"><div>Hi,</div><div>I recently compiled SQUID 4.14 with SNMP support. I use Zabbix to monitor SQUID by SNMP and it really works fine. </div><div>One thing I see is that because Zabbix checks status of SQUID port then SQUID generates a lot of logs like this: </div><div>NONE/000 0 NONE error:transaction-end-before-headers - HIER_NONE/- -<br></div><div><br></div><div>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.</div><div><br></div><div>Some relevant configs (my setup is very basic and similar to defaults SQUID config):</div><div># SNMP monitoring with Zabbix<br>acl zabbix snmp_community zabbix_public<br>acl zabbix_proxy src x.x.x.x<br>snmp_port 3401<br>snmp_access allow zabbix zabbix_proxy<br>snmp_access deny all<br></div><div>[...]</div><div># default SQUID rules<br>http_access deny !Safe_ports<br>http_access deny CONNECT !SSL_ports<br>http_access allow localhost manager<br>http_access deny manager<br>http_access deny to_localhost<br>http_access allow localhost<br><br># Allow users to use internet and deny to all others<br>http_access allow localnet<br>http_access deny all<br></div></div>