Projet

Général

Profil

Révision e5f7966d

IDe5f7966dfb54109a5ef0a70f280224b26aeaca07
Parent 538cdc93
Enfant 5bebfeea

Ajouté par rantal il y a plus de 6 ans

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

Voir les différences:

plugins/disk/megaraid-controller-information
71 71
my ($Adapter,$Type)=split(/-/,$Parameters);
72 72

  
73 73
# Locate MegaCli64 application and remove whitespace
74
my $Command=`which MegaCli64`;
74
my $Command=`which MegaCli64`; if ( ! $Command ) { $Command=`which megacli`; }
75 75
chomp $Command;
76 76

  
77 77
# Use this to define future parameters to monitor

Formats disponibles : Unified diff