Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
johnj_123
byjohnj_123, April 20, 2015
CPU temp critical reading in MIB is 0. Added this check to avoid false critical on CPU temp.
if test "$tempCritical" -gt 0 -a "$tempTemp" -ge "$tempCritical";
if test "$tempCritical" -gt 0 -a "$tempTemp" -ge "$tempCritical";