Hi,
I am having problems configuring the trigger for "service is down" in the nginx template. It should alert me only after a 3 minutes.
The default trigger is:
I tried
which never triggers and
which triggers immediately.
Does anyone have a solution for this?
Best regards
I am having problems configuring the trigger for "service is down" in the nginx template. It should alert me only after a 3 minutes.
The default trigger is:
Code:
last(/Nginx by Zabbix agent/net.tcp.service[http,"{$NGINX.STUB_STATUS.HOST}","{$NGINX.STUB_STATUS.PORT}"])=0
Code:
max(/Nginx by Zabbix agent - customized/net.tcp.service[http,"{$NGINX.STUB_STATUS.HOST}","{$NGINX.STUB_STATUS.PORT}"],#3)=0
Code:
max(/Nginx by Zabbix agent - customized/net.tcp.service[http,"{$NGINX.STUB_STATUS.HOST}","{$NGINX.STUB_STATUS.PORT}"],3m)=0
Does anyone have a solution for this?
Best regards
Comment