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

Check fans on FuSi Server

Rating
0 votes
Favoured:
0
Hits
94984
Files:
FileDescription
check_fusi_fan.plThe perscript Version 0.2 - recommended
check_fusi_fan.shold shell-script
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This Perl-script checks the status of fans (cooling devices) in server from Fujitsu Siemens (RX100, ...).
There are two files attached to this project. Use either the perl-script (recommended) or the shell-script (legacy).

This perl-script checks the status of fans in servers from Fujitsu Siemens (RX100, ...). It requires that a SNMP-agent and the FuSi ServerView agent are installed on the checked host.

Net::SNMP is required.

The perl-plugin is bilingual - German and English output is possible, depending on a variable set in the script. Use '--help' for further info.

The shell-script does the same, but is much less efficient: It reads the whole table (whereas the perl-script reads just the columns needed) and makes use of temporary files. I will not use it any more and there will be no bugfixes and improvements. It is just added for completeness.