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?
check_nwc_health temperature problem
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: check_nwc_health temperature problem
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
https://github.com/lausser/check_nwc_health/issues/174