Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Speed fan

Rating
2 votes
Favoured:
0
Hits
105783
Files:
FileDescription
check_sfan.plReads temperature/voltage/fans peed given by the speedfan software (windows OS) Requires speedfan: http://www.almico.com/speedfan.php and the latest SFSNMP from http://code.bastart.eu.org/sfsnmp
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Reads temperature, voltage or fanspeed from the speedfan service.
Reads temperature/voltage/fans peed given by the speedfan software (windows OS)
Requires speedfan: http://www.almico.com/speedfan.php
and the latest SFSNMP from http://code.bastart.eu.org/sfsnmp
Reviews (2)
Since SFSNMP is not developed anymore, I wrote my own plugin to check temperatures on Windows hosts. My plugin uses Open Hardware monitor instead of Speedfan.

My plugin is named check_ohm_temperatures and can be found on this site.

I don't want to rate this plugin since it's not the plugins fault that it does not work anymore, so I give it Average.
byMajed, July 28, 2011
1 of 1 people found this review helpful
although only temp variable worked for me (not voltage or speedfan) but atleast it produced an output for temperature. here is some advice so not to repeat my mistakes: in nagios define as:
define command{
command_name check_speedfan
command_line /usr/bin/perl $USER1$/check_sfan.pl $ARG1$ $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$
}
and service as:

define service{
use generic-service
host_name myworkstation
service_description cpu temperature 2
check_command check_speedfan!temp!10.1.1.29!test!5!"x>40||x45||x}
if you are running win 2003 64bit then don't do my mistake and just run injector.exe instead of speedfan.exe so it communicates with the snmp software mentioned by the author (bastart)