mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
fix synology
This commit is contained in:
parent
3d8085ba1b
commit
96bd72bce2
@ -27,7 +27,7 @@ my $map_status = { 1 => 'Normal', 2 => 'Failed' };
|
|||||||
|
|
||||||
my $mapping = {
|
my $mapping = {
|
||||||
synoSystemsystemFanStatus => { oid => '.1.3.6.1.4.1.6574.1.4.1', map => $map_status },
|
synoSystemsystemFanStatus => { oid => '.1.3.6.1.4.1.6574.1.4.1', map => $map_status },
|
||||||
synoSystemcpuFanStatus => { oid => '.1.3.6.1.4.1.6574.1.4.2', map => map_status }
|
synoSystemcpuFanStatus => { oid => '.1.3.6.1.4.1.6574.1.4.2', map => $map_status }
|
||||||
};
|
};
|
||||||
my $oid_fan = '.1.3.6.1.4.1.6574.1.4';
|
my $oid_fan = '.1.3.6.1.4.1.6574.1.4';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user