Hello Everyone,
I am working with Zabbix 2.4.2 and I need to make a special trigger or actions.
I got one item decimal (stamp of last modification of a file) on 10 host.
A non modification of this file since x times or tries is an alert to me.
So I created following trigger on every servers :
File.log not modified since 2 minutes (my item interval is 60s).
{myserver1:file.log.lastmodification.last()}=myser ver1:file.log.lastmodification.last(#2)}
Detect an alert on a host is quite simple.
But I would like to make actions (sending email) if at least 2 of all hosts have this trigger up.
Who sould I do that without doing a big big logical expression in a trigger ?
Thanks.
JC
I am working with Zabbix 2.4.2 and I need to make a special trigger or actions.
I got one item decimal (stamp of last modification of a file) on 10 host.
A non modification of this file since x times or tries is an alert to me.
So I created following trigger on every servers :
File.log not modified since 2 minutes (my item interval is 60s).
{myserver1:file.log.lastmodification.last()}=myser ver1:file.log.lastmodification.last(#2)}
Detect an alert on a host is quite simple.
But I would like to make actions (sending email) if at least 2 of all hosts have this trigger up.
Who sould I do that without doing a big big logical expression in a trigger ?
Thanks.
JC
Comment