mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
fix synology
This commit is contained in:
parent
a426bccbf0
commit
872fd65952
@ -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…
x
Reference in New Issue
Block a user