Page 1 of 1

check_nwc_health temperature problem

Posted: Wed Mar 06, 2019 8:11 am
by waynechen1994
network appliances CISCO 2960
This is the result of my execution. It didn't catch the threshold I set.

check_nwc_health --hostname IP --community public --mode hardware-health --warningx temp_1006=30 --criticalx temp_1008=40 --report short -t 60

OK - environmental hardware working fine | 'temp_1006'=42;68;;;

How can I make the settings take effect?

Re: check_nwc_health temperature problem

Posted: Wed Mar 06, 2019 8:30 am
by scottwilkerson
Looking into this, there are some special cases with warningx and criticalx not taken into account for mode hardware-health, I found this doing some research on the issue on the authors github account

https://github.com/lausser/check_nwc_health/issues/174