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