I need to monitor changes to various files (/etc/sysconfig/iptables, /etc/php.ini, etc). I have the triggers setup as such which works for the /etc/passwd file by default:
{Custom Linux:vfs.file.cksum[/etc/sysconfig/iptables].diff(0)}>0
They apply to my "Custom Linux" template but there is no data being collected. Do I need to custom define checks inside of the zabbix_agentd.conf, restart the agents, do I need to restart zabbix, what is the problem?
{Custom Linux:vfs.file.cksum[/etc/sysconfig/iptables].diff(0)}>0
They apply to my "Custom Linux" template but there is no data being collected. Do I need to custom define checks inside of the zabbix_agentd.conf, restart the agents, do I need to restart zabbix, what is the problem?
Comment