mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +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 = (
|
||||
1 => 'notSupported',
|
||||
2 => 'normal',
|
||||
3 => 'postFailure',
|
||||
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',
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user