Lite Correction for IBM 3200 and 35xx

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