Ad Widget

Collapse

Monitoring single events (i.e. snmp traps)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bmansvk
    Junior Member
    • May 2012
    • 4

    #1

    Monitoring single events (i.e. snmp traps)

    Hello all,

    I would like to ask Zabbix Experts, how to deal with the following scenario:

    - Zabbix is receiving SNMP traps from network devices
    - Most of traps are single event only (for example device generates trap about its health problem, but it won't generate another trap, when it becomes OK)

    - It means, that I am able to do a trigger which will be raised when, there is for example health problem.

    Now my question:

    - Is it possible to close raised trigger manually from Zabbix GUI? (i.e. Operator is notified about health problem, will fix the issue manually and then, he'll close the trigger).

    I am aware of nodata() function in zabbix, which will close opened trigger after period of time. But this leads to automatically closed trigger (I want that trigger is closed by Human Operator after problem is manually fixed).

    Thanks for any help!
  • BDiE8VNy
    Senior Member
    • Apr 2010
    • 680

    #2
    A trigger represents a condition that is either true or false and can not be overruled.
    Events, which represents the change of a trigger can be acknowledged.

    The focus for operators should be "Triggers, with unacknowleged events"

    Comment

    Working...