+ change health status default
This commit is contained in:
parent
f07815221a
commit
ce92e9efc9
|
@ -28,7 +28,7 @@ use warnings;
|
|||
my %states = (
|
||||
10000 => ['healthy', 'OK'],
|
||||
30000 => ['degraded', 'WARNING'],
|
||||
31000 => ['admissionControl', 'WARNING'],
|
||||
31000 => ['admissionControl', 'OK'],
|
||||
50000 => ['critical', 'CRITICAL']
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue