1
0
Fork 0
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:
rantal 2019-07-25 14:46:08 +03:00 committed by GitHub
parent e5f7966dfb
commit 5bebfeea9e
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`; if ( ! $Command ) { $Command=`which megacli`; }
my $Command=`which MegaCli64 megacli | head -n 1`;
chomp $Command;
# Use this to define future parameters to monitor