Hi Guys,
New to Zabbix and trying to do something I thought would be farily easy, but it's just not working.
Our Cisco switches are part of the Cisco host group, and we get alerted whenever anything happens. However, we'd like to not get alerted when an un-named Gigabit port goes down.
We created and tested the following Regex:
Gi\d+/\d+/\d+\(\): Link down
This is entered as a Regular exprssioin in the admin section and it tests fine. Expression type is "Result is TRUE"
We enter it in the Trigger Actions as below:

But it just doesn't work! If I hard code the entry (for example to "Interface Gi1/0/45(): Link down") then that works when a 1/0/45 port goes down, just not when the Regex is in place. We tried without the "" and we tried entering the Regex directly in the Conditions, no joy.
How can such a simple thing not work and how do we get this working please? We would still like to know when our TenGig interfaces go down, as those are trunks.
Thanks for reading!
New to Zabbix and trying to do something I thought would be farily easy, but it's just not working.
Our Cisco switches are part of the Cisco host group, and we get alerted whenever anything happens. However, we'd like to not get alerted when an un-named Gigabit port goes down.
We created and tested the following Regex:
Gi\d+/\d+/\d+\(\): Link down
This is entered as a Regular exprssioin in the admin section and it tests fine. Expression type is "Result is TRUE"
We enter it in the Trigger Actions as below:
But it just doesn't work! If I hard code the entry (for example to "Interface Gi1/0/45(): Link down") then that works when a 1/0/45 port goes down, just not when the Regex is in place. We tried without the "" and we tried entering the Regex directly in the Conditions, no joy.
How can such a simple thing not work and how do we get this working please? We would still like to know when our TenGig interfaces go down, as those are trunks.
Thanks for reading!
Comment