Hi all,
I have a DNS check done by zabbix-agent: net.dns.record[172.16.0.8,test.org,A,2,1,udp]
I need to create a trigger to alarm if last 3 in a raw result does not match replied IP address. I created following trigger: find(/DNS check/net.dns.record[172.16.0.8,test.org,A,2,1,udp],#3,"like","172.16.0.7")=0. But it fires straightway​ after getting wrong response.
What am I doing wrong? How to achieve my goal?
Thanks in advance
I have a DNS check done by zabbix-agent: net.dns.record[172.16.0.8,test.org,A,2,1,udp]
I need to create a trigger to alarm if last 3 in a raw result does not match replied IP address. I created following trigger: find(/DNS check/net.dns.record[172.16.0.8,test.org,A,2,1,udp],#3,"like","172.16.0.7")=0. But it fires straightway​ after getting wrong response.
What am I doing wrong? How to achieve my goal?
Thanks in advance
Comment