1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Merge pull request #997 from rantal/master

Update megaraid-controller-information to support "megacli" executable name
This commit is contained in:
Lars Kruse 2019-07-26 01:44:58 +02:00 committed by GitHub
commit 95623db8d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ chomp $Parameters;
my ($Adapter,$Type)=split(/-/,$Parameters);
# Locate MegaCli64 application and remove whitespace
my $Command=`which MegaCli64`;
my $Command=`which MegaCli64 megacli | head -n 1`;
chomp $Command;
# Use this to define future parameters to monitor