Update check_lsi_raid

Corrected displayUsage. Some of the parameters had incorrect explanations.
This commit is contained in:
Rudy Broersma
2021-03-09 14:07:36 +01:00
committed by GitHub
parent bbc87c85f5
commit 23c13dd21a

View File

@ -113,13 +113,13 @@ sub displayUsage {
Specifies the warning threshold for media errors per disk, the default
threshold is $IGNERR_M.\n";
print " [ -Io <count> | --ignore-other-errors <count> ]
Specifies the warning threshold for media errors per disk, the default
Specifies the warning threshold for other errors per disk, the default
threshold is $IGNERR_O.\n";
print " [ -Ip <count> | --ignore-predictive-fail-count <count> ]
Specifies the warning threshold for media errors per disk, the default
Specifies the warning threshold for predictive failure analysis errors per disk, the default
threshold is $IGNERR_P.\n";
print " [ -Is <count> | --ignore-shield-counter <count> ]
Specifies the warning threshold for media errors per disk, the default
Specifies the warning threshold for shield counter per disk, the default
threshold is $IGNERR_S.\n";
print " [ -Ib <count> | --ignore-bbm-counter <count> ]
Specifies the warning threshold for bbm errors per disk, the default