+ change health status default

This commit is contained in:
garnier-quentin 2016-12-01 15:08:41 +01:00
parent f07815221a
commit ce92e9efc9

View File

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