PDA

View Full Version : Reset trigger after acknowledge


mudley
11-08-2010, 10:47
Hi all,

I want to reset an trigger after I acknowledge the event...
I know there are multiple questions posted here already, but haven't found a solution.

I'm using Zabbix 1.8.2. And used the snmptrap trigger.
When I receive a Coldstart snmptrap the trigger is set. But I wan't to reset the trigger after I have acknowledged the coldstart.

Best regards

vsinha
05-09-2011, 10:26
Hi All-

Any luck on this. I have go through almost all the thread for acknowledge the alert. I'd like Zabbix to stop repeating the action if the event was acknowledged. so I added a condition ("event Acknowledge = "Not Ack"). However, even though I think everything is configured properly, Zabbix still sending emails. :mad:

Thanks
Vishal

hirschnf
06-09-2011, 08:51
Hello,

@Vishal:
my requirement was to get a notification once, when a system was discovered. But I got a mail every time the system was discovered. So I do a little trick.
In the action I do not send a email, I define a new media type and this is a shell script. If the shell script will start from the action, zabbix give some parameters like receipient and subject to it. And these informations I write it to a logfile and send the mail with sendmail. If the informations are already in the file I send no mail. Perhaps this is a approach...

@mudley:
Perhaps there is a way in the trigger conditions to use trigger.value?

NicoZanferrari
26-09-2011, 11:30
@mudley

I think this is a must-have missing feature, expecially for newcomers like me. Now, the simpler GUI way I've found to reset a log trigger is to disable and re-enable it....
I've searched for days but there is no simple solution.

But there is a feature request pending (ZBXNEXT-104 (https://support.zabbix.com/browse/ZBXNEXT-104) Add trigger or item based on ACK). Let's hope someone will work on it! :D