Build precise queries to find exactly what you need
Press ESC to close
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:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!