Ad Widget

Collapse

Zabbix Trigger Intervall

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Paradice
    Junior Member
    • Mar 2020
    • 16

    #1

    Zabbix Trigger Intervall

    Hey folks,

    Currently i have a Trigger, which reports me if an Item got no data. If this trigger is triggered and i close the Problem, the trigger automatically produces another problem. I rather want it to disappear, when i close the problem.

    Maybe there is a way to limit this trigger to once a day or something, but i didnt find anything like this in the zabbix docs. I Also tried this Expression in the Trigger:

    nodata(/host/trapper,1d) and
    time()>020000 and
    time()<040000

    But this only casus, that the problem will automatically be resolved at 4 pm. i Dont want it to be resolved, but also dont wanna have this trigger active after this time period.

    straight forward, i want to be able to manually close the problem, without any new problems coming up, but also dont want it to be automatically resolved from any other conditions.


    Thanks in Advance

    LG
  • Semiadmin
    Senior Member
    • Oct 2014
    • 1625

    #2
    Problem: nodata(//trapper,1d) and count(//trapper,1d:now-1m)
    Recovery: not nodata(//trapper,1m)
    Allow manual close

    Comment

    Working...