Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
ric
byric, December 6, 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.
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.