Zabbix icon indicating copy to clipboard operation
Zabbix copied to clipboard

Template ZBX-CISCO-INTERFACES doesn't autodiscover Serial interfaces

Open DurvalMenezes opened this issue 10 years ago • 0 comments

Just found out why, after some head-scratching: the Discovery rule, in its Regexp field, says only:

(-adsl|Ethernet|-aal5|Vlan|Dialer|Tunnel|Port-channel)

In order to include serial interfaces during the Discovery, it would have to say:

(-adsl|Ethernet|-aal5|Vlan|Dialer|Tunnel|Port-channel|Serial)

I fixed it via the Zabbix Web UI, on Configuration < Templates < Discovery < Network interfaces, but it would be better to fix it on the import XML directly so other users of this template won't have to go through this when they install it.

DurvalMenezes avatar Nov 15 '14 23:11 DurvalMenezes