check_fujitsu_health
Description
check_fujitsu_health monitors the hardware health of Fujitsu servers via SNMP.
Documentation
Command line parameters
- --hostname <hostname or ip> The hostname or IP address
- --community <snmpv2-community> SNMP community string
- --mode <mode> The monitoring mode
- --warning <range> Warning threshold
- --critical <range> Critical threshold
Modes
| Keyword | Meaning |
|---|---|
| uptime | Measures how long the device has been running |
| hardware-health | Checks the device hardware (power supply, fans, temperatures, disks, etc.) |
Installation
Standard procedure: tar zxvf …; cd ….; ./configure; make; cp plugins-scripts/check_fujitsu_health /destination/path
Examples
Basic hardware health check:
nagios$ check_fujitsu_health --hostname 192.168.1.100 --community public --mode hardware-health
OK - hardware working fine
Check uptime:
nagios$ check_fujitsu_health --hostname 192.168.1.100 --community public --mode uptime
OK - uptime is 42 days
Download
Go to Github, clone and build.
Changelog
You can find the changelog here.
Copyright
Gerhard Lausser
Check_fujitsu_health is released under the GNU General Public License. GNU GPL
Author
Gerhard Lausser gerhard.lausser@consol.de