lausser / check_nwc_health

nwc = network component. This plugin checks lots of aspects of routers, switches, wlan controllers, firewalls,.....
http://labs.consol.de/nagios/check_nwc_health
GNU General Public License v2.0
146 stars 88 forks source link

Is it possible to Exclude interfaces from interface-health mode? #321

Closed Mysteoa closed 10 months ago

Mysteoa commented 10 months ago

We have a bunch of devices that have interfaces in down/up state. Those interfaces are not important for us. I would like to be able to exlude them insted of having security engieneers to connect to each device and change the state.

lausser commented 10 months ago

Hi, --name adminup monitors only the admin up, the ifDescr does not matterOr --regexp additional to --name and then find a regexp which excludes the names you don't want.Gerhard On Sep 5, 2023 3:50 PM, Mysteoa @.***> wrote: We have a bunch of devices that have interfaces in down/up state. Those interfaces are not important for us. I would like to be able to exlude them insted of having security engieneers to connect ot each device and change the state.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

Mysteoa commented 10 months ago

Thanks for the quick responce. It gave me enough information to figure how to exclude them using regex and it worked.

Mysteoa commented 10 months ago

I'm closing this.