fix thresholds
This commit is contained in:
parent
850c64f42f
commit
095bc54f63
|
@ -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