Hi all,
I've got a Cisco ASA and my Zabbix server is monitoring a VPN traffic on it. This is another device than [1].
I've created a trigger that will trigger if there is no traffic on that VPN between 4AM and 5AM.
However, the alert is triggered even when there is traffic. I would like to know what I am doing wrong, please.
Trigger expression:
Latest data:

What am I missing?
Thanks in advance.
[1] https://www.zabbix.com/forum/zabbix-...-traffic-state
I've got a Cisco ASA and my Zabbix server is monitoring a VPN traffic on it. This is another device than [1].
I've created a trigger that will trigger if there is no traffic on that VPN between 4AM and 5AM.
However, the alert is triggered even when there is traffic. I would like to know what I am doing wrong, please.
Trigger expression:
Code:
{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
What am I missing?
Thanks in advance.
[1] https://www.zabbix.com/forum/zabbix-...-traffic-state

Comment