Hello,
I use Windows by Zabbix agent active template for monitoring Windows Hosts. I need to add a condition to the triggers so that they would only trigger if icmp ping is down. I use an expression that is showed below, but when updating the trigger I receive a message. Can somebody advise how to solve this?
nodata(/Windows by Zabbix agent active Current/agent.ping,{$AGENT.NODATA_TIMEOUT})=1
and max(/ICMP Ping/icmpping,#3)=1
I use Windows by Zabbix agent active template for monitoring Windows Hosts. I need to add a condition to the triggers so that they would only trigger if icmp ping is down. I use an expression that is showed below, but when updating the trigger I receive a message. Can somebody advise how to solve this?
- Trigger "Windows: Zabbix agent is not available when ping successful" belongs to templates with different linkages.
nodata(/Windows by Zabbix agent active Current/agent.ping,{$AGENT.NODATA_TIMEOUT})=1
and max(/ICMP Ping/icmpping,#3)=1
Comment