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
149 stars 88 forks source link

exclude un configured ports/interfaces on cisco #225

Open aiiqbal opened 4 years ago

aiiqbal commented 4 years ago

I am trying to get interface usage on interfaces but i do not want to view interfaces which are by default down or not yet configured. is there a way to exclude them in the check. i am doing snmpv3

i am using following string.

./check_nwc_health -H 10.x.x.x --port 161 --username myusername --authpassword mypasswd --authprotocol sha --privpassword privpasswd --privprotocol aes --modre interface usage --units MB --lookback 3600 --multiline --selectedperfdata traffic_in,traffic_out

also, need to know how define warning thresholds and critical thresholds