/
lib
/
raider
/
Raider
/
Devices
/
File Upload :
llllll
Current File: //lib/raider/Raider/Devices/PercCli.pm
use strict; use warnings; package Raider::Devices::PercCli; use base qw( Raider::Devices ); use Raider::Base; =head1 NAME Raider::Devices::StorCli - Return the controller data structure. =head1 DESCRIPTION Return the controller data structure. =head1 USAGE use Raider::Devices::StorCli; my $device = Raider::Devices::StorCli->new(); =head1 METHODS =head2 get_cntlr_details() Return the controller data structure. =cut sub get_cntlr_details { return { # RaidAlarms currently doesnt know about StorCli. The old author left the company a few years ago.. # For now, just have raider handle StorCli like used to happen for all devices anyway. NO_RAIDALARM_DEVICE_IDS => 1, CNTLR_LSPCI_FILE => "$Raider::Base::base_conf{etc_path}/device_id/PercCli.json", OLD_CHKRAID => '', PKG_NAME => 'perccli', CLI_CMD => 'perccli64', CLI_PATH => '/opt/MegaRAID/perccli/perccli64', }; } 1;
Copyright ©2k19 -
Hexid
|
Tex7ure