Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

NETWAYS/check_3ware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

check_3ware

A collection of perl plugins to query 3ware raid controllers with the tw_cli tool.

Options

check_3ware.pl

Flag Description
--help         Plugin help.
--usage       Short usage information.
--controller   Controller ID.
--unit         Unit ID.
--warnings   Display warning keywords.
--okays       Display ok keywords.
--version Print version.

check_dpti.pl

Flag Description
--help         Plugin help.
--usage       Short usage information.
--controller   Controller ID.

Usage

check_3ware.pl -C 0 -U 0 (checks Controller 0 Unit 0 for status)
check_3ware.pl -W (Displays all Warning keywords)
check_3ware.pl -O (Displays all OK keywords)

check_dpti.pl -C 0  (checks Controller 0)