1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Update megaraid-controller-information to support "megacli" name of tools executable

This commit is contained in:
rantal 2019-07-23 18:03:33 +03:00 committed by GitHub
parent 538cdc9359
commit e5f7966dfb
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`; if ( ! $Command ) { $Command=`which megacli`; }
chomp $Command;
# Use this to define future parameters to monitor