Hello.
I have a lot of web scenarios in zabbix and they are annoying me with triggers.
So, I decided configure the triggers with hysteresis. But now I have false positives.
This is the way I configured the triggers
Someone can help me please.
I have a lot of web scenarios in zabbix and they are annoying me with triggers.
So, I decided configure the triggers with hysteresis. But now I have false positives.
This is the way I configured the triggers
Code:
({TRIGGER.VALUE}=0 and
{frontend01:web.test.fail[InitialPage].sum(3m)}>1)
or
({TRIGGER.VALUE}=1 and
{frontend01:web.test.fail[InitialPage].sum(4m)}=0)
Someone can help me please.
Comment