+ change health status default

This commit is contained in:
garnier-quentin 2016-12-01 15:08:41 +01:00
parent f07815221a
commit ce92e9efc9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ use warnings;
my %states = (
10000 => ['healthy', 'OK'],
30000 => ['degraded', 'WARNING'],
31000 => ['admissionControl', 'WARNING'],
31000 => ['admissionControl', 'OK'],
50000 => ['critical', 'CRITICAL']
);