From 222045376264b58bff9bb9faca7ee10c49b80476 Mon Sep 17 00:00:00 2001 From: UrBnW <40244829+UrBnW@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:07:34 +0200 Subject: [PATCH] enh(ats): add support for some entities (#2959) --- .../hardware/ats/apc/snmp/mode/components/entity.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/centreon-plugins/hardware/ats/apc/snmp/mode/components/entity.pm b/centreon-plugins/hardware/ats/apc/snmp/mode/components/entity.pm index 3a9cc0200..3d5609110 100644 --- a/centreon-plugins/hardware/ats/apc/snmp/mode/components/entity.pm +++ b/centreon-plugins/hardware/ats/apc/snmp/mode/components/entity.pm @@ -45,6 +45,10 @@ my $mapping = { atsStatusPhaseSyncStatus => { oid => '.1.3.6.1.4.1.318.1.1.8.5.1.14', map => \%map_sync, label => 'PhaseSyncStatus' }, atsStatusVoltageOutStatus => { oid => '.1.3.6.1.4.1.318.1.1.8.5.1.15', map => \%map_fail, label => 'VoltageOutStatus' }, atsStatusHardwareStatus => { oid => '.1.3.6.1.4.1.318.1.1.8.5.1.16', map => \%map_fail, label => 'HardwareStatus' }, + atsStatus3dot3VPowerSupply => { oid => '.1.3.6.1.4.1.318.1.1.8.5.1.17', map => \%map_power, label => '3dot3VPowerSupply' }, + atsStatus1Dot0VPowerSupply => { oid => '.1.3.6.1.4.1.318.1.1.8.5.1.18', map => \%map_power, label => '1Dot0VPowerSupply' }, + atsStatusVBoostSourceA => { oid => '.1.3.6.1.4.1.318.1.1.8.5.1.19', map => \%map_power, label => 'VBoostSourceA' }, + atsStatusVBoostSourceB => { oid => '.1.3.6.1.4.1.318.1.1.8.5.1.20', map => \%map_power, label => 'VBoostSourceB' } }; my $oid_atsStatusDeviceStatus = '.1.3.6.1.4.1.318.1.1.8.5.1';