mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
fix thresholds
This commit is contained in:
parent
92bbbe8a61
commit
31f34abb15
@ -31,7 +31,7 @@ my $thresholds = {
|
|||||||
['main', 'OK'],
|
['main', 'OK'],
|
||||||
['stand-by', 'OK'],
|
['stand-by', 'OK'],
|
||||||
['inactive-pcs', 'CRITICAL'],
|
['inactive-pcs', 'CRITICAL'],
|
||||||
['active-pcs', 'CRITICAL']
|
['active-pcs', 'WARNING']
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
my %map_role = (
|
my %map_role = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user