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

plugin not displaying right value of routes for 2921 cisco router #191

Open majed17 opened 5 years ago

majed17 commented 5 years ago

./check_nwc_health --hostname 10.0.0.1 --protocol 3 --username ameen --authpassword 3ameen --privpassword 3inna --privprotocol aes128 --authprotocol md5 --mode list-routes Use of uninitialized value in printf at ./check_nwc_health line 65680. Use of uninitialized value in printf at ./check_nwc_health line 65680. Use of uninitialized value in printf at ./check_nwc_health line 65680. Use of uninitialized value in printf at ./check_nwc_health line 65680. Use of uninitialized value in printf at ./check_nwc_health line 65680.

Use of uninitialized value in printf at ./check_nwc_health line 65680. Use of uninitialized value in printf at ./check_nwc_health line 65680. Use of uninitialized value in printf at ./check_nwc_health line 65680. Use of uninitialized value in printf at ./check_nwc_health line 65680. Use of uninitialized value in printf at ./check_nwc_health line 65680.

Use of uninitialized value in printf at ./check_nwc_health line 65680. Use of uninitialized value in printf at ./check_nwc_health line 65680. Use of uninitialized value in printf at ./check_nwc_health line 65680. Use of uninitialized value in printf at ./check_nwc_health line 65680. Use of uninitialized value in printf at ./check_nwc_health line 65680.

OK - have fun

./check_nwc_health --hostname 10.0.0.1 --protocol 3 --username ameen --authpassword 3ameen --privpassword 3inna --privprotocol aes128 --authprotocol md5 --mode count-routes OK - found 3 routes | 'routes'=3;1:;1:;;

knowing that there are definitely more than 10 routes over there. thank you.