mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
Fix exit for shutdown state refs #6221
This commit is contained in:
parent
f5dbac60a5
commit
1c524f796e
@ -59,7 +59,7 @@ my %states = (
|
||||
1 => ['normal', 'OK'],
|
||||
2 => ['warning', 'WARNING'],
|
||||
3 => ['critical', 'CRITICAL'],
|
||||
4 => ['shutdown', 'OK'],
|
||||
4 => ['shutdown', 'CRITICAL'],
|
||||
5 => ['not present', 'OK'],
|
||||
6 => ['not functioning', 'WARNING'],
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user