mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
+ fix typo in state mapping
This commit is contained in:
parent
65c7794df7
commit
6ca40f1531
@ -31,7 +31,7 @@ my %state_map = (
|
||||
X => 'dead',
|
||||
W => 'paging',
|
||||
T => 'stopped',
|
||||
S => 'InterrupibleSleep',
|
||||
S => 'InterruptibleSleep',
|
||||
R => 'running',
|
||||
D => 'UninterrupibleSleep'
|
||||
);
|
||||
@ -261,4 +261,4 @@ You can use: 'zombie', 'dead', 'paging', 'stopped',
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
=cut
|
||||
|
Loading…
x
Reference in New Issue
Block a user