Ad Widget

Collapse

Reset trigger after acknowledge

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mudley
    Junior Member
    • Aug 2010
    • 1

    #1

    Reset trigger after acknowledge

    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
    Junior Member
    • Sep 2011
    • 2

    #2
    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.

    Thanks
    Vishal

    Comment

    • hirschnf
      Member
      • Jan 2010
      • 56

      #3
      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?

      Comment

      • NicoZanferrari
        Junior Member
        • Jun 2011
        • 23

        #4
        @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 Add trigger or item based on ACK). Let's hope someone will work on it!

        Comment

        Working...