mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Update megaraid-controller-information
This commit is contained in:
parent
e5f7966dfb
commit
5bebfeea9e
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ chomp $Parameters;
|
|||
my ($Adapter,$Type)=split(/-/,$Parameters);
|
||||
|
||||
# Locate MegaCli64 application and remove whitespace
|
||||
my $Command=`which MegaCli64`; if ( ! $Command ) { $Command=`which megacli`; }
|
||||
my $Command=`which MegaCli64 megacli | head -n 1`;
|
||||
chomp $Command;
|
||||
|
||||
# Use this to define future parameters to monitor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue