Fix exit for shutdown state refs #6221

This commit is contained in:
Kevin Duret 2015-03-25 09:30:36 +01:00
parent f5dbac60a5
commit 1c524f796e
1 changed files with 1 additions and 1 deletions

View File

@ -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'],
);