From 8bd8682baee93e63beb47fe188d58a991f068999 Mon Sep 17 00:00:00 2001 From: Wheel Date: Fri, 11 Aug 2023 03:10:31 +0200 Subject: [PATCH] APC new sensors and fix (#15179) * APC last input failure & display outlet name * SNMP data & test files * fix total energy divisor * fix ap8853 * fix ap8959eu3 * test fixes * Adjust sensor descr new format #{outletid} : {outletlabel} --- includes/definitions/discovery/apc.yaml | 34 +- tests/data/apc_ap8853.json | 4 +- tests/data/apc_ap8959eu3.json | 52 +- tests/data/apc_apdu9959eu3.json | 1518 ++++++++++++++++++++ tests/data/apc_masterswitch2.json | 16 +- tests/data/apc_symmetralx.json | 1673 +++++++++++++++++++++++ tests/snmpsim/apc_apdu9959eu3.snmprec | 319 +++++ tests/snmpsim/apc_symmetralx.snmprec | 154 +++ 8 files changed, 3732 insertions(+), 38 deletions(-) create mode 100644 tests/data/apc_apdu9959eu3.json create mode 100644 tests/data/apc_symmetralx.json create mode 100644 tests/snmpsim/apc_apdu9959eu3.snmprec create mode 100644 tests/snmpsim/apc_symmetralx.snmprec diff --git a/includes/definitions/discovery/apc.yaml b/includes/definitions/discovery/apc.yaml index 846a37f223..c3e70f25bd 100644 --- a/includes/definitions/discovery/apc.yaml +++ b/includes/definitions/discovery/apc.yaml @@ -241,7 +241,7 @@ modules: oid: sPDUOutletControlTable value: sPDUOutletCtl num_oid: '.1.3.6.1.4.1.318.1.1.4.4.2.1.3.{{ $index }}' - descr: 'Outlet {{ $subindex0 }} State' + descr: '#{{ $subindex0 }} : {{ sPDUOutletCtlName }}' index: 'sPDUOutletCtl.{{ $index }}' state_name: sPDUOutletCtl states: @@ -575,6 +575,24 @@ modules: - { descr: noCoolingFansPresent, graph: 0, value: 3, generic: 0 } - { descr: unknown, graph: 0, value: 4, generic: 3 } skip_values: 3 + - + oid: upsAdvInputLineFailCause + value: upsAdvInputLineFailCause + num_oid: '.1.3.6.1.4.1.318.1.1.1.3.2.5.{{ $index }}' + descr: 'Last failure cause' + index: 'upsAdvInputLineFailCause.{{ $index }}' + state_name: upsAdvInputLineFailCause + states: + - { descr: noTransfer, graph: 0, value: 1, generic: 0 } + - { descr: highLineVoltage, graph: 0, value: 2, generic: 0 } + - { descr: brownout, graph: 0, value: 3, generic: 0 } + - { descr: blackout, graph: 0, value: 4, generic: 0 } + - { descr: smallMomentarySag, graph: 0, value: 5, generic: 0 } + - { descr: deepMomentarySag, graph: 0, value: 6, generic: 0 } + - { descr: smallMomentarySag, graph: 0, value: 7, generic: 0 } + - { descr: largeMomentarySpike, graph: 0, value: 8, generic: 0 } + - { descr: selfTest, graph: 0, value: 9, generic: 0 } + - { descr: rateOfVoltageChange, graph: 0, value: 10, generic: 0 } temperature: data: @@ -1120,7 +1138,7 @@ modules: oid: rPDU2DeviceStatusTable value: rPDU2DeviceStatusEnergy num_oid: '.1.3.6.1.4.1.318.1.1.26.4.3.1.9.{{ $index }}' - divisor: 100 + divisor: 10 index: 'rPDU2DeviceStatusEnergy.{{ $index }}' descr: 'Energy since {{ rPDU2DeviceStatusEnergyStartTime }}' pressure: @@ -1281,3 +1299,15 @@ modules: user_func: dateToDays low_warn_limit: 30 low_limit: 0 + - + oid: upsAdvBatteryNumOfBattPacks + num_oid: '.1.3.6.1.4.1.318.1.1.1.2.2.5.{{ $index }}' + index: 'upsAdvBatteryNumOfBattPacks.{{ $index }}' + descr: 'Installed batteries' + low_limit: 0 + - + oid: upsAdvBatteryNumOfBadBattPacks + num_oid: '.1.3.6.1.4.1.318.1.1.1.2.2.6.{{ $index }}' + index: 'upsAdvBatteryNumOfBadBattPacks.{{ $index }}' + descr: 'Bad batteries' + high_limit: 1 diff --git a/tests/data/apc_ap8853.json b/tests/data/apc_ap8853.json index e0614ee2b4..3c5fba4932 100644 --- a/tests/data/apc_ap8853.json +++ b/tests/data/apc_ap8853.json @@ -111,9 +111,9 @@ "sensor_type": "apc", "sensor_descr": "Energy since 01/02/2020 13:27:05", "group": null, - "sensor_divisor": 100, + "sensor_divisor": 10, "sensor_multiplier": 1, - "sensor_current": 351.28, + "sensor_current": 3512.8, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, diff --git a/tests/data/apc_ap8959eu3.json b/tests/data/apc_ap8959eu3.json index b74e2dd223..5f9a4c3a23 100644 --- a/tests/data/apc_ap8959eu3.json +++ b/tests/data/apc_ap8959eu3.json @@ -467,9 +467,9 @@ "sensor_type": "apc", "sensor_descr": "Energy since 08/16/2022 15:37:56", "group": null, - "sensor_divisor": 100, + "sensor_divisor": 10, "sensor_multiplier": 1, - "sensor_current": 196.77, + "sensor_current": 1967.7, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -565,7 +565,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.1", "sensor_index": "sPDUOutletCtl.1", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 1 State", + "sensor_descr": "#1 : Outlet 1", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -590,7 +590,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.10", "sensor_index": "sPDUOutletCtl.10", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 10 State", + "sensor_descr": "#10 : Outlet 10", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -615,7 +615,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.11", "sensor_index": "sPDUOutletCtl.11", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 11 State", + "sensor_descr": "#11 : Outlet 11", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -640,7 +640,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.12", "sensor_index": "sPDUOutletCtl.12", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 12 State", + "sensor_descr": "#12 : Outlet 12", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -665,7 +665,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.13", "sensor_index": "sPDUOutletCtl.13", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 13 State", + "sensor_descr": "#13 : Outlet 13", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -690,7 +690,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.14", "sensor_index": "sPDUOutletCtl.14", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 14 State", + "sensor_descr": "#14 : Outlet 14", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -715,7 +715,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.15", "sensor_index": "sPDUOutletCtl.15", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 15 State", + "sensor_descr": "#15 : Outlet 15", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -740,7 +740,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.16", "sensor_index": "sPDUOutletCtl.16", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 16 State", + "sensor_descr": "#16 : Outlet 16", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -765,7 +765,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.17", "sensor_index": "sPDUOutletCtl.17", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 17 State", + "sensor_descr": "#17 : Outlet 17", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -790,7 +790,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.18", "sensor_index": "sPDUOutletCtl.18", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 18 State", + "sensor_descr": "#18 : 18", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -815,7 +815,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.19", "sensor_index": "sPDUOutletCtl.19", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 19 State", + "sensor_descr": "#19 : 19", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -840,7 +840,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.2", "sensor_index": "sPDUOutletCtl.2", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 2 State", + "sensor_descr": "#2 : Outlet 2", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -865,7 +865,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.20", "sensor_index": "sPDUOutletCtl.20", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 20 State", + "sensor_descr": "#20 : 20", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -890,7 +890,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.21", "sensor_index": "sPDUOutletCtl.21", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 21 State", + "sensor_descr": "#21 : 21", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -915,7 +915,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.22", "sensor_index": "sPDUOutletCtl.22", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 22 State", + "sensor_descr": "#22 : 22", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -940,7 +940,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.23", "sensor_index": "sPDUOutletCtl.23", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 23 State", + "sensor_descr": "#23 : 23", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -965,7 +965,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.24", "sensor_index": "sPDUOutletCtl.24", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 24 State", + "sensor_descr": "#24 : Outlet 24", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -990,7 +990,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.3", "sensor_index": "sPDUOutletCtl.3", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 3 State", + "sensor_descr": "#3 : Outlet 3", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -1015,7 +1015,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.4", "sensor_index": "sPDUOutletCtl.4", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 4 State", + "sensor_descr": "#4 : Outlet 4", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -1040,7 +1040,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.5", "sensor_index": "sPDUOutletCtl.5", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 5 State", + "sensor_descr": "#5 : Outlet 5", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -1065,7 +1065,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.6", "sensor_index": "sPDUOutletCtl.6", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 6 State", + "sensor_descr": "#6 : Outlet 6", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -1090,7 +1090,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.7", "sensor_index": "sPDUOutletCtl.7", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 7 State", + "sensor_descr": "#7 : Outlet 7", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -1115,7 +1115,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.8", "sensor_index": "sPDUOutletCtl.8", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 8 State", + "sensor_descr": "#8 : Outlet 8", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -1140,7 +1140,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.9", "sensor_index": "sPDUOutletCtl.9", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 9 State", + "sensor_descr": "#9 : Outlet 9", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, diff --git a/tests/data/apc_apdu9959eu3.json b/tests/data/apc_apdu9959eu3.json new file mode 100644 index 0000000000..19e6a09ced --- /dev/null +++ b/tests/data/apc_apdu9959eu3.json @@ -0,0 +1,1518 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": null, + "sysObjectID": ".1.3.6.1.4.1.318.1.3.4.6", + "sysDescr": "APC Web/SNMP Management Card (MB:v4.2.9 PF:v2.5.0.8 PN:apc_hw21_aos_2.5.0.8.bin AF1:v2.5.0.6 AN1:apc_hw21_rpdu2g_2.5.0.6.bin MN:APDU9959EU3 HR:01 SN: ZA2315013350 MD:04/11/2023)", + "sysContact": "", + "version": "AOS v2.5.0.8 / App v2.5.0.6", + "hardware": "APDU9959EU3 01", + "features": null, + "location": "", + "os": "apc", + "type": "power", + "serial": "ZA2315013350", + "icon": "apc.svg" + } + ] + }, + "poller": "matches discovery" + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "LOOPBACK", + "ifName": "LOOPBACK", + "portName": null, + "ifIndex": 1, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "softwareLoopback", + "ifAlias": "LOOPBACK", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "vmac0", + "ifName": "vmac0", + "portName": null, + "ifIndex": 2, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "vmac0", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "vmac1", + "ifName": "vmac1", + "portName": null, + "ifIndex": 3, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "vmac1", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "LOOPBACK", + "ifName": "LOOPBACK", + "portName": null, + "ifIndex": 1, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "softwareLoopback", + "ifAlias": "LOOPBACK", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "vmac0", + "ifName": "vmac0", + "portName": null, + "ifIndex": 2, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "vmac0", + "ifPhysAddress": "2829867ae7e2", + "ifLastChange": 20, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 78311, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 81171, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 13277471, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 20679631, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 4, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "vmac1", + "ifName": "vmac1", + "portName": null, + "ifIndex": 3, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "vmac1", + "ifPhysAddress": "2829867ae7e3", + "ifLastChange": 1125, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 1355220, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 22587, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.26.4.3.1.5.1", + "sensor_index": "rPDU2DeviceStatusPower.1", + "sensor_type": "apc", + "sensor_descr": "Power, Total", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 10, + "sensor_current": 1170, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_consumed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.26.4.3.1.9.1", + "sensor_index": "rPDU2DeviceStatusEnergy.1", + "sensor_type": "apc", + "sensor_descr": "Energy since 07/19/2023 15:14:20", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 70.6, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.26.4.3.1.4.1", + "sensor_index": "rPDU2DeviceStatusLoadState.1", + "sensor_type": "rPDU2DeviceStatusLoadState", + "sensor_descr": "Device State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "rPDU2DeviceStatusLoadState" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.26.4.3.1.12.1", + "sensor_index": "rPDU2DeviceStatusPowerSupplyAlarm.1", + "sensor_type": "rPDU2DeviceStatusPowerSupplyAlarm", + "sensor_descr": "Power Supply State", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "rPDU2DeviceStatusPowerSupplyAlarm" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.26.6.3.1.4.1", + "sensor_index": "rPDU2PhaseStatusLoadState.1", + "sensor_type": "rPDU2PhaseStatusLoadState", + "sensor_descr": "Load State, Phase #1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "rPDU2PhaseStatusLoadState" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.1", + "sensor_index": "sPDUOutletCtl.1", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#1 : Outlet 1 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.10", + "sensor_index": "sPDUOutletCtl.10", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#10 : Outlet 10 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.11", + "sensor_index": "sPDUOutletCtl.11", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#11 : Outlet 11 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.12", + "sensor_index": "sPDUOutletCtl.12", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#12 : Outlet 12 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.13", + "sensor_index": "sPDUOutletCtl.13", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#13 : Outlet 13 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.14", + "sensor_index": "sPDUOutletCtl.14", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#14 : Outlet 14 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.15", + "sensor_index": "sPDUOutletCtl.15", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#15 : Outlet 15 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.16", + "sensor_index": "sPDUOutletCtl.16", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#16 : Outlet 16 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.17", + "sensor_index": "sPDUOutletCtl.17", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#17 : Outlet 17 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.18", + "sensor_index": "sPDUOutletCtl.18", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#18 : Outlet 18 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.19", + "sensor_index": "sPDUOutletCtl.19", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#19 : Outlet 19 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.2", + "sensor_index": "sPDUOutletCtl.2", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#2 : Outlet 2 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.20", + "sensor_index": "sPDUOutletCtl.20", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#20 : Outlet 20 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.21", + "sensor_index": "sPDUOutletCtl.21", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#21 : Outlet 21 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.22", + "sensor_index": "sPDUOutletCtl.22", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#22 : Outlet 22 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.23", + "sensor_index": "sPDUOutletCtl.23", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#23 : Outlet 23 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.24", + "sensor_index": "sPDUOutletCtl.24", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#24 : Outlet 24 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.3", + "sensor_index": "sPDUOutletCtl.3", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#3 : Outlet 3 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.4", + "sensor_index": "sPDUOutletCtl.4", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#4 : Outlet 4 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.5", + "sensor_index": "sPDUOutletCtl.5", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#5 : Outlet 5 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.6", + "sensor_index": "sPDUOutletCtl.6", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#6 : Outlet 6 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.7", + "sensor_index": "sPDUOutletCtl.7", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#7 : Outlet 7 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.8", + "sensor_index": "sPDUOutletCtl.8", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#8 : Outlet 8 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.9", + "sensor_index": "sPDUOutletCtl.9", + "sensor_type": "sPDUOutletCtl", + "sensor_descr": "#9 : Outlet 9 label", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "sPDUOutletCtl" + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.26.6.3.1.6.1", + "sensor_index": "1", + "sensor_type": "apc", + "sensor_descr": "Input", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 228, + "sensor_limit": 262.2, + "sensor_limit_warn": null, + "sensor_limit_low": 193.8, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "rPDU2DeviceStatusLoadState", + "state_descr": "lowLoad", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "rPDU2DeviceStatusLoadState", + "state_descr": "normal", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "rPDU2DeviceStatusLoadState", + "state_descr": "nearOverload", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 1 + }, + { + "state_name": "rPDU2DeviceStatusLoadState", + "state_descr": "overload", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 2 + }, + { + "state_name": "rPDU2DeviceStatusLoadState", + "state_descr": "notsupported", + "state_draw_graph": 1, + "state_value": 5, + "state_generic_value": 3 + }, + { + "state_name": "rPDU2DeviceStatusPowerSupplyAlarm", + "state_descr": "normal", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "rPDU2DeviceStatusPowerSupplyAlarm", + "state_descr": "alarm", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 2 + }, + { + "state_name": "rPDU2PhaseStatusLoadState", + "state_descr": "lowLoad", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "rPDU2PhaseStatusLoadState", + "state_descr": "normal", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "rPDU2PhaseStatusLoadState", + "state_descr": "nearOverload", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 1 + }, + { + "state_name": "rPDU2PhaseStatusLoadState", + "state_descr": "overload", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 2 + }, + { + "state_name": "sPDUOutletCtl", + "state_descr": "outletOn", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "sPDUOutletCtl", + "state_descr": "outletOff", + "state_draw_graph": 0, + "state_value": 2, + "state_generic_value": 3 + }, + { + "state_name": "sPDUOutletCtl", + "state_descr": "outletReboot", + "state_draw_graph": 0, + "state_value": 3, + "state_generic_value": 1 + }, + { + "state_name": "sPDUOutletCtl", + "state_descr": "outletUnknown", + "state_draw_graph": 0, + "state_value": 4, + "state_generic_value": 2 + }, + { + "state_name": "sPDUOutletCtl", + "state_descr": "outletOnWithDelay", + "state_draw_graph": 0, + "state_value": 5, + "state_generic_value": 0 + }, + { + "state_name": "sPDUOutletCtl", + "state_descr": "outletOffWithDelay", + "state_draw_graph": 0, + "state_value": 6, + "state_generic_value": 3 + }, + { + "state_name": "sPDUOutletCtl", + "state_descr": "outletRebootWithDelay", + "state_draw_graph": 0, + "state_value": 7, + "state_generic_value": 1 + } + ] + }, + "poller": "matches discovery" + } +} diff --git a/tests/data/apc_masterswitch2.json b/tests/data/apc_masterswitch2.json index 7afdab6fee..ba76aab778 100644 --- a/tests/data/apc_masterswitch2.json +++ b/tests/data/apc_masterswitch2.json @@ -9,7 +9,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.1", "sensor_index": "sPDUOutletCtl.1", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 1 State", + "sensor_descr": "#1 : Outlet 1", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -34,7 +34,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.2", "sensor_index": "sPDUOutletCtl.2", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 2 State", + "sensor_descr": "#2 : Outlet 2", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -59,7 +59,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.3", "sensor_index": "sPDUOutletCtl.3", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 3 State", + "sensor_descr": "#3 : Outlet 3", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -84,7 +84,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.4", "sensor_index": "sPDUOutletCtl.4", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 4 State", + "sensor_descr": "#4 : Outlet 4", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -109,7 +109,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.5", "sensor_index": "sPDUOutletCtl.5", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 5 State", + "sensor_descr": "#5 : Outlet 5", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -134,7 +134,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.6", "sensor_index": "sPDUOutletCtl.6", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 6 State", + "sensor_descr": "#6 : Outlet 6", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -159,7 +159,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.7", "sensor_index": "sPDUOutletCtl.7", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 7 State", + "sensor_descr": "#7 : Outlet 7", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, @@ -184,7 +184,7 @@ "sensor_oid": ".1.3.6.1.4.1.318.1.1.4.4.2.1.3.8", "sensor_index": "sPDUOutletCtl.8", "sensor_type": "sPDUOutletCtl", - "sensor_descr": "Outlet 8 State", + "sensor_descr": "#8 : Outlet 8", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, diff --git a/tests/data/apc_symmetralx.json b/tests/data/apc_symmetralx.json new file mode 100644 index 0000000000..ea83784829 --- /dev/null +++ b/tests/data/apc_symmetralx.json @@ -0,0 +1,1673 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": null, + "sysObjectID": ".1.3.6.1.4.1.318.1.3.5.4", + "sysDescr": "APC Web/SNMP Management Card (MB:v4.1.0 PF:v6.2.0 PN:apc_hw05_aos_620.bin AF1:v6.2.0 AN1:apc_hw05_sy_620.bin MN:AP9631 HR:05 SN: 5A1224T01862 MD:06/12/2012) (Embedded PowerNet SNMP Agent SW v2.2 compatible)", + "sysContact": "", + "version": "AOS v6.2.0 / App v6.2.0", + "hardware": "Symmetra LX 16000 RM 267.557.I", + "features": null, + "location": null, + "os": "apc", + "type": "power", + "serial": "5D2123T08251", + "icon": "apc.svg" + } + ] + }, + "poller": "matches discovery" + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "LOOPBACK", + "ifName": "LOOPBACK", + "portName": null, + "ifIndex": 1, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "softwareLoopback", + "ifAlias": "LOOPBACK", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "lance", + "ifName": "lance", + "portName": null, + "ifIndex": 2, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "lance", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "LOOPBACK", + "ifName": "LOOPBACK", + "portName": null, + "ifIndex": 1, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "softwareLoopback", + "ifAlias": "LOOPBACK", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "lance", + "ifName": "lance", + "portName": null, + "ifIndex": 2, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "lance", + "ifPhysAddress": "00c0b79bc17f", + "ifLastChange": 10, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 718865, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 712738, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 82312589, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 127128047, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 8503, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 48454, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "charge", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.2.3.1.0", + "sensor_index": "0", + "sensor_type": "apc", + "sensor_descr": "Battery Charge", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 100, + "sensor_limit": 100, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 10, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.2.2.6.0", + "sensor_index": "upsAdvBatteryNumOfBadBattPacks.0", + "sensor_type": "apc", + "sensor_descr": "Bad batteries", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.2.2.5.0", + "sensor_index": "upsAdvBatteryNumOfBattPacks.0", + "sensor_type": "apc", + "sensor_descr": "Installed batteries", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 4, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.4.3.4.0", + "sensor_index": "0", + "sensor_type": "apcUPS", + "sensor_descr": "Phase 0 Output", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 34.7, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "frequency", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.3.3.4.0", + "sensor_index": "3.3.4.0", + "sensor_type": "apc", + "sensor_descr": "Input", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 49.9, + "sensor_limit": 52.395, + "sensor_limit_warn": null, + "sensor_limit_low": 47.405, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "frequency", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.4.3.2.0", + "sensor_index": "4.3.2.0", + "sensor_type": "apc", + "sensor_descr": "Output", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 49.9, + "sensor_limit": 52.395, + "sensor_limit_warn": null, + "sensor_limit_low": 47.405, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.4.3.3.0", + "sensor_index": ".1.3.6.1.4.1.318.1.1.1.4.3.3.0", + "sensor_type": "apc", + "sensor_descr": "Load(VA)", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 64, + "sensor_limit": 80, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "runtime", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.2.2.3.0", + "sensor_index": "upsAdvBatteryRunTimeRemaining.0", + "sensor_type": "apc", + "sensor_descr": "Runtime", + "group": null, + "sensor_divisor": 6000, + "sensor_multiplier": 1, + "sensor_current": 84000, + "sensor_limit": 3000, + "sensor_limit_warn": 2000, + "sensor_limit_low": 5, + "sensor_limit_low_warn": 10, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.2.2.4.0", + "sensor_index": "0", + "sensor_type": "upsAdvBatteryReplaceIndicator", + "sensor_descr": "UPS Battery Replacement Status", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "0", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "upsAdvBatteryReplaceIndicator" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.3.2.5.0", + "sensor_index": "upsAdvInputLineFailCause.0", + "sensor_type": "upsAdvInputLineFailCause", + "sensor_descr": "Last failure cause", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 9, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "upsAdvInputLineFailCause" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.4.1.1.0", + "sensor_index": "0", + "sensor_type": "upsBasicOutputStatus", + "sensor_descr": "Output Status", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "upsBasicOutputStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.2.3.2.0", + "sensor_index": "0", + "sensor_type": "apc", + "sensor_descr": "Internal Temperature", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 39, + "sensor_limit": 59, + "sensor_limit_warn": null, + "sensor_limit_low": 29, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.2.3.4.0", + "sensor_index": "2.3.4.0", + "sensor_type": "apc", + "sensor_descr": "Battery Bus", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 138.7, + "sensor_limit": 159.505, + "sensor_limit_warn": null, + "sensor_limit_low": 117.895, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.3.3.1.0", + "sensor_index": "3.3.1.0", + "sensor_type": "apc", + "sensor_descr": "Input", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 223.3, + "sensor_limit": 256.795, + "sensor_limit_warn": null, + "sensor_limit_low": 189.805, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.4.3.1.0", + "sensor_index": "4.3.1.0", + "sensor_type": "apc", + "sensor_descr": "Output", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 230.2, + "sensor_limit": 264.73, + "sensor_limit_warn": null, + "sensor_limit_low": 195.67, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "upsAdvBatteryReplaceIndicator", + "state_descr": "noBatteryNeedsReplacing", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvBatteryReplaceIndicator", + "state_descr": "batteryNeedsReplacing", + "state_draw_graph": 0, + "state_value": 2, + "state_generic_value": 2 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "noTransfer", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "highLineVoltage", + "state_draw_graph": 0, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "brownout", + "state_draw_graph": 0, + "state_value": 3, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "blackout", + "state_draw_graph": 0, + "state_value": 4, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "smallMomentarySag", + "state_draw_graph": 0, + "state_value": 5, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "deepMomentarySag", + "state_draw_graph": 0, + "state_value": 6, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "smallMomentarySag", + "state_draw_graph": 0, + "state_value": 7, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "largeMomentarySpike", + "state_draw_graph": 0, + "state_value": 8, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "selfTest", + "state_draw_graph": 0, + "state_value": 9, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "rateOfVoltageChange", + "state_draw_graph": 0, + "state_value": 10, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "unknown", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 3 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "onLine", + "state_draw_graph": 0, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "onBattery", + "state_draw_graph": 0, + "state_value": 3, + "state_generic_value": 1 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "onSmartBoost", + "state_draw_graph": 0, + "state_value": 4, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "timedSleeping", + "state_draw_graph": 0, + "state_value": 5, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "softwareBypass", + "state_draw_graph": 0, + "state_value": 6, + "state_generic_value": 1 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "off", + "state_draw_graph": 0, + "state_value": 7, + "state_generic_value": 2 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "rebooting", + "state_draw_graph": 0, + "state_value": 8, + "state_generic_value": 1 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "switchedBypass", + "state_draw_graph": 0, + "state_value": 9, + "state_generic_value": 1 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "hardwareFailureBypass", + "state_draw_graph": 0, + "state_value": 10, + "state_generic_value": 2 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "sleepingUntilPowerReturn", + "state_draw_graph": 0, + "state_value": 11, + "state_generic_value": 1 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "onSmartTrim", + "state_draw_graph": 0, + "state_value": 12, + "state_generic_value": 1 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "ecoMode", + "state_draw_graph": 0, + "state_value": 13, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "hotStandby", + "state_draw_graph": 0, + "state_value": 14, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "onBatteryTest", + "state_draw_graph": 0, + "state_value": 15, + "state_generic_value": 1 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "emergencyStaticBypass", + "state_draw_graph": 0, + "state_value": 16, + "state_generic_value": 2 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "staticBypassStandby", + "state_draw_graph": 0, + "state_value": 17, + "state_generic_value": 1 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "powerSavingMode", + "state_draw_graph": 0, + "state_value": 18, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "spotMode", + "state_draw_graph": 0, + "state_value": 19, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "eConversion", + "state_draw_graph": 0, + "state_value": 20, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "chargerSpotmode", + "state_draw_graph": 0, + "state_value": 21, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "inverterSpotmode", + "state_draw_graph": 0, + "state_value": 22, + "state_generic_value": 0 + } + ] + }, + "poller": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "charge", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.2.3.1.0", + "sensor_index": "0", + "sensor_type": "apc", + "sensor_descr": "Battery Charge", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 100, + "sensor_limit": 100, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 10, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.2.2.6.0", + "sensor_index": "upsAdvBatteryNumOfBadBattPacks.0", + "sensor_type": "apc", + "sensor_descr": "Bad batteries", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.2.2.5.0", + "sensor_index": "upsAdvBatteryNumOfBattPacks.0", + "sensor_type": "apc", + "sensor_descr": "Installed batteries", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 4, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.4.3.4.0", + "sensor_index": "0", + "sensor_type": "apcUPS", + "sensor_descr": "Phase 0 Output", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 34.7, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "frequency", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.3.3.4.0", + "sensor_index": "3.3.4.0", + "sensor_type": "apc", + "sensor_descr": "Input", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 49.9, + "sensor_limit": 52.395, + "sensor_limit_warn": null, + "sensor_limit_low": 47.405, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "frequency", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.4.3.2.0", + "sensor_index": "4.3.2.0", + "sensor_type": "apc", + "sensor_descr": "Output", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 49.9, + "sensor_limit": 52.395, + "sensor_limit_warn": null, + "sensor_limit_low": 47.405, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.4.3.3.0", + "sensor_index": ".1.3.6.1.4.1.318.1.1.1.4.3.3.0", + "sensor_type": "apc", + "sensor_descr": "Load(VA)", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 64, + "sensor_limit": 80, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "runtime", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.2.2.3.0", + "sensor_index": "upsAdvBatteryRunTimeRemaining.0", + "sensor_type": "apc", + "sensor_descr": "Runtime", + "group": null, + "sensor_divisor": 6000, + "sensor_multiplier": 1, + "sensor_current": 14, + "sensor_limit": 3000, + "sensor_limit_warn": 2000, + "sensor_limit_low": 5, + "sensor_limit_low_warn": 10, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 84000, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.2.2.4.0", + "sensor_index": "0", + "sensor_type": "upsAdvBatteryReplaceIndicator", + "sensor_descr": "UPS Battery Replacement Status", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "0", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "upsAdvBatteryReplaceIndicator" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.3.2.5.0", + "sensor_index": "upsAdvInputLineFailCause.0", + "sensor_type": "upsAdvInputLineFailCause", + "sensor_descr": "Last failure cause", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 9, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "upsAdvInputLineFailCause" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.4.1.1.0", + "sensor_index": "0", + "sensor_type": "upsBasicOutputStatus", + "sensor_descr": "Output Status", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": "upsBasicOutputStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.2.3.2.0", + "sensor_index": "0", + "sensor_type": "apc", + "sensor_descr": "Internal Temperature", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 39, + "sensor_limit": 59, + "sensor_limit_warn": null, + "sensor_limit_low": 29, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.2.3.4.0", + "sensor_index": "2.3.4.0", + "sensor_type": "apc", + "sensor_descr": "Battery Bus", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 138.7, + "sensor_limit": 159.505, + "sensor_limit_warn": null, + "sensor_limit_low": 117.895, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.3.3.1.0", + "sensor_index": "3.3.1.0", + "sensor_type": "apc", + "sensor_descr": "Input", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 223.3, + "sensor_limit": 256.795, + "sensor_limit_warn": null, + "sensor_limit_low": 189.805, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.318.1.1.1.4.3.1.0", + "sensor_index": "4.3.1.0", + "sensor_type": "apc", + "sensor_descr": "Output", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 230.2, + "sensor_limit": 264.73, + "sensor_limit_warn": null, + "sensor_limit_low": 195.67, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "upsAdvBatteryReplaceIndicator", + "state_descr": "noBatteryNeedsReplacing", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvBatteryReplaceIndicator", + "state_descr": "batteryNeedsReplacing", + "state_draw_graph": 0, + "state_value": 2, + "state_generic_value": 2 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "noTransfer", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "highLineVoltage", + "state_draw_graph": 0, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "brownout", + "state_draw_graph": 0, + "state_value": 3, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "blackout", + "state_draw_graph": 0, + "state_value": 4, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "smallMomentarySag", + "state_draw_graph": 0, + "state_value": 5, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "deepMomentarySag", + "state_draw_graph": 0, + "state_value": 6, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "smallMomentarySag", + "state_draw_graph": 0, + "state_value": 7, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "largeMomentarySpike", + "state_draw_graph": 0, + "state_value": 8, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "selfTest", + "state_draw_graph": 0, + "state_value": 9, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvInputLineFailCause", + "state_descr": "rateOfVoltageChange", + "state_draw_graph": 0, + "state_value": 10, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "unknown", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 3 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "onLine", + "state_draw_graph": 0, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "onBattery", + "state_draw_graph": 0, + "state_value": 3, + "state_generic_value": 1 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "onSmartBoost", + "state_draw_graph": 0, + "state_value": 4, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "timedSleeping", + "state_draw_graph": 0, + "state_value": 5, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "softwareBypass", + "state_draw_graph": 0, + "state_value": 6, + "state_generic_value": 1 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "off", + "state_draw_graph": 0, + "state_value": 7, + "state_generic_value": 2 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "rebooting", + "state_draw_graph": 0, + "state_value": 8, + "state_generic_value": 1 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "switchedBypass", + "state_draw_graph": 0, + "state_value": 9, + "state_generic_value": 1 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "hardwareFailureBypass", + "state_draw_graph": 0, + "state_value": 10, + "state_generic_value": 2 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "sleepingUntilPowerReturn", + "state_draw_graph": 0, + "state_value": 11, + "state_generic_value": 1 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "onSmartTrim", + "state_draw_graph": 0, + "state_value": 12, + "state_generic_value": 1 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "ecoMode", + "state_draw_graph": 0, + "state_value": 13, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "hotStandby", + "state_draw_graph": 0, + "state_value": 14, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "onBatteryTest", + "state_draw_graph": 0, + "state_value": 15, + "state_generic_value": 1 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "emergencyStaticBypass", + "state_draw_graph": 0, + "state_value": 16, + "state_generic_value": 2 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "staticBypassStandby", + "state_draw_graph": 0, + "state_value": 17, + "state_generic_value": 1 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "powerSavingMode", + "state_draw_graph": 0, + "state_value": 18, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "spotMode", + "state_draw_graph": 0, + "state_value": 19, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "eConversion", + "state_draw_graph": 0, + "state_value": 20, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "chargerSpotmode", + "state_draw_graph": 0, + "state_value": 21, + "state_generic_value": 0 + }, + { + "state_name": "upsBasicOutputStatus", + "state_descr": "inverterSpotmode", + "state_draw_graph": 0, + "state_value": 22, + "state_generic_value": 0 + } + ] + } + } +} diff --git a/tests/snmpsim/apc_apdu9959eu3.snmprec b/tests/snmpsim/apc_apdu9959eu3.snmprec new file mode 100644 index 0000000000..2fa937323a --- /dev/null +++ b/tests/snmpsim/apc_apdu9959eu3.snmprec @@ -0,0 +1,319 @@ +1.3.6.1.2.1.1.1.0|4|APC Web/SNMP Management Card (MB:v4.2.9 PF:v2.5.0.8 PN:apc_hw21_aos_2.5.0.8.bin AF1:v2.5.0.6 AN1:apc_hw21_rpdu2g_2.5.0.6.bin MN:APDU9959EU3 HR:01 SN: ZA2315013350 MD:04/11/2023) +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.318.1.3.4.6 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.6.0|4| +1.3.6.1.2.1.2.2.1.1.1|2|1 +1.3.6.1.2.1.2.2.1.1.2|2|2 +1.3.6.1.2.1.2.2.1.1.3|2|3 +1.3.6.1.2.1.2.2.1.2.1|4|LOOPBACK +1.3.6.1.2.1.2.2.1.2.2|4|vmac0 +1.3.6.1.2.1.2.2.1.2.3|4|vmac1 +1.3.6.1.2.1.2.2.1.3.1|2|24 +1.3.6.1.2.1.2.2.1.3.2|2|6 +1.3.6.1.2.1.2.2.1.3.3|2|6 +1.3.6.1.2.1.2.2.1.4.1|2|1500 +1.3.6.1.2.1.2.2.1.4.2|2|1500 +1.3.6.1.2.1.2.2.1.4.3|2|1500 +1.3.6.1.2.1.2.2.1.5.1|66|0 +1.3.6.1.2.1.2.2.1.5.2|66|0 +1.3.6.1.2.1.2.2.1.5.3|66|0 +1.3.6.1.2.1.2.2.1.6.1|4| +1.3.6.1.2.1.2.2.1.6.2|4x|2829867AE7E2 +1.3.6.1.2.1.2.2.1.6.3|4x|2829867AE7E3 +1.3.6.1.2.1.2.2.1.7.1|2|1 +1.3.6.1.2.1.2.2.1.7.2|2|1 +1.3.6.1.2.1.2.2.1.7.3|2|1 +1.3.6.1.2.1.2.2.1.8.1|2|1 +1.3.6.1.2.1.2.2.1.8.2|2|1 +1.3.6.1.2.1.2.2.1.8.3|2|1 +1.3.6.1.2.1.2.2.1.9.1|67|0 +1.3.6.1.2.1.2.2.1.9.2|67|20 +1.3.6.1.2.1.2.2.1.9.3|67|1125 +1.3.6.1.2.1.2.2.1.10.1|65|0 +1.3.6.1.2.1.2.2.1.10.2|65|13277471 +1.3.6.1.2.1.2.2.1.10.3|65|0 +1.3.6.1.2.1.2.2.1.11.1|65|0 +1.3.6.1.2.1.2.2.1.11.2|65|78311 +1.3.6.1.2.1.2.2.1.11.3|65|0 +1.3.6.1.2.1.2.2.1.12.1|65|0 +1.3.6.1.2.1.2.2.1.12.2|65|0 +1.3.6.1.2.1.2.2.1.12.3|65|0 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.13.2|65|0 +1.3.6.1.2.1.2.2.1.13.3|65|0 +1.3.6.1.2.1.2.2.1.14.1|65|0 +1.3.6.1.2.1.2.2.1.14.2|65|0 +1.3.6.1.2.1.2.2.1.14.3|65|0 +1.3.6.1.2.1.2.2.1.15.1|65|0 +1.3.6.1.2.1.2.2.1.15.2|65|0 +1.3.6.1.2.1.2.2.1.15.3|65|0 +1.3.6.1.2.1.2.2.1.16.1|65|0 +1.3.6.1.2.1.2.2.1.16.2|65|20679631 +1.3.6.1.2.1.2.2.1.16.3|65|1355220 +1.3.6.1.2.1.2.2.1.17.1|65|0 +1.3.6.1.2.1.2.2.1.17.2|65|81171 +1.3.6.1.2.1.2.2.1.17.3|65|0 +1.3.6.1.2.1.2.2.1.18.1|65|0 +1.3.6.1.2.1.2.2.1.18.2|65|4 +1.3.6.1.2.1.2.2.1.18.3|65|22587 +1.3.6.1.2.1.2.2.1.19.1|65|0 +1.3.6.1.2.1.2.2.1.19.2|65|0 +1.3.6.1.2.1.2.2.1.19.3|65|0 +1.3.6.1.2.1.2.2.1.20.1|65|0 +1.3.6.1.2.1.2.2.1.20.2|65|0 +1.3.6.1.2.1.2.2.1.20.3|65|0 +1.3.6.1.2.1.2.2.1.21.1|66|0 +1.3.6.1.2.1.2.2.1.21.2|66|0 +1.3.6.1.2.1.2.2.1.21.3|66|0 +1.3.6.1.2.1.2.2.1.22.1|6|0.0 +1.3.6.1.2.1.2.2.1.22.2|6|0.0 +1.3.6.1.2.1.2.2.1.22.3|6|0.0 +1.3.6.1.2.1.4.20.1.2.10.255.249.15|2|2 +1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1 +1.3.6.1.2.1.4.20.1.2.169.254.197.248|2|3 +1.3.6.1.2.1.4.20.1.3.10.255.249.15|64|255.255.255.0 +1.3.6.1.2.1.4.31.1.1.3.1|65|0 +1.3.6.1.2.1.4.31.1.1.3.2|65|1 +1.3.6.1.2.1.4.31.1.1.4.1|70|0 +1.3.6.1.2.1.4.31.1.1.4.2|70|1 +1.3.6.1.2.1.4.31.1.1.5.1|65|13275146 +1.3.6.1.2.1.4.31.1.1.5.2|65|0 +1.3.6.1.2.1.4.31.1.1.6.1|70|13275146 +1.3.6.1.2.1.4.31.1.1.6.2|70|0 +1.3.6.1.2.1.4.31.1.1.7.1|65|0 +1.3.6.1.2.1.4.31.1.1.7.2|65|0 +1.3.6.1.2.1.4.31.1.1.8.1|65|0 +1.3.6.1.2.1.4.31.1.1.8.2|65|0 +1.3.6.1.2.1.4.31.1.1.9.1|65|0 +1.3.6.1.2.1.4.31.1.1.9.2|65|0 +1.3.6.1.2.1.4.31.1.1.10.1|65|0 +1.3.6.1.2.1.4.31.1.1.10.2|65|0 +1.3.6.1.2.1.4.31.1.1.11.1|65|0 +1.3.6.1.2.1.4.31.1.1.11.2|65|0 +1.3.6.1.2.1.4.31.1.1.12.1|65|0 +1.3.6.1.2.1.4.31.1.1.12.2|65|0 +1.3.6.1.2.1.4.31.1.1.13.1|70|0 +1.3.6.1.2.1.4.31.1.1.13.2|70|0 +1.3.6.1.2.1.4.31.1.1.14.1|65|0 +1.3.6.1.2.1.4.31.1.1.14.2|65|0 +1.3.6.1.2.1.4.31.1.1.15.1|65|0 +1.3.6.1.2.1.4.31.1.1.15.2|65|0 +1.3.6.1.2.1.4.31.1.1.16.1|65|0 +1.3.6.1.2.1.4.31.1.1.16.2|65|0 +1.3.6.1.2.1.4.31.1.1.17.1|65|0 +1.3.6.1.2.1.4.31.1.1.17.2|65|0 +1.3.6.1.2.1.4.31.1.1.18.1|65|78284 +1.3.6.1.2.1.4.31.1.1.18.2|65|1 +1.3.6.1.2.1.4.31.1.1.19.1|70|0 +1.3.6.1.2.1.4.31.1.1.19.2|70|1 +1.3.6.1.2.1.4.31.1.1.20.1|65|101828 +1.3.6.1.2.1.4.31.1.1.20.2|65|1898 +1.3.6.1.2.1.4.31.1.1.21.1|70|101828 +1.3.6.1.2.1.4.31.1.1.21.2|70|1898 +1.3.6.1.2.1.4.31.1.1.22.1|65|0 +1.3.6.1.2.1.4.31.1.1.22.2|65|0 +1.3.6.1.2.1.4.31.1.1.23.1|65|0 +1.3.6.1.2.1.4.31.1.1.23.2|65|0 +1.3.6.1.2.1.4.31.1.1.24.1|70|0 +1.3.6.1.2.1.4.31.1.1.24.2|70|0 +1.3.6.1.2.1.4.31.1.1.25.1|65|0 +1.3.6.1.2.1.4.31.1.1.25.2|65|0 +1.3.6.1.2.1.4.31.1.1.26.1|65|0 +1.3.6.1.2.1.4.31.1.1.26.2|65|0 +1.3.6.1.2.1.4.31.1.1.27.1|65|0 +1.3.6.1.2.1.4.31.1.1.27.2|65|0 +1.3.6.1.2.1.4.31.1.1.28.1|65|0 +1.3.6.1.2.1.4.31.1.1.28.2|65|0 +1.3.6.1.2.1.4.31.1.1.29.1|65|0 +1.3.6.1.2.1.4.31.1.1.29.2|65|0 +1.3.6.1.2.1.4.31.1.1.30.1|65|0 +1.3.6.1.2.1.4.31.1.1.30.2|65|0 +1.3.6.1.2.1.4.31.1.1.31.1|70|0 +1.3.6.1.2.1.4.31.1.1.31.2|70|0 +1.3.6.1.2.1.4.31.1.1.32.1|65|22031546 +1.3.6.1.2.1.4.31.1.1.32.2|65|0 +1.3.6.1.2.1.4.31.1.1.33.1|70|22031898 +1.3.6.1.2.1.4.31.1.1.33.2|70|0 +1.3.6.1.2.1.4.31.1.1.34.1|65|0 +1.3.6.1.2.1.4.31.1.1.34.2|65|1 +1.3.6.1.2.1.4.31.1.1.35.1|70|0 +1.3.6.1.2.1.4.31.1.1.35.2|70|1 +1.3.6.1.2.1.4.31.1.1.36.1|65|0 +1.3.6.1.2.1.4.31.1.1.36.2|65|0 +1.3.6.1.2.1.4.31.1.1.37.1|70|0 +1.3.6.1.2.1.4.31.1.1.37.2|70|0 +1.3.6.1.2.1.4.31.1.1.38.1|65|22583 +1.3.6.1.2.1.4.31.1.1.38.2|65|1898 +1.3.6.1.2.1.4.31.1.1.39.1|70|22583 +1.3.6.1.2.1.4.31.1.1.39.2|70|1898 +1.3.6.1.2.1.4.31.1.1.40.1|65|0 +1.3.6.1.2.1.4.31.1.1.40.2|65|0 +1.3.6.1.2.1.4.31.1.1.41.1|70|0 +1.3.6.1.2.1.4.31.1.1.41.2|70|0 +1.3.6.1.2.1.4.31.1.1.42.1|65|0 +1.3.6.1.2.1.4.31.1.1.42.2|65|0 +1.3.6.1.2.1.4.31.1.1.43.1|70|0 +1.3.6.1.2.1.4.31.1.1.43.2|70|0 +1.3.6.1.2.1.4.31.1.1.44.1|65|8 +1.3.6.1.2.1.4.31.1.1.44.2|65|0 +1.3.6.1.2.1.4.31.1.1.45.1|70|8 +1.3.6.1.2.1.4.31.1.1.45.2|70|0 +1.3.6.1.2.1.4.31.1.1.46.1|67|0 +1.3.6.1.2.1.4.31.1.1.46.2|67|0 +1.3.6.1.2.1.4.31.1.1.47.1|66|0 +1.3.6.1.2.1.4.31.1.1.47.2|66|0 +1.3.6.1.4.1.318.1.1.4.1.1.0|4|01 +1.3.6.1.4.1.318.1.1.4.1.4.0|4|APDU9959EU3 +1.3.6.1.4.1.318.1.1.4.1.5.0|4|ZA2315013350 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.1|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.2|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.3|2|3 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.4|2|4 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.5|2|5 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.6|2|6 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.7|2|7 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.8|2|8 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.9|2|9 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.10|2|10 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.11|2|11 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.12|2|12 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.13|2|13 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.14|2|14 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.15|2|15 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.16|2|16 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.17|2|17 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.18|2|18 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.19|2|19 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.20|2|20 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.21|2|21 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.22|2|22 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.23|2|23 +1.3.6.1.4.1.318.1.1.4.4.2.1.1.24|2|24 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.1|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.2|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.3|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.4|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.5|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.6|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.7|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.8|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.9|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.10|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.11|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.12|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.13|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.14|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.15|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.16|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.17|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.18|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.19|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.20|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.21|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.22|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.23|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.2.24|2|2 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.1|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.2|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.3|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.4|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.5|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.6|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.7|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.8|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.9|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.10|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.11|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.12|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.13|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.14|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.15|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.16|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.17|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.18|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.19|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.20|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.21|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.22|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.23|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.3.24|2|1 +1.3.6.1.4.1.318.1.1.4.4.2.1.4.1|4|Outlet 1 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.2|4|Outlet 2 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.3|4|Outlet 3 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.4|4|Outlet 4 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.5|4|Outlet 5 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.6|4|Outlet 6 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.7|4|Outlet 7 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.8|4|Outlet 8 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.9|4|Outlet 9 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.10|4|Outlet 10 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.11|4|Outlet 11 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.12|4|Outlet 12 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.13|4|Outlet 13 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.14|4|Outlet 14 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.15|4|Outlet 15 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.16|4|Outlet 16 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.17|4|Outlet 17 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.18|4|Outlet 18 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.19|4|Outlet 19 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.20|4|Outlet 20 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.21|4|Outlet 21 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.22|4|Outlet 22 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.23|4|Outlet 23 label +1.3.6.1.4.1.318.1.1.4.4.2.1.4.24|4|Outlet 24 label +1.3.6.1.4.1.318.1.1.12.1.2.0|4|01 +1.3.6.1.4.1.318.1.1.12.1.5.0|4|APDU9959EU3 +1.3.6.1.4.1.318.1.1.12.1.6.0|4|ZA2315013350 +1.3.6.1.4.1.318.1.1.12.1.15.0|2|-1 +1.3.6.1.4.1.318.1.1.12.1.16.0|2|1160 +1.3.6.1.4.1.318.1.1.12.2.2.1.1.2.1|2|0 +1.3.6.1.4.1.318.1.1.12.2.2.1.1.3.1|2|13 +1.3.6.1.4.1.318.1.1.12.2.2.1.1.4.1|2|16 +1.3.6.1.4.1.318.1.1.12.2.3.1.1.2.1|66|54 +1.3.6.1.4.1.318.1.1.26.4.3.1.1.1|2|1 +1.3.6.1.4.1.318.1.1.26.4.3.1.2.1|2|1 +1.3.6.1.4.1.318.1.1.26.4.3.1.3.1|4|PDU-RA-A +1.3.6.1.4.1.318.1.1.26.4.3.1.4.1|2|2 +1.3.6.1.4.1.318.1.1.26.4.3.1.5.1|2|117 +1.3.6.1.4.1.318.1.1.26.4.3.1.6.1|2|225 +1.3.6.1.4.1.318.1.1.26.4.3.1.7.1|4|07/29/2023 23:06:13 +1.3.6.1.4.1.318.1.1.26.4.3.1.8.1|4|04/11/2023 16:24:58 +1.3.6.1.4.1.318.1.1.26.4.3.1.9.1|2|706 +1.3.6.1.4.1.318.1.1.26.4.3.1.10.1|4|07/19/2023 15:14:20 +1.3.6.1.4.1.318.1.1.26.4.3.1.11.1|2|2 +1.3.6.1.4.1.318.1.1.26.4.3.1.12.1|2|1 +1.3.6.1.4.1.318.1.1.26.4.3.1.13.1|2|1 +1.3.6.1.4.1.318.1.1.26.4.3.1.14.1|2|3 +1.3.6.1.4.1.318.1.1.26.4.3.1.15.1|4|notsupported +1.3.6.1.4.1.318.1.1.26.4.3.1.16.1|2|125 +1.3.6.1.4.1.318.1.1.26.4.3.1.17.1|2|93 +1.3.6.1.4.1.318.1.1.26.4.3.1.18.1|2|1 +1.3.6.1.4.1.318.1.1.26.6.3.1.1.1|2|1 +1.3.6.1.4.1.318.1.1.26.6.3.1.2.1|2|1 +1.3.6.1.4.1.318.1.1.26.6.3.1.3.1|2|1 +1.3.6.1.4.1.318.1.1.26.6.3.1.4.1|2|2 +1.3.6.1.4.1.318.1.1.26.6.3.1.5.1|2|54 +1.3.6.1.4.1.318.1.1.26.6.3.1.6.1|2|228 +1.3.6.1.4.1.318.1.1.26.6.3.1.7.1|2|116 +1.3.6.1.4.1.318.1.1.26.6.3.1.8.1|2|125 +1.3.6.1.4.1.318.1.1.26.6.3.1.9.1|2|93 +1.3.6.1.4.1.318.1.1.26.6.3.1.10.1|2|101 +1.3.6.1.4.1.318.1.1.26.6.3.1.11.1|4|07/29/2023 23:06:13 +1.3.6.1.4.1.318.1.1.26.6.3.1.12.1|4|04/11/2023 16:24:59 +1.3.6.1.4.1.318.1.1.26.10.2.2.1.1.1|2|1 +1.3.6.1.4.1.318.1.1.26.10.2.2.1.2.1|2|1 +1.3.6.1.4.1.318.1.1.26.10.2.2.1.3.1|4| +1.3.6.1.4.1.318.1.1.26.10.2.2.1.4.1|2|1 +1.3.6.1.4.1.318.1.1.26.10.2.2.1.5.1|2|4 +1.3.6.1.4.1.318.1.1.26.10.2.2.1.6.1|2|1 +1.3.6.1.4.1.318.1.1.26.10.2.2.1.7.1|2|-1 +1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1|2|-1 +1.3.6.1.4.1.318.1.1.26.10.2.2.1.9.1|2|1 +1.3.6.1.4.1.318.1.1.26.10.2.2.1.10.1|2|-1 +1.3.6.1.4.1.318.1.1.26.10.2.2.1.11.1|2|1 +1.3.6.1.4.1.318.1.1.26.10.2.2.1.12.1|2|-1 +1.3.6.1.4.1.318.1.1.26.10.2.2.1.13.1|2|-1 +1.3.6.1.4.1.318.1.1.26.10.2.2.1.14.1|4|noTempSensorInstalled +1.3.6.1.4.1.318.1.1.26.10.2.2.1.15.1|4|noTempSensorInstalled +1.3.6.1.4.1.318.1.4.2.4.1.4.1|4|v2.5.0.8 +1.3.6.1.4.1.318.1.4.2.4.1.4.2|4|v2.5.0.6 diff --git a/tests/snmpsim/apc_symmetralx.snmprec b/tests/snmpsim/apc_symmetralx.snmprec new file mode 100644 index 0000000000..789d009205 --- /dev/null +++ b/tests/snmpsim/apc_symmetralx.snmprec @@ -0,0 +1,154 @@ +1.3.6.1.2.1.1.1.0|4|APC Web/SNMP Management Card (MB:v4.1.0 PF:v6.2.0 PN:apc_hw05_aos_620.bin AF1:v6.2.0 AN1:apc_hw05_sy_620.bin MN:AP9631 HR:05 SN: 5A1224T01862 MD:06/12/2012) (Embedded PowerNet SNMP Agent SW v2.2 compatible) +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.318.1.3.5.4 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.2.2.1.1.1|2|1 +1.3.6.1.2.1.2.2.1.1.2|2|2 +1.3.6.1.2.1.2.2.1.2.1|4|LOOPBACK +1.3.6.1.2.1.2.2.1.2.2|4|lance +1.3.6.1.2.1.2.2.1.3.1|2|24 +1.3.6.1.2.1.2.2.1.3.2|2|6 +1.3.6.1.2.1.2.2.1.4.1|2|1500 +1.3.6.1.2.1.2.2.1.4.2|2|1500 +1.3.6.1.2.1.2.2.1.5.1|66|0 +1.3.6.1.2.1.2.2.1.5.2|66|100000000 +1.3.6.1.2.1.2.2.1.6.1|4| +1.3.6.1.2.1.2.2.1.6.2|4x|00C0B79BC17F +1.3.6.1.2.1.2.2.1.7.1|2|1 +1.3.6.1.2.1.2.2.1.7.2|2|1 +1.3.6.1.2.1.2.2.1.8.1|2|1 +1.3.6.1.2.1.2.2.1.8.2|2|1 +1.3.6.1.2.1.2.2.1.9.1|67|0 +1.3.6.1.2.1.2.2.1.9.2|67|10 +1.3.6.1.2.1.2.2.1.10.1|65|0 +1.3.6.1.2.1.2.2.1.10.2|65|82312589 +1.3.6.1.2.1.2.2.1.11.1|65|0 +1.3.6.1.2.1.2.2.1.11.2|65|718865 +1.3.6.1.2.1.2.2.1.12.1|65|0 +1.3.6.1.2.1.2.2.1.12.2|65|8503 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.13.2|65|0 +1.3.6.1.2.1.2.2.1.14.1|65|0 +1.3.6.1.2.1.2.2.1.14.2|65|0 +1.3.6.1.2.1.2.2.1.15.1|65|0 +1.3.6.1.2.1.2.2.1.15.2|65|0 +1.3.6.1.2.1.2.2.1.16.1|65|0 +1.3.6.1.2.1.2.2.1.16.2|65|127128047 +1.3.6.1.2.1.2.2.1.17.1|65|0 +1.3.6.1.2.1.2.2.1.17.2|65|712738 +1.3.6.1.2.1.2.2.1.18.1|65|0 +1.3.6.1.2.1.2.2.1.18.2|65|48454 +1.3.6.1.2.1.2.2.1.19.1|65|0 +1.3.6.1.2.1.2.2.1.19.2|65|0 +1.3.6.1.2.1.2.2.1.20.1|65|0 +1.3.6.1.2.1.2.2.1.20.2|65|0 +1.3.6.1.2.1.2.2.1.21.1|66|0 +1.3.6.1.2.1.2.2.1.21.2|66|1 +1.3.6.1.2.1.2.2.1.22.1|6|0.0 +1.3.6.1.2.1.2.2.1.22.2|6|0.0 +1.3.6.1.2.1.4.20.1.2.10.100.100.68|2|2 +1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1 +1.3.6.1.2.1.4.20.1.3.10.100.100.1|64|255.255.255.0 +1.3.6.1.2.1.4.31.1.1.3.1|65|0 +1.3.6.1.2.1.4.31.1.1.3.2|65|5 +1.3.6.1.2.1.4.31.1.1.4.1|70|0 +1.3.6.1.2.1.4.31.1.1.4.2|70|5 +1.3.6.1.2.1.4.31.1.1.5.1|65|82311663 +1.3.6.1.2.1.4.31.1.1.5.2|65|0 +1.3.6.1.2.1.4.31.1.1.6.1|70|82311663 +1.3.6.1.2.1.4.31.1.1.6.2|70|0 +1.3.6.1.2.1.4.31.1.1.7.1|65|0 +1.3.6.1.2.1.4.31.1.1.7.2|65|0 +1.3.6.1.2.1.4.31.1.1.8.1|65|0 +1.3.6.1.2.1.4.31.1.1.8.2|65|0 +1.3.6.1.2.1.4.31.1.1.9.1|65|0 +1.3.6.1.2.1.4.31.1.1.9.2|65|0 +1.3.6.1.2.1.4.31.1.1.10.1|65|0 +1.3.6.1.2.1.4.31.1.1.10.2|65|0 +1.3.6.1.2.1.4.31.1.1.11.1|65|0 +1.3.6.1.2.1.4.31.1.1.11.2|65|0 +1.3.6.1.2.1.4.31.1.1.12.1|65|0 +1.3.6.1.2.1.4.31.1.1.12.2|65|0 +1.3.6.1.2.1.4.31.1.1.13.1|65|0 +1.3.6.1.2.1.4.31.1.1.13.2|65|0 +1.3.6.1.2.1.4.31.1.1.14.1|65|0 +1.3.6.1.2.1.4.31.1.1.14.2|65|0 +1.3.6.1.2.1.4.31.1.1.15.1|65|0 +1.3.6.1.2.1.4.31.1.1.15.2|65|0 +1.3.6.1.2.1.4.31.1.1.16.1|65|0 +1.3.6.1.2.1.4.31.1.1.16.2|65|0 +1.3.6.1.2.1.4.31.1.1.17.1|65|0 +1.3.6.1.2.1.4.31.1.1.17.2|65|0 +1.3.6.1.2.1.4.31.1.1.18.1|65|0 +1.3.6.1.2.1.4.31.1.1.18.2|65|0 +1.3.6.1.2.1.4.31.1.1.19.1|65|0 +1.3.6.1.2.1.4.31.1.1.19.2|65|0 +1.3.6.1.2.1.4.31.1.1.20.1|65|0 +1.3.6.1.2.1.4.31.1.1.20.2|65|0 +1.3.6.1.2.1.4.31.1.1.21.1|65|0 +1.3.6.1.2.1.4.31.1.1.21.2|65|0 +1.3.6.1.2.1.4.31.1.1.22.1|65|0 +1.3.6.1.2.1.4.31.1.1.22.2|65|0 +1.3.6.1.2.1.4.31.1.1.23.1|65|0 +1.3.6.1.2.1.4.31.1.1.23.2|65|0 +1.3.6.1.2.1.4.31.1.1.24.1|65|0 +1.3.6.1.2.1.4.31.1.1.24.2|65|0 +1.3.6.1.2.1.4.31.1.1.25.1|65|0 +1.3.6.1.2.1.4.31.1.1.25.2|65|0 +1.3.6.1.2.1.4.31.1.1.26.1|65|0 +1.3.6.1.2.1.4.31.1.1.26.2|65|0 +1.3.6.1.2.1.4.31.1.1.27.1|70|0 +1.3.6.1.2.1.4.31.1.1.27.2|70|0 +1.3.6.1.2.1.4.31.1.1.28.1|65|127126237 +1.3.6.1.2.1.4.31.1.1.28.2|65|0 +1.3.6.1.2.1.4.31.1.1.29.1|70|127126237 +1.3.6.1.2.1.4.31.1.1.29.2|70|0 +1.3.6.1.2.1.4.31.1.1.30.1|65|8446 +1.3.6.1.2.1.4.31.1.1.30.2|65|0 +1.3.6.1.2.1.4.31.1.1.31.1|70|8446 +1.3.6.1.2.1.4.31.1.1.31.2|70|0 +1.3.6.1.2.1.4.31.1.1.32.1|65|0 +1.3.6.1.2.1.4.31.1.1.32.2|65|0 +1.3.6.1.2.1.4.31.1.1.33.1|70|0 +1.3.6.1.2.1.4.31.1.1.33.2|70|0 +1.3.6.1.2.1.4.31.1.1.34.1|65|0 +1.3.6.1.2.1.4.31.1.1.34.2|65|0 +1.3.6.1.2.1.4.31.1.1.35.1|70|0 +1.3.6.1.2.1.4.31.1.1.35.2|70|0 +1.3.6.1.2.1.4.31.1.1.36.1|65|0 +1.3.6.1.2.1.4.31.1.1.36.2|65|0 +1.3.6.1.2.1.4.31.1.1.37.1|70|0 +1.3.6.1.2.1.4.31.1.1.37.2|70|0 +1.3.6.1.2.1.4.31.1.1.38.1|65|57 +1.3.6.1.2.1.4.31.1.1.38.2|65|0 +1.3.6.1.2.1.4.31.1.1.39.1|70|57 +1.3.6.1.2.1.4.31.1.1.39.2|70|0 +1.3.6.1.2.1.4.31.1.1.40.1|65|48454 +1.3.6.1.2.1.4.31.1.1.40.2|65|0 +1.3.6.1.2.1.4.31.1.1.41.1|70|48454 +1.3.6.1.2.1.4.31.1.1.41.2|70|0 +1.3.6.1.2.1.4.31.1.1.42.1|67|0 +1.3.6.1.2.1.4.31.1.1.42.2|67|0 +1.3.6.1.2.1.4.31.1.1.43.1|66|0 +1.3.6.1.2.1.4.31.1.1.43.2|66|0 +1.3.6.1.2.1.33.1.1.1.0|4|APC +1.3.6.1.4.1.318.1.1.1.1.1.1.0|4|Symmetra LX 16000 RM +1.3.6.1.4.1.318.1.1.1.1.2.1.0|4|267.557.I +1.3.6.1.4.1.318.1.1.1.1.2.3.0|4|5D2123T08251 +1.3.6.1.4.1.318.1.1.1.2.2.3.0|67|84000 +1.3.6.1.4.1.318.1.1.1.2.2.4.0|2|1 +1.3.6.1.4.1.318.1.1.1.2.2.5.0|2|4 +1.3.6.1.4.1.318.1.1.1.2.2.6.0|2|0 +1.3.6.1.4.1.318.1.1.1.2.3.1.0|66|1000 +1.3.6.1.4.1.318.1.1.1.2.3.2.0|66|390 +1.3.6.1.4.1.318.1.1.1.2.3.4.0|2|1387 +1.3.6.1.4.1.318.1.1.1.3.2.5.0|2|9 +1.3.6.1.4.1.318.1.1.1.3.3.1.0|66|2233 +1.3.6.1.4.1.318.1.1.1.3.3.4.0|66|499 +1.3.6.1.4.1.318.1.1.1.4.1.1.0|2|2 +1.3.6.1.4.1.318.1.1.1.4.3.1.0|66|2302 +1.3.6.1.4.1.318.1.1.1.4.3.2.0|66|499 +1.3.6.1.4.1.318.1.1.1.4.3.3.0|66|640 +1.3.6.1.4.1.318.1.1.1.4.3.4.0|66|347 +1.3.6.1.4.1.318.1.1.25.2.1.0|2|0 +1.3.6.1.4.1.318.1.4.2.4.1.4.1|4|v6.2.0 +1.3.6.1.4.1.318.1.4.2.4.1.4.2|4|v6.2.0