mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +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);
|
my ($Adapter,$Type)=split(/-/,$Parameters);
|
||||||
|
|
||||||
# Locate MegaCli64 application and remove whitespace
|
# 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;
|
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