I recently noticed that some items/triggers were working fine on some machines, but not on all.
I could have known if I had checked the agent's log.
That's why I now added an item and trigger in my Linux template:
item:
trigger
BTW... Am I the only one using zabbix or is my input just not that interesting???
I could have known if I had checked the agent's log.
That's why I now added an item and trigger in my Linux template:
item:
Code:
key: vfs.file.regmatch[/var/log/zabbix/zabbix_agentd.log,"^[(-z]"] interval: 1200 seconds Applications: Log files
Code:
/var/log/zabbix/zabbix_agentd.log contains errors on server {HOSTNAME}
{Template_Linux:vfs.file.regmatch[/var/log/zabbix/zabbix_agentd.log,"^[(-z]"].last(0)}>0
BTW... Am I the only one using zabbix or is my input just not that interesting???
Comment