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_hp_ilo.sh

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2014-10-16
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
  • Nagios Fusion
  • Nagios Reactor
  • Nagios Network Analyzer
Owner
License
GPL
Hits
19827
Files:
FileDescription
check_hp_ilo.tar.gztar.gz file
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Bash script, checks and returns status and informations about HP iLOs card (2, 3 and 4 version)
Based upon "findilos" plugin, checks the status of HP(Hewlett Packard) ILO cards.
Returns IP, firmware version of ILO, version, model and serial of server.
Recognizes ILO 2, 3 and 4.
Works for Linux, ESX, ESXi, Windows and others S.O.
Requires "curl" Linux package.
Installation instructions:
- Install "curl" Linux package if it is not installed
- Unzip the package "chek_hp_ilo.tar.gz" to "libexec" directory of the Nagios server:
$ tar -xzvf check_hp_ilo.tar.gz
- Give execute permission on the file:
$ chmod 755 check_hp_ilo.sh
- Example of use:
#./check_hp_ilo.sh -H my.dns.server.com -i my.ip.ilo.card
#./check_hp_ilo.sh -h (for help)

Enjoy