centreon / centreon-plugins

Collection of standard plugins to discover and gather cloud-to-edge metrics and status across your whole IT infrastructure.
https://www.centreon.com
Apache License 2.0
311 stars 274 forks source link

centreon_cisco_standard_snmp : exclude SVI interfaces from interfaces mode #4419

Closed coucou2000 closed 1 year ago

coucou2000 commented 1 year ago

Hi,

Is it possible to filter the SVI interfaces from the commande. Because the SVI interfaces have the default 1gb/s bandwidth value, which is inaccurate for the monitoring.

Thanks

garnier-quentin commented 1 year ago

Yes you can exclude some interfaces. An example to exclude all interfaces beginning by tun: --interface='^(?!(tun.*)$)'