Windows NRPE

Check_Temperature

Description:

This script will readout the CPU temperature on a windows system

Current Version

1.0

Last Release Date

2012-07-07

Compatible With

  • Nagios XI

License

MPL


Project Files
Project Notes
This script will readout the CPU temperature on a windows system using openharwaremonitorreport (http://code.google.com/p/open-hardware-monitor/issues/detail?id=230 ) derived from openhardwaremonitor (http://openhardwaremonitor.org/)
Reviews (3) Add a Review
Did not work for me
by farid, April 30, 2016

I did not manage to get this plugin to work on my hardware. I suspect that it has to do with the now very old OpenHardwareMonitorReport supplied with this plugin. While investigating this problem I decided to write my own plugin also using the Open Hardware monitor project. My plugin is named check_ohm_temperatures and can also be found on this site. Thank you jeroensteenhuis for the idea of using openhardwaremonitor.org.



SEMI FIX
by pintxoj, February 28, 2015

For those who try this script and always send Critical to nagios i made this fix and it works now. Look at the bottom of the script and search for this: if (intMaxTemp = intTemperatureWarning) then return_code = WARNING if (intMaxTemp >= intTemperatureCritical) then return_code = CRITICAL if (intMaxTemp = cstr(intTempCritical)) then return_code = 2 if (intMaxTemp rning = 55 intTempCritical = 70 Change that values as you need. Now the script works, as i say, without arguments, but with my knowledge of scripting is quite more than nothing.



vbcScript doesn't look at warning & critical values ?
by DennisPR, December 31, 2012

The script doesn't look at warning & critical values ? It doesn't look at any of the possible vars (intTempWarning, intTempCritical,intTemperatureWarning or intTemperatureCritical) and always returns critical (2)



Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
2 (3)
Favorites
0
Views
71,399