Build precise queries to find exactly what you need
Press ESC to close
@leprasmurf
Favorites0
Views2820
Projects1
Has worked well for my purposes. However, if there's a firmware upgrade, the check fails with "RAID UNKNOWN - /usr/sbin/hpacucli did not execute properly : Error: The controller identified by "chassisname=a" was not detected." The firmware update text is falsely matching the egrep's regex. I made the following change to line 215 and 217: original ... | egrep -v "Slot" | ... modified ... | egrep -v -e "Slot" -e "scenario" | ...
Reviewed 14 years ago