Hi,
We recently moved from zabbix 1.8 to zabbix 2.0.
On old one we had this trigger to monitor if httpd is down.
But since upgrading to 2.0 we are getting allot of false alarms.
We also tried thise
but without getting desired result. Either they do not report that http is down, or we get false reports.
Anyone here knows how to setup trigger to monitor if http is down for, let's say, 20 seconds ?
We recently moved from zabbix 1.8 to zabbix 2.0.
On old one we had this trigger to monitor if httpd is down.
{http_test:net.tcp.service[http,,80].last(0)}=0
We also tried thise
{http_test:net.tcp.service[http,,80].count(#3)}<1
{http_test:net.tcp.service[http,,80].last(#3)}=0
{http_test:net.tcp.service[http,,80].last(#3)}=0
Anyone here knows how to setup trigger to monitor if http is down for, let's say, 20 seconds ?