Hi,
Recently we upgraded from 1.8 Zabbix to 2.0. On old one we had trigger which would notify us if httpd service went down.
This was the trigger that worked fine on old zabbix
On new 2.0 zabbix it's giving allot of false alarms.
We also tried with thise
But none of this give us desired result, either they do not function at all or they give allot of false alerts.
Anyon knows how to build a trigger on zabbix 2.0 to notify us if httpd is down for, let say, 20 seconds ?
Recently we upgraded from 1.8 Zabbix to 2.0. On old one we had trigger which would notify us if httpd service went down.
This was the trigger that worked fine on old zabbix
{http_test:net.tcp.service[http,,80].last(0)}=0
We also tried with thise
{http_test:net.tcp.service[http,,80].last(#3)}=0
{http_test:net.tcp.service[http,,80].count(#3)}<1
Anyon knows how to build a trigger on zabbix 2.0 to notify us if httpd is down for, let say, 20 seconds ?

Comment