If one of your colleagues modifies the firewall on one of the servers, you will get a notification which may help when some strange things occur
You only need to create the item: net.iptables.cksum with a refresh of 600 seconds
and the trigger: net.iptables.cksum.diff(0)}>0
Code:
echo "UserParameter=net.iptables.cksum,sudo iptables-save | grep -v '^[#:]' | md5sum | tr -cd 0-9 | cut -b1-10" >>/etc/zabbix/zabbix_agentd.conf echo "zabbix ALL = NOPASSWD: `which iptables-save`" >>/etc/sudoers /etc/init.d/zabbix-agent restart
and the trigger: net.iptables.cksum.diff(0)}>0
Comment