mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
Fix #5949
This commit is contained in:
parent
552b66ff5e
commit
364955cfa5
@ -71,6 +71,11 @@ my %location_map = (
|
|||||||
11 => "ambient",
|
11 => "ambient",
|
||||||
12 => "chassis",
|
12 => "chassis",
|
||||||
13 => "bridgeCard",
|
13 => "bridgeCard",
|
||||||
|
14 => "managementBoard",
|
||||||
|
15 => "backplane",
|
||||||
|
16 => "networkSlot",
|
||||||
|
17 => "bladeSlot",
|
||||||
|
18 => "virtual",
|
||||||
);
|
);
|
||||||
|
|
||||||
my %fanspeed = (
|
my %fanspeed = (
|
||||||
|
@ -52,6 +52,11 @@ my %location_map = (
|
|||||||
11 => "ambient",
|
11 => "ambient",
|
||||||
12 => "chassis",
|
12 => "chassis",
|
||||||
13 => "bridgeCard",
|
13 => "bridgeCard",
|
||||||
|
14 => "managementBoard",
|
||||||
|
15 => "backplane",
|
||||||
|
16 => "networkSlot",
|
||||||
|
17 => "bladeSlot",
|
||||||
|
18 => "virtual",
|
||||||
);
|
);
|
||||||
|
|
||||||
my %conditions = (
|
my %conditions = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user