Random Project

Good, but for the error mentioned above

Here’s a solution to the problem mentioned above: the “tw_cli(_64) show” command returns information about the enclosure as well as the controller. I don’t think the script knows how to handle that. Changing line 238:
lines = run(“show”)
to:
lines = run(“info”)
just returns information about the controller. The script then is able to work properly.
(using check_3ware_1_1 with a 9650SE-8ch)