fix thresholds
This commit is contained in:
parent
9d0f9bb3c1
commit
a3ebe2cb2d
|
@ -31,7 +31,7 @@ my $thresholds = {
|
|||
['main', 'OK'],
|
||||
['stand-by', 'OK'],
|
||||
['inactive-pcs', 'CRITICAL'],
|
||||
['active-pcs', 'CRITICAL']
|
||||
['active-pcs', 'WARNING']
|
||||
]
|
||||
};
|
||||
my %map_role = (
|
||||
|
|
Loading…
Reference in New Issue