Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
The plugins works good for IBM DS 3200 and IBM DS 3512.
A little correction, because when plugins retreive status, it show a warning about ds storage name.
Juste add option -quick to the command on check_IBM_DS_HEALTH.sh :
#RESULT=$($COMMAND $CTRLA_IP $CTRLB_IP -c “show storageSubsystem healthStatus;”) RESULT=$($COMMAND $CTRLA_IP $CTRLB_IP -c ‘show storageSubsystem healthStatus;’ -quick)
thanks to Dick Visser : https://wiki.terena.org/display/~federated-user-3/Installing+SMcli+on+Ubuntu+12.04