I have been doing many triggers from 2 days, and nothing working propetely.
I am checking if host is up or down by icmp extended script.
Latest data are ok, graphs are ok, for example when host is down I am getting in latest data loss 100% and when is up I am getting 0%, and I see it on graph.
So I created triggers, I want to show problem when host is down and change trigger status to ok when host back to alive and its up.
Triggers shows problem, but dont want to back to ok status.
For example:
It doesnt work, It only change status to problem when host is down, but dont change to ok when is up. I have been trying with .last .sum .abschange and the same problem...
I think it is Zabbix bug.
I am checking if host is up or down by icmp extended script.
Latest data are ok, graphs are ok, for example when host is down I am getting in latest data loss 100% and when is up I am getting 0%, and I see it on graph.
So I created triggers, I want to show problem when host is down and change trigger status to ok when host back to alive and its up.
Triggers shows problem, but dont want to back to ok status.
For example:
Code:
({Template Test Smokeping:SmokLoos.count(#6,100)}>4 & {TRIGGER.VALUE}=0) | ({Template Test Smokeping:SmokLoos.count(#4,0)}>2 & {TRIGGER.VALUE}=1)
I think it is Zabbix bug.
I didnt understand it. Everything works OK!
Comment