Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
@jq
Favorites0
Views
Projects0
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)
Reviewed 16 years ago