+ add message in extreme stack mode
This commit is contained in:
parent
29196c97d5
commit
2b6d615846
|
@ -40,6 +40,7 @@ use base qw(centreon::plugins::mode);
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
# Extreme put 0 when it's disabled.
|
||||
my %mapping_truth = (
|
||||
0 => 'disabled',
|
||||
1 => 'enable',
|
||||
|
|
Loading…
Reference in New Issue