mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Merge pull request #997 from rantal/master
Update megaraid-controller-information to support "megacli" executable name
This commit is contained in:
commit
95623db8d2
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ chomp $Parameters;
|
||||||
my ($Adapter,$Type)=split(/-/,$Parameters);
|
my ($Adapter,$Type)=split(/-/,$Parameters);
|
||||||
|
|
||||||
# Locate MegaCli64 application and remove whitespace
|
# Locate MegaCli64 application and remove whitespace
|
||||||
my $Command=`which MegaCli64`;
|
my $Command=`which MegaCli64 megacli | head -n 1`;
|
||||||
chomp $Command;
|
chomp $Command;
|
||||||
|
|
||||||
# Use this to define future parameters to monitor
|
# Use this to define future parameters to monitor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue