mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
+ Enhance hardware h3c plugin
This commit is contained in:
parent
07b9985f1e
commit
1fd3180a21
@ -41,7 +41,20 @@ use warnings;
|
|||||||
my %map_default_status = (
|
my %map_default_status = (
|
||||||
1 => 'notSupported',
|
1 => 'notSupported',
|
||||||
2 => 'normal',
|
2 => 'normal',
|
||||||
|
3 => 'postFailure',
|
||||||
4 => 'entityAbsent',
|
4 => 'entityAbsent',
|
||||||
|
11 => 'poeError',
|
||||||
|
21 => 'stackError',
|
||||||
|
22 => 'stackPortBlocked',
|
||||||
|
23 => 'stackPortFailed',
|
||||||
|
31 => 'sfpRecvError',
|
||||||
|
32 => 'sfpSendError',
|
||||||
|
33 => 'sfpBothError',
|
||||||
|
41 => 'fanError',
|
||||||
|
51 => 'psuError',
|
||||||
|
61 => 'rpsError(',
|
||||||
|
71 => 'moduleFaulty',
|
||||||
|
81 => 'sensorError',
|
||||||
91 => 'hardwareFaulty',
|
91 => 'hardwareFaulty',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user