From: Lucas P. <dru...@gm...> - 2018-07-04 23:59:06
|
Hi all, I am trying to get a trigger working <https://www.zabbix.com/forum/zabbix-help/361465-trigger-cisco-asa-not-working-properly> between two times period. For example, If between 4am and 5am there hasn't been any traffic over the VPN, then triggers an alert. I've been trying to do it like: {Cisco_ASA_2:query_lan2_lan_cisco_final.pl["public","192.168.9.254","ASA","get","TX","201.201.201.201"].max(1h)}=0 and {Cisco_ASA_2:query_lan2_lan_cisco_final.pl["public","192.168.9.254","ASA","get","TX","201.201.201.201"].time(0)}>040000 and {Cisco_ASA_2:query_lan2_lan_cisco_final.pl["public","192.168.9.254","ASA","get","TX","201.201.201.201"].time(0)}<050000 but it is not working. The alert gets triggered even if there has been traffic over that VPN. I am using Zabbix 3.4. Does anybody have any tips on this? Cheers! Lucas |