mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
+ change health status default
This commit is contained in:
parent
f07815221a
commit
ce92e9efc9
@ -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']
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user