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