Good evening,
I'm monitoring some switches with Zabbix. Discovery found out (with cisco net template snmpv2) 9k items from which I only use 4k. The rest I have manually disabled them.
Even disabled, they do not disappear, from graphs, triggers, items, because they are still discovered. Obviously
I spent a lot of time trying to filter them out by name but I cannot get it done. The interfaces which I do not want are "Interface VLAN", "stackport" and "stacksub" (once again, filter by name was my intention)
In regular expressions, return in false ^(Interface VLAN|StackSub|StackPort)*$
This is what I tried but not working. I tried the same expression in macros in Cisco template.
Thank you for your time.
I'm monitoring some switches with Zabbix. Discovery found out (with cisco net template snmpv2) 9k items from which I only use 4k. The rest I have manually disabled them.
Even disabled, they do not disappear, from graphs, triggers, items, because they are still discovered. Obviously
I spent a lot of time trying to filter them out by name but I cannot get it done. The interfaces which I do not want are "Interface VLAN", "stackport" and "stacksub" (once again, filter by name was my intention)
In regular expressions, return in false ^(Interface VLAN|StackSub|StackPort)*$
This is what I tried but not working. I tried the same expression in macros in Cisco template.
Thank you for your time.
Comment