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

BUG - Threshold Ranges raising isn't numeric in multiplication messages #312

Open hugleo opened 1 year ago

hugleo commented 1 year ago

./check_nwc_health --critical 1.0:10.0 --hostname 192.168.0.1 --community public --mode interface-usage --name fe-0/0

Argument "1.0:10.0" isn't numeric in multiplication () at ./check_nwc_health line 85509. Argument "1.0:10.0" isn't numeric in multiplication () at ./check_nwc_health line 85525. CRITICAL - interface fe-0/0...

The result CRITICAL looks OK for the scenery. Looks is respecting the format https://nagios-plugins.org/doc/guidelines.html#THRESHOLDFORMAT pretty good but is showing the annoying messages: "isn't numeric in multiplication"

/check_nwc_health --version check_nwc_health $Revision: 10.8.0.3 $ [http://labs.consol.de/nagios/check_nwc_health]