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
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
Comment