Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
Your review has been submitted and is pending approval.
Checks the iLO Management Controller of HP Proliant Servers by querying it via XML
Current Version
Last Release Date
July 21, 2009
Owner
Karsten Müller
Compatible With
check_ilo bash script
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 [email protected]. See his website: http://blog.nachotech.com.
is this script compatible with Nagios Xi?
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
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.
Hello, I cannot get this to work for ILO 4. Where do you import as the review below?
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
You must be logged in to submit a review.
To:
From: