I am monitoring a Windows server that sometimes is unable to resolve certain domains. On this server I am monitoring DNS-performance with some 60 second perf_counter.
Today this customer complained again and it was solved by restarting the Windows 2008R2 DNS-server. Because it happens quite often this customer is not amused...
Checking my graphs I can clearly see a spike when it happened.
So far, so good....
I want to make a trigger to show me when it happens and thought of using 'count'
Anyone knows why it doesn't trigger....????
Note: I'm using Zabbix 1.9.10
Today this customer complained again and it was solved by restarting the Windows 2008R2 DNS-server. Because it happens quite often this customer is not amused...
Checking my graphs I can clearly see a spike when it happened.
So far, so good....
I want to make a trigger to show me when it happens and thought of using 'count'
Code:
{ITEM.LASTVALUE1} Occurences of more than 1 Failed DNS Queries/minute within the last 2 hours on {HOSTNAME}
Code:
{Template_Windows_English:perf_counter[\DNS\Recursive Query Failure].count(7200,1,”gt”)}#0
Note: I'm using Zabbix 1.9.10

Comment