check_nwc_health temperature problem

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
waynechen1994
Posts: 1
Joined: Wed Mar 06, 2019 7:57 am

check_nwc_health temperature problem

Post 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?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: check_nwc_health temperature problem

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked