Hello,
So here's my issue :
I'm using Zabbix 2.0.4..
I have an item :
And a trigger :
The trigger fires up when the word "Exception" appear with a status "PROBLEM". That's nice.
So I thought that when I acknowledge it will come back to "OK" and will fire up until the next occur of "Exception".
But it's not the case. Indeed, the status stays "PROBLEM" and never come back to "OK".
I want to force my developpers to check the log, solved the issue and acknowledge on Zabbix "Okay the problem is solved and waiting for the next exception"
The problem here is that it won't fire up again until the status doesn't come back to "OK".
How can I do that ?
Thanks.
So here's my issue :
I'm using Zabbix 2.0.4..
I have an item :
Code:
log["/home/user/test_zabbix.log","Exception",,20]
Code:
{hostname:log["/home/user/test_zabbix.log","Exception",,20].str("Exception")}=1
So I thought that when I acknowledge it will come back to "OK" and will fire up until the next occur of "Exception".
But it's not the case. Indeed, the status stays "PROBLEM" and never come back to "OK".
I want to force my developpers to check the log, solved the issue and acknowledge on Zabbix "Okay the problem is solved and waiting for the next exception"
The problem here is that it won't fire up again until the status doesn't come back to "OK".
How can I do that ?
Thanks.

Comment