Révision e5f7966d
Update megaraid-controller-information to support "megacli" name of tools executable
| plugins/disk/megaraid-controller-information | ||
|---|---|---|
| 71 | 71 |
my ($Adapter,$Type)=split(/-/,$Parameters); |
| 72 | 72 |
|
| 73 | 73 |
# Locate MegaCli64 application and remove whitespace |
| 74 |
my $Command=`which MegaCli64`; |
|
| 74 |
my $Command=`which MegaCli64`; if ( ! $Command ) { $Command=`which megacli`; }
|
|
| 75 | 75 |
chomp $Command; |
| 76 | 76 |
|
| 77 | 77 |
# Use this to define future parameters to monitor |
Formats disponibles : Unified diff