HP (Compaq)

check_ilo

Description:

Checks the iLO Management Controller of HP Proliant Servers by querying it via XML

Current Version

Last Release Date

July 21, 2009

Compatible With

  • Nagios 3.x

Project Files
Project Notes
This is a bash plugin which needs only some common unix tools and curl to query the Management Controller. It just sends some XML and queries the output. The script is based upon "findilos" from iggy@nachotech.com. See his website: http://blog.nachotech.com.
Reviews (5) Add a Review
Nagios Xi
by hghare, August 31, 2019

is this script compatible with Nagios Xi?



Update for iLO v4
by kabhotz, February 28, 2019

To make it work with iLO v4 I have modified the script in this way: # prepare lookup file for iLO hardware versions cat > $ilohwvers The output of the script is: OK - type: iLO-4 firmware: 2.55 serial: CZJXXXXXX Server: ProLiant DL380 Gen9



For iLO 4 support...
by ric, December 31, 2012

search the script for the fallowing part: cat > $ilohwvers . if [ "$ilohwver" == "" -o "$sernum" == "" ]; then echo "CRITICAL - Can't get no iLO information from $iloip" cleanexit 2 fi then you see if the script works with your ilo no matter what version it is.



ILO 4 - How?
by Kajmaj, November 30, 2012

Hello, I cannot get this to work for ILO 4. Where do you import as the review below?



Updated for iLOv4
by Velociraptor, June 30, 2012

To work on v4 add Line in script. # prepare lookup file for iLO hardware versions cat > $ilohwvers 2 i-iLO shows hw version T0 EOF



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
3.8 (6)
Favorites
1
Views
123,281