fix synology
This commit is contained in:
parent
3d8085ba1b
commit
96bd72bce2
|
@ -27,7 +27,7 @@ my $map_status = { 1 => 'Normal', 2 => 'Failed' };
|
|||
|
||||
my $mapping = {
|
||||
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';
|
||||
|
||||
|
|
Loading…
Reference in New Issue