From b111ab6ff99a093315197471789dcea376055bc0 Mon Sep 17 00:00:00 2001 From: Jezekus Date: Sat, 19 Jun 2021 18:51:14 +0200 Subject: [PATCH] Add HPE-maPDU support (#12550) * Add support for HPE Managed Power Distribution Unit - pdu2 and pdu3 * Adding test data for hpe-mapdu from HPE P/N H8B49A (pdu2) and HPE P/N P9S18A (pdu3) * Remove module overrides and leave it up to user. Fix snmp_max_oid * Fixed detection of PDU3 devices, updated testing data * Make sysDesc definitions more specific - adding only HPE part number and whole sysdescription of tested device. * Change sysDescr to be less specific * Force Test Re-run Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com> --- includes/definitions/discovery/hpe-mapdu.yaml | 418 ++ includes/definitions/hpe-mapdu.yaml | 19 + tests/data/hpe-mapdu_pdu2.json | 1691 ++++++++ tests/data/hpe-mapdu_pdu3.json | 3432 +++++++++++++++++ tests/snmpsim/hpe-mapdu_pdu2.snmprec | 382 ++ tests/snmpsim/hpe-mapdu_pdu3.snmprec | 534 +++ 6 files changed, 6476 insertions(+) create mode 100644 includes/definitions/discovery/hpe-mapdu.yaml create mode 100644 includes/definitions/hpe-mapdu.yaml create mode 100644 tests/data/hpe-mapdu_pdu2.json create mode 100644 tests/data/hpe-mapdu_pdu3.json create mode 100644 tests/snmpsim/hpe-mapdu_pdu2.snmprec create mode 100644 tests/snmpsim/hpe-mapdu_pdu3.snmprec diff --git a/includes/definitions/discovery/hpe-mapdu.yaml b/includes/definitions/discovery/hpe-mapdu.yaml new file mode 100644 index 0000000000..0765728c5a --- /dev/null +++ b/includes/definitions/discovery/hpe-mapdu.yaml @@ -0,0 +1,418 @@ +mib: CPQPOWER-MIB +modules: + os: + serial: + - CPQPOWER-MIB::deviceSerialNumber.0 + version: + - CPQPOWER-MIB::deviceFirmwareVersion.0 + hardware: + - CPQPOWER-MIB::deviceModel.0 + sensors: + pre_cached: + data: + - + oid: + - pdu2OutletName + - pdu2OutletControlStatus + - pdu2InputPhaseIndex + - pdu3OutletName + - pdu3OutletControlStatus + - pdu3InputPhaseIndex + state: + data: + - + oid: pdu2OutletControlStatus + value: pdu2OutletControlStatus + index: '{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.7.5.2.1.1.{{ $index }}' + descr: '{{ $pdu2OutletName }} State' + group: 'Outlets' + states: + - { value: 1, generic: 3, descr: off, graph: 0 } + - { value: 2, generic: 0, descr: on, graph: 0 } + - { value: 3, generic: 1, descr: pendingOff, graph: 0 } + - { value: 4, generic: 2, descr: pendingOn, graph: 0 } + - + oid: pdu2InputType + value: pdu2InputType + num_oid: '.1.3.6.1.4.1.232.165.7.2.1.1.1.{{ $index }}' + descr: 'PDU Type' + states: + - { value: 1, generic: 0, descr: singlePhase, graph: 0 } + - { value: 2, generic: 1, descr: splitPhase, graph: 0 } + - { value: 3, generic: 2, descr: threePhaseDelta, graph: 0 } + - { value: 4, generic: 3, descr: threePhaseWye, graph: 0 } + - + oid: pdu3OutletControlStatus + value: pdu3OutletControlStatus + index: 'pdu3OutletControlStatus.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.11.5.2.1.1.{{ $index }}' + descr: '{{ $pdu3OutletName }} State' + group: 'Outlets' + states: + - { value: 1, generic: 3, descr: off, graph: 0 } + - { value: 2, generic: 0, descr: on, graph: 0 } + - { value: 3, generic: 1, descr: pendingOff, graph: 0 } + - { value: 4, generic: 2, descr: pendingOn, graph: 0 } + skip_values: + - + oid: 'pdu3OutletName' + op: '==' + value: '00 00 00 00 00 00 00 00' + - + oid: pdu3InputType + value: pdu3InputType + index: 'pdu3InputType.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.11.2.1.1.1.{{ $index }}' + descr: 'PDU Type' + states: + - { value: 1, generic: 0, descr: singlePhase, graph: 0 } + - { value: 2, generic: 1, descr: splitPhase, graph: 0 } + - { value: 3, generic: 2, descr: threePhaseDelta, graph: 0 } + - { value: 4, generic: 3, descr: threePhaseWye, graph: 0 } + frequency: + data: + - + oid: pdu2InputFrequency + value: pdu2InputFrequency + index: 'pdu2InputFrequency.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.7.2.1.1.2.{{ $index }}' + descr: 'Input Frequency' + divisor: 10 + - + oid: pdu3InputFrequency + value: pdu3InputFrequency + index: 'pdu3InputFrequency.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.11.2.1.1.2.{{ $index }}' + descr: 'Input Frequency' + divisor: 10 + voltage: + data: + - + oid: pdu2InputPhaseVoltage + value: pdu2InputPhaseVoltage + index: 'pdu2InputPhaseIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.7.2.2.1.3.{{ $index }}' + descr: 'Input Phase {{ $pdu2InputPhaseIndex }} Voltage' + divisor: 1000 + low_limit: pdu2InputPhaseVoltageThLowerCritical + low_warn_limit: pdu2InputPhaseVoltageThLowerWarning + warn_limit: pdu2InputPhaseVoltageThUpperWarning + high_limit: pdu2InputPhaseVoltageThUpperCritical + - + oid: pdu3InputPhaseVoltage + value: pdu3InputPhaseVoltage + index: 'pdu3InputPhaseIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.11.2.2.1.3.{{ $index }}' + descr: 'Input Phase {{ $pdu3InputPhaseIndex }} Voltage' + divisor: 10 + low_limit: pdu3InputPhaseVoltageThLowerCritical + low_warn_limit: pdu3InputPhaseVoltageThLowerWarning + warn_limit: pdu3InputPhaseVoltageThUpperWarning + high_limit: pdu3InputPhaseVoltageThUpperCritical + skip_values: 0 + current: + data: + - + oid: pdu2InputPhaseCurrent + value: pdu2InputPhaseCurrent + index: 'pdu2InputPhaseCurrent.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.7.2.2.1.11.{{ $index }}' + descr: 'Input Phase {{ $pdu2InputPhaseIndex }} Current' + skip_values: -1 + divisor: 1000 + - + oid: pdu2OutletCurrent + value: pdu2OutletCurrent + num_oid: '.1.3.6.1.4.1.232.165.7.5.1.1.5.{{ $index }}' + index: 'pdu2OutletCurrent.{{ $index }}' + descr: '{{ $pdu2OutletName }} Current' + divisor: 1000 + group: 'Outlets' + skip_values: + - + oid: 'pdu2OutletControlStatus' + op: '==' + value: '1' + - + oid: pdu3InputPhaseCurrent + value: pdu3InputPhaseCurrent + index: 'pdu3InputPhaseCurrent.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.11.2.2.1.11.{{ $index }}' + descr: 'Input Phase {{ $pdu3InputPhaseIndex }} Current' + divisor: 100 + skip_values: + - + oid: 'pdu3InputPhaseIndex' + op: '==' + value: '0' + - + oid: pdu3OutletCurrent + value: pdu3OutletCurrent + num_oid: '.1.3.6.1.4.1.232.165.11.5.1.1.5.{{ $index }}' + index: 'pdu3OutletCurrent.{{ $index }}' + descr: '{{ $pdu3OutletName }} Current' + divisor: 100 + group: 'Outlets' + skip_value_lt: 0 + skip_values: + - + oid: 'pdu3OutletControlStatus' + op: '==' + value: '1' + - + oid: 'pdu3OutletName' + op: '==' + value: '00 00 00 00 00 00 00 00' + power: + data: + - + oid: pdu2InputPowerWatts + value: pdu2InputPowerWatts + num_oid: '.1.3.6.1.4.1.232.165.7.2.1.1.5.{{ $index }}' + index: 'Pdu2InputEntry.{{ $index }}' + descr: 'Total Input Power' + skip_values: -1 + - + oid: pdu2InputPhasePowerWatts + value: pdu2InputPhasePowerWatts + num_oid: '.1.3.6.1.4.1.232.165.7.2.2.1.21.{{ $index }}' + index: 'Pdu2InputEntry.{{ $index }}' + descr: 'Input Phase {{ $pdu2InputPhaseIndex }} Power' + skip_values: + - + oid: 'pdu2InputType' + op: '!=' + value: '1' + - + oid: pdu2OutletWatts + value: pdu2OutletWatts + index: 'Pdu2OutletIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.7.5.1.1.14.{{ $index }}' + descr: '{{ $pdu2OutletName }} Power' + group: 'Outlets' + skip_values: + - + oid: 'pdu2OutletControlStatus' + op: '==' + value: '1' + - + oid: pdu3InputPowerWatts + value: pdu3InputPowerWatts + num_oid: '.1.3.6.1.4.1.232.165.11.2.1.1.5.{{ $index }}' + index: 'Pdu3InputEntry.{{ $index }}' + descr: 'Total Input Power' + skip_values: 0 + - + oid: pdu3InputPhasePowerWatts + value: pdu3InputPhasePowerWatts + num_oid: '.1.3.6.1.4.1.232.165.11.2.2.1.20.{{ $index }}' + index: 'Pdu3InputEntry.{{ $index }}' + descr: 'Input Phase {{ $pdu3InputPhaseIndex }} Power' + skip_values: + - + oid: 'pdu3InputType' + op: '!=' + value: '1' + - + oid: pdu3OutletWatts + value: pdu3OutletWatts + index: 'Pdu3OutletIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.11.5.1.1.13.{{ $index }}' + descr: '{{ $pdu3OutletName }} Power' + group: 'Outlets' + skip_value_lt: 0 + skip_values: + - + oid: 'pdu3OutletControlStatus' + op: '==' + value: '1' + - + oid: 'pdu3OutletName' + op: '==' + value: '00 00 00 00 00 00 00 00' + power_factor: + data: + - + oid: pdu2InputPhasePowerFactor + value: pdu2InputPhasePowerFactor + index: 'Pdu2InputIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.7.2.1.1.8.{{ $index }}' + descr: 'Input Phase {{ $pdu2InputPhaseIndex }} Power Factor' + divisor: 1000 + skip_values: + - + oid: 'pdu2InputType' + op: '!=' + value: '1' + - + oid: 'pdu2InputPhasePowerFactor' + op: '==' + value: '-1' + - + oid: pdu2InputPowerFactor + value: pdu2InputPowerFactor + index: 'Pdu2InputIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.7.2.1.1.8.{{ $index }}' + descr: 'Input Power Factor' + skip_values: -1 + divisor: 1000 + - + oid: pdu2OutletPowerFactor + value: pdu2OutletPowerFactor + index: 'pdu2OutletIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.7.5.1.1.17.{{ $index }}' + descr: '{{ $pdu2OutletName }} Power Factor' + divisor: -1000 + group: 'Outlets' + skip_values: + - + oid: 'pdu2OutletControlStatus' + op: '==' + value: '1' + - + oid: pdu3InputPowerFactor + value: pdu3InputPowerFactor + index: 'Pdu3InputIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.11.2.1.1.9.{{ $index }}' + descr: 'Input Phase {{ $pdu3InputPhaseIndex }} Power Factor' + skip_values: -1 + divisor: 100 + - + oid: pdu3OutletPowerFactor + value: pdu3OutletPowerFactor + index: 'pdu3OutletIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.11.5.1.1.16.{{ $index }}' + descr: '{{ $pdu3OutletName }} Power Factor' + divisor: 100 + group: 'Outlets' + skip_value_lt: 0 + skip_values: + - + oid: 'pdu3OutletControlStatus' + op: '==' + value: '1' + - + oid: 'pdu3OutletName' + op: '==' + value: '00 00 00 00 00 00 00 00' + load: + data: + - + oid: pdu2OutletCurrentPercentLoad + value: pdu2OutletCurrentPercentLoad + index: 'pdu2OutletIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.7.5.1.1.12.{{ $index }}' + descr: '{{ $pdu2OutletName }} Load' + group: 'Outlets' + skip_value_lt: 0 + skip_values: + - + oid: 'pdu2OutletControlStatus' + op: '==' + value: '1' + - + oid: pdu2InputPhaseCurrentPercentLoad + value: pdu2InputPhaseCurrentPercentLoad + index: 'pdu2InputPhaseIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.7.2.2.1.18.{{ $index }}' + descr: 'Input Phase {{ $pdu2InputPhaseIndex }} Load' + skip_value_lt: 0 + - + oid: pdu3OutletCurrentPercentLoad + value: pdu3OutletCurrentPercentLoad + index: 'pdu3OutletIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.11.5.1.1.11.{{ $index }}' + descr: '{{ $pdu3OutletName }} Load' + divisor: 10 + group: 'Outlets' + skip_value_lt: 0 + skip_values: + - + oid: 'pdu3OutletControlStatus' + op: '==' + value: '1' + - + oid: 'pdu3OutletName' + op: '==' + value: '00 00 00 00 00 00 00 00' + - + oid: pdu3InputPhaseCurrentPercentLoad + value: pdu3InputPhaseCurrentPercentLoad + index: 'pdu3InputPhaseIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.11.2.2.1.17.{{ $index }}' + descr: 'Input Phase {{ $pdu3InputPhaseIndex }} Load' + divisor: 10 + skip_values: + - + oid: 'pdu3InputPhaseIndex' + op: '==' + value: '0' + temperature: + data: + - + oid: pdu2TemperatureTable + value: pdu2TemperatureValue + index: 'pdu2TemperatureIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.7.4.2.1.4.{{ $index }}' + descr: '{{ $pdu2TemperatureName }} Temperature sensor' + low_limit: pdu2TemperatureThLowerCritical + low_warn_limit: pdu2TemperatureThLowerWarning + warn_limit: pdu2TemperatureThUpperWarning + high_limit: pdu2TemperatureThUpperCritical + group: 'Sensors' + skip_values: + - + oid: 'pdu2TemperatureProbeStatus' + op: '==' + value: '1' + - + oid: pdu3TemperatureTable + value: pdu3TemperatureValue + index: 'pdu3TemperatureIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.11.4.2.1.4.{{ $index }}' + descr: '{{ $pdu3TemperatureName }} Temperature sensor' + low_limit: pdu3TemperatureThLowerCritical + low_warn_limit: pdu3TemperatureThLowerWarning + warn_limit: pdu3TemperatureThUpperWarning + high_limit: pdu3TemperatureThUpperCritical + group: 'Sensors' + skip_values: + - + oid: 'pdu3TemperatureProbeStatus' + op: '==' + value: '1' + humidity: + data: + - + oid: pdu2HumidityTable + value: pdu2HumidityValue + index: 'pdu2HumidityIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.7.4.3.1.4.{{ $index }}' + descr: '{{ $pdu2HumidityName.0.1 }} Humidity sensor' + low_limit: pdu2HumidityThLowerCritical + low_warn_limit: pdu2HumidityThLowerWarning + warn_limit: pdu2HumidityThUpperWarning + high_limit: pdu2HumidityThUpperCritical + group: 'Sensors' + skip_values: + - + oid: 'pdu2HumidityProbeStatus' + op: '==' + value: '1' + - + oid: pdu3HumidityTable + value: pdu3HumidityValue + index: 'pdu3HumidityIndex.{{ $index }}' + num_oid: '.1.3.6.1.4.1.232.165.11.4.3.1.4.{{ $index }}' + descr: '{{ $pdu3HumidityName.0.1 }} Humidity sensor' + low_limit: pdu3HumidityThLowerCritical + low_warn_limit: pdu3HumidityThLowerWarning + warn_limit: pdu3HumidityThUpperWarning + high_limit: pdu3HumidityThUpperCritical + group: 'Sensors' + skip_values: + - + oid: 'pdu3HumidityProbeStatus' + op: '==' + value: '1' \ No newline at end of file diff --git a/includes/definitions/hpe-mapdu.yaml b/includes/definitions/hpe-mapdu.yaml new file mode 100644 index 0000000000..34bb067b86 --- /dev/null +++ b/includes/definitions/hpe-mapdu.yaml @@ -0,0 +1,19 @@ +os: hpe-mapdu +text: 'HPE Managed Power Distribution Unit' +type: power +icon: hpe +group: hpe +mib_dir: hp +over: + - {graph: device_power, text: Power} + - {graph: device_current, text: Current} +snmp_max_oid: '8' +discovery: + - + sysObjectID: + - .1.3.6.1.4.1.232.165.7 + - .1.3.6.1.4.1.232.165.11 + - + sysDescr: + - P9S18A + - Outlet Metered, Outlet Switched diff --git a/tests/data/hpe-mapdu_pdu2.json b/tests/data/hpe-mapdu_pdu2.json new file mode 100644 index 0000000000..b55124e3fb --- /dev/null +++ b/tests/data/hpe-mapdu_pdu2.json @@ -0,0 +1,1691 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.232.165.7", + "sysDescr": "Assy 3.6kVA 100-240V 16A WW maPDU", + "sysContact": "", + "version": "02.00.0044", + "hardware": "Assy 3.6kVA 100-240V 16A WW maPDU", + "features": null, + "os": "hpe-mapdu", + "type": "power", + "serial": "3C87241397", + "icon": "hpe.svg", + "location": "" + } + ] + }, + "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, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "softwareLoopback", + "ifAlias": "LOOPBACK", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 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": "Quadnet.0", + "ifName": "Quadnet.0", + "portName": null, + "ifIndex": 2, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Quadnet.0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 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, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "softwareLoopback", + "ifAlias": "LOOPBACK", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 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": "Quadnet.0", + "ifName": "Quadnet.0", + "portName": null, + "ifIndex": 2, + "ifSpeed": 10000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Quadnet.0", + "ifPhysAddress": "2c59e5dc9c6c", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 6393602, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 3487788, + "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": 3757370891, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 579462109, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 4741402, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 149285, + "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": 2404500, + "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": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.2.1.11.0.1", + "sensor_index": "pdu2InputPhaseCurrent.0.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase 1 Current", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.535, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.1.1.5.0.6", + "sensor_index": "pdu2OutletCurrent.0.6", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Outlet L1-6 Current", + "group": "Outlets", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.45, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.1.1.5.0.7", + "sensor_index": "pdu2OutletCurrent.0.7", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Outlet L1-7 Current", + "group": "Outlets", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.104, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "frequency", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.1.1.2.0", + "sensor_index": "pdu2InputFrequency.0", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Frequency", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 50, + "sensor_limit": 52.5, + "sensor_limit_warn": null, + "sensor_limit_low": 47.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.2.1.18.0.1", + "sensor_index": "pdu2InputPhaseIndex.0.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase 1 Load", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.1.1.5.0", + "sensor_index": "Pdu2InputEntry.0", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Total Input Power", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 97, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.2.1.21.0.1", + "sensor_index": "Pdu2InputEntry.0.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase 1 Power", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 97, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.1.1.14.0.6", + "sensor_index": "Pdu2OutletIndex.0.6", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Outlet L1-6 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 77, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.1.1.14.0.7", + "sensor_index": "Pdu2OutletIndex.0.7", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Outlet L1-7 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 14, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.1.1.8.0", + "sensor_index": "Pdu2InputIndex.0", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Power Factor", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.751, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.1.1.8.0.1", + "sensor_index": "Pdu2InputIndex.0.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase 1 Power Factor", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.751, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.1.1.17.0.6", + "sensor_index": "pdu2OutletIndex.0.6", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Outlet L1-6 Power Factor", + "group": "Outlets", + "sensor_divisor": -1000, + "sensor_multiplier": 1, + "sensor_current": 0.707, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.1.1.17.0.7", + "sensor_index": "pdu2OutletIndex.0.7", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Outlet L1-7 Power Factor", + "group": "Outlets", + "sensor_divisor": -1000, + "sensor_multiplier": 1, + "sensor_current": 0.573, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.1.1.1.0", + "sensor_index": "0", + "sensor_type": "pdu2InputType", + "sensor_descr": "PDU Type", + "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, + "state_name": "pdu2InputType" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.2.1.1.0.1", + "sensor_index": "0.1", + "sensor_type": "pdu2OutletControlStatus", + "sensor_descr": "Outlet L1-1 State", + "group": "Outlets", + "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, + "state_name": "pdu2OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.2.1.1.0.2", + "sensor_index": "0.2", + "sensor_type": "pdu2OutletControlStatus", + "sensor_descr": "Outlet L1-2 State", + "group": "Outlets", + "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, + "state_name": "pdu2OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.2.1.1.0.3", + "sensor_index": "0.3", + "sensor_type": "pdu2OutletControlStatus", + "sensor_descr": "Outlet L1-3 State", + "group": "Outlets", + "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, + "state_name": "pdu2OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.2.1.1.0.4", + "sensor_index": "0.4", + "sensor_type": "pdu2OutletControlStatus", + "sensor_descr": "Outlet L1-4 State", + "group": "Outlets", + "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, + "state_name": "pdu2OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.2.1.1.0.5", + "sensor_index": "0.5", + "sensor_type": "pdu2OutletControlStatus", + "sensor_descr": "Outlet L1-5 State", + "group": "Outlets", + "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, + "state_name": "pdu2OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.2.1.1.0.6", + "sensor_index": "0.6", + "sensor_type": "pdu2OutletControlStatus", + "sensor_descr": "Outlet L1-6 State", + "group": "Outlets", + "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, + "state_name": "pdu2OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.2.1.1.0.7", + "sensor_index": "0.7", + "sensor_type": "pdu2OutletControlStatus", + "sensor_descr": "Outlet L1-7 State", + "group": "Outlets", + "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, + "state_name": "pdu2OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.2.1.1.0.8", + "sensor_index": "0.8", + "sensor_type": "pdu2OutletControlStatus", + "sensor_descr": "Outlet L1-8 State", + "group": "Outlets", + "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, + "state_name": "pdu2OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.2.1.3.0.1", + "sensor_index": "pdu2InputPhaseIndex.0.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase 1 Voltage", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 242.44, + "sensor_limit": 278.806, + "sensor_limit_warn": null, + "sensor_limit_low": 206.074, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "pdu2InputType", + "state_descr": "singlePhase", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "pdu2InputType", + "state_descr": "splitPhase", + "state_draw_graph": 0, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "pdu2InputType", + "state_descr": "threePhaseDelta", + "state_draw_graph": 0, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "pdu2InputType", + "state_descr": "threePhaseWye", + "state_draw_graph": 0, + "state_value": 4, + "state_generic_value": 3 + }, + { + "state_name": "pdu2OutletControlStatus", + "state_descr": "off", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 3 + }, + { + "state_name": "pdu2OutletControlStatus", + "state_descr": "on", + "state_draw_graph": 0, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "pdu2OutletControlStatus", + "state_descr": "pendingOff", + "state_draw_graph": 0, + "state_value": 3, + "state_generic_value": 1 + }, + { + "state_name": "pdu2OutletControlStatus", + "state_descr": "pendingOn", + "state_draw_graph": 0, + "state_value": 4, + "state_generic_value": 2 + } + ] + }, + "poller": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.2.1.11.0.1", + "sensor_index": "pdu2InputPhaseCurrent.0.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase 1 Current", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.535, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.1.1.5.0.6", + "sensor_index": "pdu2OutletCurrent.0.6", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Outlet L1-6 Current", + "group": "Outlets", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.45, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.1.1.5.0.7", + "sensor_index": "pdu2OutletCurrent.0.7", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Outlet L1-7 Current", + "group": "Outlets", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.104, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "frequency", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.1.1.2.0", + "sensor_index": "pdu2InputFrequency.0", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Frequency", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 50, + "sensor_limit": 52.5, + "sensor_limit_warn": null, + "sensor_limit_low": 47.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.2.1.18.0.1", + "sensor_index": "pdu2InputPhaseIndex.0.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase 1 Load", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.1.1.5.0", + "sensor_index": "Pdu2InputEntry.0", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Total Input Power", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 97, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.2.1.21.0.1", + "sensor_index": "Pdu2InputEntry.0.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase 1 Power", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 97, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.1.1.14.0.6", + "sensor_index": "Pdu2OutletIndex.0.6", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Outlet L1-6 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 77, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.1.1.14.0.7", + "sensor_index": "Pdu2OutletIndex.0.7", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Outlet L1-7 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 14, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.1.1.8.0", + "sensor_index": "Pdu2InputIndex.0", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Power Factor", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.751, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.1.1.8.0.1", + "sensor_index": "Pdu2InputIndex.0.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase 1 Power Factor", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 0.751, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.1.1.17.0.6", + "sensor_index": "pdu2OutletIndex.0.6", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Outlet L1-6 Power Factor", + "group": "Outlets", + "sensor_divisor": -1000, + "sensor_multiplier": 1, + "sensor_current": 0.707, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.1.1.17.0.7", + "sensor_index": "pdu2OutletIndex.0.7", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Outlet L1-7 Power Factor", + "group": "Outlets", + "sensor_divisor": -1000, + "sensor_multiplier": 1, + "sensor_current": 0.573, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.1.1.1.0", + "sensor_index": "0", + "sensor_type": "pdu2InputType", + "sensor_descr": "PDU Type", + "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, + "state_name": "pdu2InputType" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.2.1.1.0.1", + "sensor_index": "0.1", + "sensor_type": "pdu2OutletControlStatus", + "sensor_descr": "Outlet L1-1 State", + "group": "Outlets", + "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, + "state_name": "pdu2OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.2.1.1.0.2", + "sensor_index": "0.2", + "sensor_type": "pdu2OutletControlStatus", + "sensor_descr": "Outlet L1-2 State", + "group": "Outlets", + "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, + "state_name": "pdu2OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.2.1.1.0.3", + "sensor_index": "0.3", + "sensor_type": "pdu2OutletControlStatus", + "sensor_descr": "Outlet L1-3 State", + "group": "Outlets", + "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, + "state_name": "pdu2OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.2.1.1.0.4", + "sensor_index": "0.4", + "sensor_type": "pdu2OutletControlStatus", + "sensor_descr": "Outlet L1-4 State", + "group": "Outlets", + "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, + "state_name": "pdu2OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.2.1.1.0.5", + "sensor_index": "0.5", + "sensor_type": "pdu2OutletControlStatus", + "sensor_descr": "Outlet L1-5 State", + "group": "Outlets", + "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, + "state_name": "pdu2OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.2.1.1.0.6", + "sensor_index": "0.6", + "sensor_type": "pdu2OutletControlStatus", + "sensor_descr": "Outlet L1-6 State", + "group": "Outlets", + "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, + "state_name": "pdu2OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.2.1.1.0.7", + "sensor_index": "0.7", + "sensor_type": "pdu2OutletControlStatus", + "sensor_descr": "Outlet L1-7 State", + "group": "Outlets", + "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, + "state_name": "pdu2OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.5.2.1.1.0.8", + "sensor_index": "0.8", + "sensor_type": "pdu2OutletControlStatus", + "sensor_descr": "Outlet L1-8 State", + "group": "Outlets", + "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, + "state_name": "pdu2OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.7.2.2.1.3.0.1", + "sensor_index": "pdu2InputPhaseIndex.0.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase 1 Voltage", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 242.44, + "sensor_limit": 278.806, + "sensor_limit_warn": null, + "sensor_limit_low": 206.074, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "pdu2InputType", + "state_descr": "singlePhase", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "pdu2InputType", + "state_descr": "splitPhase", + "state_draw_graph": 0, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "pdu2InputType", + "state_descr": "threePhaseDelta", + "state_draw_graph": 0, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "pdu2InputType", + "state_descr": "threePhaseWye", + "state_draw_graph": 0, + "state_value": 4, + "state_generic_value": 3 + }, + { + "state_name": "pdu2OutletControlStatus", + "state_descr": "off", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 3 + }, + { + "state_name": "pdu2OutletControlStatus", + "state_descr": "on", + "state_draw_graph": 0, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "pdu2OutletControlStatus", + "state_descr": "pendingOff", + "state_draw_graph": 0, + "state_value": 3, + "state_generic_value": 1 + }, + { + "state_name": "pdu2OutletControlStatus", + "state_descr": "pendingOn", + "state_draw_graph": 0, + "state_value": 4, + "state_generic_value": 2 + } + ] + } + } +} diff --git a/tests/data/hpe-mapdu_pdu3.json b/tests/data/hpe-mapdu_pdu3.json new file mode 100644 index 0000000000..0dbb6e90e7 --- /dev/null +++ b/tests/data/hpe-mapdu_pdu3.json @@ -0,0 +1,3432 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.232.165.11", + "sysDescr": "Outlet Metered, Outlet Switched SN:P9S18A PN:Device Model:230V, 32A, 7.4kVA, 50/60Hz", + "sysContact": "", + "version": "2.0.0.J", + "hardware": "P9S18A", + "features": null, + "os": "hpe-mapdu", + "type": "power", + "serial": "", + "icon": "hpe.svg", + "location": "" + } + ] + }, + "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": "EN", + "ifName": "EN", + "portName": null, + "ifIndex": 1, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "0", + "ifAlias": "EN", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 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": "EN", + "ifName": "EN", + "portName": null, + "ifIndex": 1, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "0", + "ifAlias": "EN", + "ifPhysAddress": "ecebb83d50ab", + "ifHardType": null, + "ifLastChange": 2300, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 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 + } + ] + } + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.2.2.1.11.1.1", + "sensor_index": "pdu3InputPhaseCurrent.1.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase 1 Current", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0.65, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.1", + "sensor_index": "pdu3OutletCurrent.1.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 1 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.10", + "sensor_index": "pdu3OutletCurrent.1.10", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET10 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.11", + "sensor_index": "pdu3OutletCurrent.1.11", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET11 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.12", + "sensor_index": "pdu3OutletCurrent.1.12", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET12 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.13", + "sensor_index": "pdu3OutletCurrent.1.13", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET13 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.14", + "sensor_index": "pdu3OutletCurrent.1.14", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET14 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.15", + "sensor_index": "pdu3OutletCurrent.1.15", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET15 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.16", + "sensor_index": "pdu3OutletCurrent.1.16", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET16 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.17", + "sensor_index": "pdu3OutletCurrent.1.17", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET17 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.18", + "sensor_index": "pdu3OutletCurrent.1.18", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET18 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.19", + "sensor_index": "pdu3OutletCurrent.1.19", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET19 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.2", + "sensor_index": "pdu3OutletCurrent.1.2", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 2 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.20", + "sensor_index": "pdu3OutletCurrent.1.20", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET20 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.21", + "sensor_index": "pdu3OutletCurrent.1.21", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET21 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0.26, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.22", + "sensor_index": "pdu3OutletCurrent.1.22", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET22 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0.09, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.23", + "sensor_index": "pdu3OutletCurrent.1.23", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET23 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0.32, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.24", + "sensor_index": "pdu3OutletCurrent.1.24", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET24 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.3", + "sensor_index": "pdu3OutletCurrent.1.3", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 3 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.4", + "sensor_index": "pdu3OutletCurrent.1.4", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 4 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.5", + "sensor_index": "pdu3OutletCurrent.1.5", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 5 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.6", + "sensor_index": "pdu3OutletCurrent.1.6", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 6 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.7", + "sensor_index": "pdu3OutletCurrent.1.7", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 7 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.8", + "sensor_index": "pdu3OutletCurrent.1.8", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 8 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.5.1.9", + "sensor_index": "pdu3OutletCurrent.1.9", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 9 Current", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "frequency", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.2.1.1.2.1", + "sensor_index": "pdu3InputFrequency.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Frequency", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 50, + "sensor_limit": 52.5, + "sensor_limit_warn": null, + "sensor_limit_low": 47.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.2.2.1.17.1.1", + "sensor_index": "pdu3InputPhaseIndex.1.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase 1 Load", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 2, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.1", + "sensor_index": "pdu3OutletIndex.1.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 1 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.10", + "sensor_index": "pdu3OutletIndex.1.10", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET10 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.11", + "sensor_index": "pdu3OutletIndex.1.11", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET11 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.12", + "sensor_index": "pdu3OutletIndex.1.12", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET12 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.13", + "sensor_index": "pdu3OutletIndex.1.13", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET13 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.14", + "sensor_index": "pdu3OutletIndex.1.14", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET14 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.15", + "sensor_index": "pdu3OutletIndex.1.15", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET15 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.16", + "sensor_index": "pdu3OutletIndex.1.16", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET16 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.17", + "sensor_index": "pdu3OutletIndex.1.17", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET17 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.18", + "sensor_index": "pdu3OutletIndex.1.18", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET18 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.19", + "sensor_index": "pdu3OutletIndex.1.19", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET19 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.2", + "sensor_index": "pdu3OutletIndex.1.2", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 2 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.20", + "sensor_index": "pdu3OutletIndex.1.20", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET20 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.21", + "sensor_index": "pdu3OutletIndex.1.21", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET21 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 1.7, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.22", + "sensor_index": "pdu3OutletIndex.1.22", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET22 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0.6, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.23", + "sensor_index": "pdu3OutletIndex.1.23", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET23 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 2.1, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.24", + "sensor_index": "pdu3OutletIndex.1.24", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET24 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.3", + "sensor_index": "pdu3OutletIndex.1.3", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 3 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.4", + "sensor_index": "pdu3OutletIndex.1.4", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 4 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.5", + "sensor_index": "pdu3OutletIndex.1.5", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 5 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.6", + "sensor_index": "pdu3OutletIndex.1.6", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 6 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.7", + "sensor_index": "pdu3OutletIndex.1.7", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 7 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.8", + "sensor_index": "pdu3OutletIndex.1.8", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 8 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.11.1.9", + "sensor_index": "pdu3OutletIndex.1.9", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 9 Load", + "group": "Outlets", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.2.1.1.5.1", + "sensor_index": "Pdu3InputEntry.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Total Input Power", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 154, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.2.2.1.20.1.1", + "sensor_index": "Pdu3InputEntry.1.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase 1 Power", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 154, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.2.2.1.20.1.2", + "sensor_index": "Pdu3InputEntry.1.2", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase 0 Power", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.2.2.1.20.1.3", + "sensor_index": "Pdu3InputEntry.1.3", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase 0 Power", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.1", + "sensor_index": "Pdu3OutletIndex.1.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 1 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.10", + "sensor_index": "Pdu3OutletIndex.1.10", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET10 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.11", + "sensor_index": "Pdu3OutletIndex.1.11", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET11 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.12", + "sensor_index": "Pdu3OutletIndex.1.12", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET12 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.13", + "sensor_index": "Pdu3OutletIndex.1.13", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET13 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.14", + "sensor_index": "Pdu3OutletIndex.1.14", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET14 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.15", + "sensor_index": "Pdu3OutletIndex.1.15", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET15 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.16", + "sensor_index": "Pdu3OutletIndex.1.16", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET16 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.17", + "sensor_index": "Pdu3OutletIndex.1.17", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET17 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.18", + "sensor_index": "Pdu3OutletIndex.1.18", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET18 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.19", + "sensor_index": "Pdu3OutletIndex.1.19", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET19 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.2", + "sensor_index": "Pdu3OutletIndex.1.2", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 2 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.20", + "sensor_index": "Pdu3OutletIndex.1.20", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET20 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.21", + "sensor_index": "Pdu3OutletIndex.1.21", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET21 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 65, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.22", + "sensor_index": "Pdu3OutletIndex.1.22", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET22 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 14, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.23", + "sensor_index": "Pdu3OutletIndex.1.23", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET23 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 74, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.24", + "sensor_index": "Pdu3OutletIndex.1.24", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET24 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.3", + "sensor_index": "Pdu3OutletIndex.1.3", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 3 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.4", + "sensor_index": "Pdu3OutletIndex.1.4", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 4 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.5", + "sensor_index": "Pdu3OutletIndex.1.5", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 5 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.6", + "sensor_index": "Pdu3OutletIndex.1.6", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 6 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.7", + "sensor_index": "Pdu3OutletIndex.1.7", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 7 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.8", + "sensor_index": "Pdu3OutletIndex.1.8", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 8 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.13.1.9", + "sensor_index": "Pdu3OutletIndex.1.9", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 9 Power", + "group": "Outlets", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "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, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.2.1.1.9.1", + "sensor_index": "Pdu3InputIndex.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase Power Factor", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0.98, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.1", + "sensor_index": "pdu3OutletIndex.1.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 1 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.10", + "sensor_index": "pdu3OutletIndex.1.10", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET10 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.11", + "sensor_index": "pdu3OutletIndex.1.11", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET11 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.12", + "sensor_index": "pdu3OutletIndex.1.12", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET12 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.13", + "sensor_index": "pdu3OutletIndex.1.13", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET13 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.14", + "sensor_index": "pdu3OutletIndex.1.14", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET14 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.15", + "sensor_index": "pdu3OutletIndex.1.15", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET15 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.16", + "sensor_index": "pdu3OutletIndex.1.16", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET16 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.17", + "sensor_index": "pdu3OutletIndex.1.17", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET17 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.18", + "sensor_index": "pdu3OutletIndex.1.18", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET18 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.19", + "sensor_index": "pdu3OutletIndex.1.19", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET19 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.2", + "sensor_index": "pdu3OutletIndex.1.2", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 2 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.20", + "sensor_index": "pdu3OutletIndex.1.20", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET20 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.21", + "sensor_index": "pdu3OutletIndex.1.21", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET21 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0.93, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.22", + "sensor_index": "pdu3OutletIndex.1.22", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET22 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0.45, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.23", + "sensor_index": "pdu3OutletIndex.1.23", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET23 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0.87, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.24", + "sensor_index": "pdu3OutletIndex.1.24", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET24 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.3", + "sensor_index": "pdu3OutletIndex.1.3", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 3 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.4", + "sensor_index": "pdu3OutletIndex.1.4", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 4 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.5", + "sensor_index": "pdu3OutletIndex.1.5", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 5 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.6", + "sensor_index": "pdu3OutletIndex.1.6", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 6 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.7", + "sensor_index": "pdu3OutletIndex.1.7", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 7 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.8", + "sensor_index": "pdu3OutletIndex.1.8", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 8 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.1.1.16.1.9", + "sensor_index": "pdu3OutletIndex.1.9", + "sensor_type": "hpe-mapdu", + "sensor_descr": "OUTLET 9 Power Factor", + "group": "Outlets", + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": -1, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.2.1.1.1.1", + "sensor_index": "pdu3InputType.1", + "sensor_type": "pdu3InputType", + "sensor_descr": "PDU Type", + "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, + "state_name": "pdu3InputType" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.1", + "sensor_index": "pdu3OutletControlStatus.1.1", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET 1 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.10", + "sensor_index": "pdu3OutletControlStatus.1.10", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET10 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.11", + "sensor_index": "pdu3OutletControlStatus.1.11", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET11 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.12", + "sensor_index": "pdu3OutletControlStatus.1.12", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET12 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.13", + "sensor_index": "pdu3OutletControlStatus.1.13", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET13 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.14", + "sensor_index": "pdu3OutletControlStatus.1.14", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET14 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.15", + "sensor_index": "pdu3OutletControlStatus.1.15", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET15 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.16", + "sensor_index": "pdu3OutletControlStatus.1.16", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET16 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.17", + "sensor_index": "pdu3OutletControlStatus.1.17", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET17 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.18", + "sensor_index": "pdu3OutletControlStatus.1.18", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET18 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.19", + "sensor_index": "pdu3OutletControlStatus.1.19", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET19 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.2", + "sensor_index": "pdu3OutletControlStatus.1.2", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET 2 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.20", + "sensor_index": "pdu3OutletControlStatus.1.20", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET20 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.21", + "sensor_index": "pdu3OutletControlStatus.1.21", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET21 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.22", + "sensor_index": "pdu3OutletControlStatus.1.22", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET22 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.23", + "sensor_index": "pdu3OutletControlStatus.1.23", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET23 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.24", + "sensor_index": "pdu3OutletControlStatus.1.24", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET24 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.3", + "sensor_index": "pdu3OutletControlStatus.1.3", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET 3 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.4", + "sensor_index": "pdu3OutletControlStatus.1.4", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET 4 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.5", + "sensor_index": "pdu3OutletControlStatus.1.5", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET 5 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.6", + "sensor_index": "pdu3OutletControlStatus.1.6", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET 6 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.7", + "sensor_index": "pdu3OutletControlStatus.1.7", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET 7 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.8", + "sensor_index": "pdu3OutletControlStatus.1.8", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET 8 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.5.2.1.1.1.9", + "sensor_index": "pdu3OutletControlStatus.1.9", + "sensor_type": "pdu3OutletControlStatus", + "sensor_descr": "OUTLET 9 State", + "group": "Outlets", + "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, + "state_name": "pdu3OutletControlStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.232.165.11.2.2.1.3.1.1", + "sensor_index": "pdu3InputPhaseIndex.1.1", + "sensor_type": "hpe-mapdu", + "sensor_descr": "Input Phase 1 Voltage", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 229.8, + "sensor_limit": 264.27, + "sensor_limit_warn": null, + "sensor_limit_low": 195.33, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "pdu3InputType", + "state_descr": "singlePhase", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "pdu3InputType", + "state_descr": "splitPhase", + "state_draw_graph": 0, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "pdu3InputType", + "state_descr": "threePhaseDelta", + "state_draw_graph": 0, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "pdu3InputType", + "state_descr": "threePhaseWye", + "state_draw_graph": 0, + "state_value": 4, + "state_generic_value": 3 + }, + { + "state_name": "pdu3OutletControlStatus", + "state_descr": "off", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 3 + }, + { + "state_name": "pdu3OutletControlStatus", + "state_descr": "on", + "state_draw_graph": 0, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "pdu3OutletControlStatus", + "state_descr": "pendingOff", + "state_draw_graph": 0, + "state_value": 3, + "state_generic_value": 1 + }, + { + "state_name": "pdu3OutletControlStatus", + "state_descr": "pendingOn", + "state_draw_graph": 0, + "state_value": 4, + "state_generic_value": 2 + } + ] + }, + "poller": "matches discovery" + } +} diff --git a/tests/snmpsim/hpe-mapdu_pdu2.snmprec b/tests/snmpsim/hpe-mapdu_pdu2.snmprec new file mode 100644 index 0000000000..03c81ae047 --- /dev/null +++ b/tests/snmpsim/hpe-mapdu_pdu2.snmprec @@ -0,0 +1,382 @@ +1.3.6.1.2.1.1.1.0|4|Assy 3.6kVA 100-240V 16A WW maPDU +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.232.165.7 +1.3.6.1.2.1.1.3.0|67|445888457 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.5.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.2.1|4|LOOPBACK +1.3.6.1.2.1.2.2.1.2.2|4|Quadnet.0 +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|10000000 +1.3.6.1.2.1.2.2.1.6.1|4| +1.3.6.1.2.1.2.2.1.6.2|4x|2C59E5DC9C6C +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|0 +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|3757370891 +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|6393602 +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|4741402 +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|2404500 +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|579462109 +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|3487788 +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|149285 +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|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.4.3.0|65|8725022 +1.3.6.1.2.1.4.4.0|65|0 +1.3.6.1.2.1.4.5.0|65|503271 +1.3.6.1.2.1.4.6.0|65|0 +1.3.6.1.2.1.4.7.0|65|0 +1.3.6.1.2.1.4.8.0|65|0 +1.3.6.1.2.1.4.9.0|65|6267057 +1.3.6.1.2.1.4.10.0|65|3621215 +1.3.6.1.2.1.4.11.0|65|0 +1.3.6.1.2.1.4.12.0|65|0 +1.3.6.1.2.1.4.14.0|65|0 +1.3.6.1.2.1.4.15.0|65|0 +1.3.6.1.2.1.4.16.0|65|0 +1.3.6.1.2.1.4.17.0|65|0 +1.3.6.1.2.1.4.18.0|65|0 +1.3.6.1.2.1.4.19.0|65|0 +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.172.17.30.80|2|2 +1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.255.255.255 +1.3.6.1.2.1.4.20.1.3.172.17.30.80|64|255.255.255.0 +1.3.6.1.2.1.4.22.1.2.2.172.17.30.1|4x|744D2802B1BF +1.3.6.1.2.1.4.22.1.2.2.172.17.30.49|4x|5254008A6FD4 +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|298420 +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|298420 +1.3.6.1.2.1.4.31.1.1.5.1|65|3757359388 +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|3757359564 +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|3 +1.3.6.1.2.1.4.31.1.1.10.1|65|2404499 +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|6267160 +1.3.6.1.2.1.4.31.1.1.18.2|65|10796 +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|298420 +1.3.6.1.2.1.4.31.1.1.20.1|65|3621317 +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|70|3621319 +1.3.6.1.2.1.4.31.1.1.21.2|70|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|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|579456212 +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|579456393 +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|1954695 +1.3.6.1.2.1.4.31.1.1.34.2|65|10797 +1.3.6.1.2.1.4.31.1.1.35.1|70|1954695 +1.3.6.1.2.1.4.31.1.1.35.2|70|10797 +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|0 +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|0 +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|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|2786705 +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|2786706 +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|149285 +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|149285 +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.2.1.4.35.1.4.2.1.4.172.17.30.1|4x|744D2802B1BF +1.3.6.1.2.1.4.35.1.4.2.1.4.172.17.30.49|4x|5254008A6FD4 +1.3.6.1.2.1.5.1.0|65|69147 +1.3.6.1.2.1.5.2.0|65|0 +1.3.6.1.2.1.5.3.0|65|5 +1.3.6.1.2.1.5.4.0|65|0 +1.3.6.1.2.1.5.5.0|65|0 +1.3.6.1.2.1.5.6.0|65|0 +1.3.6.1.2.1.5.7.0|65|0 +1.3.6.1.2.1.5.8.0|65|69142 +1.3.6.1.2.1.5.9.0|65|0 +1.3.6.1.2.1.5.10.0|65|0 +1.3.6.1.2.1.5.11.0|65|0 +1.3.6.1.2.1.5.12.0|65|0 +1.3.6.1.2.1.5.13.0|65|0 +1.3.6.1.2.1.5.14.0|65|69142 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|0 +1.3.6.1.2.1.5.17.0|65|0 +1.3.6.1.2.1.5.18.0|65|0 +1.3.6.1.2.1.5.19.0|65|0 +1.3.6.1.2.1.5.20.0|65|0 +1.3.6.1.2.1.5.21.0|65|0 +1.3.6.1.2.1.5.22.0|65|69142 +1.3.6.1.2.1.5.23.0|65|0 +1.3.6.1.2.1.5.24.0|65|0 +1.3.6.1.2.1.5.25.0|65|0 +1.3.6.1.2.1.5.26.0|65|0 +1.3.6.1.2.1.5.29.1.2.1|65|69147 +1.3.6.1.2.1.5.29.1.2.2|65|80 +1.3.6.1.2.1.5.29.1.3.1|65|0 +1.3.6.1.2.1.5.29.1.3.2|65|0 +1.3.6.1.2.1.5.29.1.4.1|65|69142 +1.3.6.1.2.1.5.29.1.4.2|65|0 +1.3.6.1.2.1.5.29.1.5.1|65|0 +1.3.6.1.2.1.5.29.1.5.2|65|0 +1.3.6.1.2.1.5.30.1.3.1.0|65|0 +1.3.6.1.2.1.5.30.1.3.1.3|65|5 +1.3.6.1.2.1.5.30.1.3.1.4|65|0 +1.3.6.1.2.1.5.30.1.3.1.5|65|0 +1.3.6.1.2.1.5.30.1.3.1.8|65|69142 +1.3.6.1.2.1.5.30.1.3.1.9|65|0 +1.3.6.1.2.1.5.30.1.3.1.10|65|0 +1.3.6.1.2.1.5.30.1.3.1.11|65|0 +1.3.6.1.2.1.5.30.1.3.1.12|65|0 +1.3.6.1.2.1.5.30.1.3.1.13|65|0 +1.3.6.1.2.1.5.30.1.3.1.14|65|0 +1.3.6.1.2.1.5.30.1.3.1.15|65|0 +1.3.6.1.2.1.5.30.1.3.1.16|65|0 +1.3.6.1.2.1.5.30.1.3.1.17|65|0 +1.3.6.1.2.1.5.30.1.3.1.18|65|0 +1.3.6.1.2.1.5.30.1.3.2.1|65|0 +1.3.6.1.2.1.5.30.1.3.2.2|65|0 +1.3.6.1.2.1.5.30.1.3.2.3|65|0 +1.3.6.1.2.1.5.30.1.3.2.4|65|0 +1.3.6.1.2.1.5.30.1.3.2.128|65|0 +1.3.6.1.2.1.5.30.1.3.2.129|65|0 +1.3.6.1.2.1.5.30.1.3.2.130|65|0 +1.3.6.1.2.1.5.30.1.3.2.131|65|0 +1.3.6.1.2.1.5.30.1.3.2.132|65|0 +1.3.6.1.2.1.5.30.1.3.2.133|65|0 +1.3.6.1.2.1.5.30.1.3.2.134|65|0 +1.3.6.1.2.1.5.30.1.3.2.135|65|0 +1.3.6.1.2.1.5.30.1.3.2.136|65|80 +1.3.6.1.2.1.5.30.1.3.2.137|65|0 +1.3.6.1.2.1.5.30.1.4.1.0|65|69142 +1.3.6.1.2.1.5.30.1.4.1.3|65|0 +1.3.6.1.2.1.5.30.1.4.1.4|65|0 +1.3.6.1.2.1.5.30.1.4.1.5|65|0 +1.3.6.1.2.1.5.30.1.4.1.8|65|0 +1.3.6.1.2.1.5.30.1.4.1.9|65|0 +1.3.6.1.2.1.5.30.1.4.1.10|65|0 +1.3.6.1.2.1.5.30.1.4.1.11|65|0 +1.3.6.1.2.1.5.30.1.4.1.12|65|0 +1.3.6.1.2.1.5.30.1.4.1.13|65|0 +1.3.6.1.2.1.5.30.1.4.1.14|65|0 +1.3.6.1.2.1.5.30.1.4.1.15|65|0 +1.3.6.1.2.1.5.30.1.4.1.16|65|0 +1.3.6.1.2.1.5.30.1.4.1.17|65|0 +1.3.6.1.2.1.5.30.1.4.1.18|65|0 +1.3.6.1.2.1.5.30.1.4.2.1|65|0 +1.3.6.1.2.1.5.30.1.4.2.2|65|0 +1.3.6.1.2.1.5.30.1.4.2.3|65|0 +1.3.6.1.2.1.5.30.1.4.2.4|65|0 +1.3.6.1.2.1.5.30.1.4.2.128|65|0 +1.3.6.1.2.1.5.30.1.4.2.129|65|0 +1.3.6.1.2.1.5.30.1.4.2.130|65|0 +1.3.6.1.2.1.5.30.1.4.2.131|65|0 +1.3.6.1.2.1.5.30.1.4.2.132|65|0 +1.3.6.1.2.1.5.30.1.4.2.133|65|0 +1.3.6.1.2.1.5.30.1.4.2.134|65|0 +1.3.6.1.2.1.5.30.1.4.2.135|65|0 +1.3.6.1.2.1.5.30.1.4.2.136|65|0 +1.3.6.1.2.1.5.30.1.4.2.137|65|0 +1.3.6.1.2.1.6.5.0|65|0 +1.3.6.1.2.1.6.6.0|65|162 +1.3.6.1.2.1.6.7.0|65|0 +1.3.6.1.2.1.6.8.0|65|0 +1.3.6.1.2.1.6.9.0|66|0 +1.3.6.1.2.1.6.10.0|65|36169 +1.3.6.1.2.1.6.11.0|65|27831 +1.3.6.1.2.1.6.12.0|65|2 +1.3.6.1.2.1.6.14.0|65|0 +1.3.6.1.2.1.6.15.0|65|15 +1.3.6.1.2.1.6.18.0|70|27831 +1.3.6.1.2.1.7.1.0|65|3375118 +1.3.6.1.2.1.7.2.0|65|2797400 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|3523769 +1.3.6.1.2.1.11.1.0|65|3373734 +1.3.6.1.2.1.11.2.0|65|3373716 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|12 +1.3.6.1.2.1.11.5.0|65|109184 +1.3.6.1.2.1.11.6.0|65|6 +1.3.6.1.2.1.11.8.0|65|0 +1.3.6.1.2.1.11.9.0|65|0 +1.3.6.1.2.1.11.10.0|65|0 +1.3.6.1.2.1.11.11.0|65|0 +1.3.6.1.2.1.11.12.0|65|0 +1.3.6.1.2.1.11.13.0|65|3268902 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|674813 +1.3.6.1.2.1.11.16.0|65|2188227 +1.3.6.1.2.1.11.17.0|65|0 +1.3.6.1.2.1.11.18.0|65|0 +1.3.6.1.2.1.11.19.0|65|0 +1.3.6.1.2.1.11.20.0|65|0 +1.3.6.1.2.1.11.21.0|65|109150 +1.3.6.1.2.1.11.22.0|65|0 +1.3.6.1.2.1.11.24.0|65|0 +1.3.6.1.2.1.11.25.0|65|0 +1.3.6.1.2.1.11.26.0|65|0 +1.3.6.1.2.1.11.27.0|65|0 +1.3.6.1.2.1.11.28.0|65|3373740 +1.3.6.1.2.1.11.29.0|65|12 +1.3.6.1.2.1.11.30.0|2|1 +1.3.6.1.2.1.11.31.0|65|18 +1.3.6.1.2.1.11.32.0|65|0 +1.3.6.1.4.1.232.165.1.1.1.0|2|37 +1.3.6.1.4.1.232.165.1.2.2.0|4|Assy 3.6kVA 100-240V 16A WW maPDU +1.3.6.1.4.1.232.165.1.2.3.0|4|02.00.0044 +1.3.6.1.4.1.232.165.1.2.7.0|4|3C87241397 +1.3.6.1.4.1.232.165.7.2.1.1.1.0|2|1 +1.3.6.1.4.1.232.165.7.2.1.1.2.0|2|500 +1.3.6.1.4.1.232.165.7.2.1.1.5.0|2|97 +1.3.6.1.4.1.232.165.7.2.1.1.8.0|2|751 +1.3.6.1.4.1.232.165.7.2.2.1.1.0.1|2|1 +1.3.6.1.4.1.232.165.7.2.2.1.3.0.1|2|242440 +1.3.6.1.4.1.232.165.7.2.2.1.11.0.1|2|535 +1.3.6.1.4.1.232.165.7.2.2.1.18.0.1|2|3 +1.3.6.1.4.1.232.165.7.2.2.1.21.0.1|2|97 +1.3.6.1.4.1.232.165.7.2.2.1.24.0.1|2|751 +1.3.6.1.4.1.232.165.7.4.2.1.1.0.1|2|1 +1.3.6.1.4.1.232.165.7.4.2.1.2.0.1|4| +1.3.6.1.4.1.232.165.7.4.2.1.3.0.1|2|1 +1.3.6.1.4.1.232.165.7.4.2.1.4.0.1|2|0 +1.3.6.1.4.1.232.165.7.4.2.1.5.0.1|2|1 +1.3.6.1.4.1.232.165.7.4.2.1.6.0.1|2|100 +1.3.6.1.4.1.232.165.7.4.2.1.7.0.1|2|50 +1.3.6.1.4.1.232.165.7.4.2.1.8.0.1|2|500 +1.3.6.1.4.1.232.165.7.4.2.1.9.0.1|2|650 +1.3.6.1.4.1.232.165.7.4.3.1.1.0.1|2|1 +1.3.6.1.4.1.232.165.7.4.3.1.2.0.1|4| +1.3.6.1.4.1.232.165.7.4.3.1.3.0.1|2|1 +1.3.6.1.4.1.232.165.7.4.3.1.4.0.1|2|0 +1.3.6.1.4.1.232.165.7.4.3.1.5.0.1|2|1 +1.3.6.1.4.1.232.165.7.4.3.1.6.0.1|2|200 +1.3.6.1.4.1.232.165.7.4.3.1.7.0.1|2|100 +1.3.6.1.4.1.232.165.7.4.3.1.8.0.1|2|650 +1.3.6.1.4.1.232.165.7.4.3.1.9.0.1|2|900 +1.3.6.1.4.1.232.165.7.5.1.1.2.0.1|4|Outlet L1-1 +1.3.6.1.4.1.232.165.7.5.1.1.2.0.2|4|Outlet L1-2 +1.3.6.1.4.1.232.165.7.5.1.1.2.0.3|4|Outlet L1-3 +1.3.6.1.4.1.232.165.7.5.1.1.2.0.4|4|Outlet L1-4 +1.3.6.1.4.1.232.165.7.5.1.1.2.0.5|4|Outlet L1-5 +1.3.6.1.4.1.232.165.7.5.1.1.2.0.6|4|Outlet L1-6 +1.3.6.1.4.1.232.165.7.5.1.1.2.0.7|4|Outlet L1-7 +1.3.6.1.4.1.232.165.7.5.1.1.2.0.8|4|Outlet L1-8 +1.3.6.1.4.1.232.165.7.5.1.1.5.0.1|2|0 +1.3.6.1.4.1.232.165.7.5.1.1.5.0.2|2|0 +1.3.6.1.4.1.232.165.7.5.1.1.5.0.3|2|0 +1.3.6.1.4.1.232.165.7.5.1.1.5.0.4|2|0 +1.3.6.1.4.1.232.165.7.5.1.1.5.0.5|2|0 +1.3.6.1.4.1.232.165.7.5.1.1.5.0.6|2|450 +1.3.6.1.4.1.232.165.7.5.1.1.5.0.7|2|104 +1.3.6.1.4.1.232.165.7.5.1.1.5.0.8|2|0 +1.3.6.1.4.1.232.165.7.5.1.1.12.0.1|2|-1 +1.3.6.1.4.1.232.165.7.5.1.1.12.0.2|2|-1 +1.3.6.1.4.1.232.165.7.5.1.1.12.0.3|2|-1 +1.3.6.1.4.1.232.165.7.5.1.1.12.0.4|2|-1 +1.3.6.1.4.1.232.165.7.5.1.1.12.0.5|2|-1 +1.3.6.1.4.1.232.165.7.5.1.1.12.0.6|2|-1 +1.3.6.1.4.1.232.165.7.5.1.1.12.0.7|2|-1 +1.3.6.1.4.1.232.165.7.5.1.1.12.0.8|2|-1 +1.3.6.1.4.1.232.165.7.5.1.1.14.0.1|2|0 +1.3.6.1.4.1.232.165.7.5.1.1.14.0.2|2|0 +1.3.6.1.4.1.232.165.7.5.1.1.14.0.3|2|0 +1.3.6.1.4.1.232.165.7.5.1.1.14.0.4|2|0 +1.3.6.1.4.1.232.165.7.5.1.1.14.0.5|2|0 +1.3.6.1.4.1.232.165.7.5.1.1.14.0.6|2|77 +1.3.6.1.4.1.232.165.7.5.1.1.14.0.7|2|14 +1.3.6.1.4.1.232.165.7.5.1.1.14.0.8|2|0 +1.3.6.1.4.1.232.165.7.5.1.1.17.0.1|2|1000 +1.3.6.1.4.1.232.165.7.5.1.1.17.0.2|2|1000 +1.3.6.1.4.1.232.165.7.5.1.1.17.0.3|2|1000 +1.3.6.1.4.1.232.165.7.5.1.1.17.0.4|2|1000 +1.3.6.1.4.1.232.165.7.5.1.1.17.0.5|2|1000 +1.3.6.1.4.1.232.165.7.5.1.1.17.0.6|2|-707 +1.3.6.1.4.1.232.165.7.5.1.1.17.0.7|2|-573 +1.3.6.1.4.1.232.165.7.5.1.1.17.0.8|2|1000 +1.3.6.1.4.1.232.165.7.5.2.1.1.0.1|2|1 +1.3.6.1.4.1.232.165.7.5.2.1.1.0.2|2|1 +1.3.6.1.4.1.232.165.7.5.2.1.1.0.3|2|1 +1.3.6.1.4.1.232.165.7.5.2.1.1.0.4|2|1 +1.3.6.1.4.1.232.165.7.5.2.1.1.0.5|2|1 +1.3.6.1.4.1.232.165.7.5.2.1.1.0.6|2|2 +1.3.6.1.4.1.232.165.7.5.2.1.1.0.7|2|2 +1.3.6.1.4.1.232.165.7.5.2.1.1.0.8|2|1 +1.3.6.1.6.3.10.2.1.3.0|2|4458884 diff --git a/tests/snmpsim/hpe-mapdu_pdu3.snmprec b/tests/snmpsim/hpe-mapdu_pdu3.snmprec new file mode 100644 index 0000000000..73dc626804 --- /dev/null +++ b/tests/snmpsim/hpe-mapdu_pdu3.snmprec @@ -0,0 +1,534 @@ +1.3.6.1.2.1.1.1.0|4|Outlet Metered, Outlet Switched SN:P9S18A PN:Device Model:230V, 32A, 7.4kVA, 50/60Hz +1.3.6.1.2.1.1.2.0|4|.1.3.6.1.4.1.232.165.11 +1.3.6.1.2.1.1.3.0|67|435396700 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.5.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.2.1|4|EN +1.3.6.1.2.1.2.2.1.3.1|2|0 +1.3.6.1.2.1.2.2.1.4.1|2|1500 +1.3.6.1.2.1.2.2.1.5.1|66|0 +1.3.6.1.2.1.2.2.1.6.1|4x|ECEBB83D50AB +1.3.6.1.2.1.2.2.1.7.1|2|1 +1.3.6.1.2.1.2.2.1.8.1|2|1 +1.3.6.1.2.1.2.2.1.9.1|67|2300 +1.3.6.1.2.1.2.2.1.10.1|65|0 +1.3.6.1.2.1.2.2.1.11.1|65|0 +1.3.6.1.2.1.2.2.1.12.1|65|0 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.14.1|65|0 +1.3.6.1.2.1.2.2.1.15.1|65|0 +1.3.6.1.2.1.2.2.1.16.1|65|0 +1.3.6.1.2.1.2.2.1.17.1|65|0 +1.3.6.1.2.1.2.2.1.18.1|65|0 +1.3.6.1.2.1.2.2.1.19.1|65|0 +1.3.6.1.2.1.2.2.1.20.1|65|0 +1.3.6.1.2.1.2.2.1.21.1|66|0 +1.3.6.1.2.1.2.2.1.22.1|6|0.0 +1.3.6.1.2.1.4.3.0|65|4403794 +1.3.6.1.2.1.4.4.0|65|0 +1.3.6.1.2.1.4.5.0|65|1068046 +1.3.6.1.2.1.4.6.0|65|0 +1.3.6.1.2.1.4.7.0|65|0 +1.3.6.1.2.1.4.8.0|65|1068036 +1.3.6.1.2.1.4.9.0|65|3335757 +1.3.6.1.2.1.4.10.0|65|2670991 +1.3.6.1.2.1.4.11.0|65|0 +1.3.6.1.2.1.4.12.0|65|0 +1.3.6.1.2.1.4.14.0|65|0 +1.3.6.1.2.1.4.15.0|65|0 +1.3.6.1.2.1.4.16.0|65|0 +1.3.6.1.2.1.4.17.0|65|0 +1.3.6.1.2.1.4.18.0|65|0 +1.3.6.1.2.1.4.19.0|65|0 +1.3.6.1.2.1.4.20.1.2.10.40.254.90|2|1 +1.3.6.1.2.1.4.20.1.3.10.40.254.90|64|255.255.255.0 +1.3.6.1.2.1.4.22.1.2.1.10.40.254.1|4x|90E2BA86CBCC +1.3.6.1.2.1.5.1.0|65|66711 +1.3.6.1.2.1.5.2.0|65|0 +1.3.6.1.2.1.5.3.0|65|0 +1.3.6.1.2.1.5.4.0|65|0 +1.3.6.1.2.1.5.5.0|65|0 +1.3.6.1.2.1.5.6.0|65|0 +1.3.6.1.2.1.5.7.0|65|0 +1.3.6.1.2.1.5.8.0|65|0 +1.3.6.1.2.1.5.9.0|65|0 +1.3.6.1.2.1.5.10.0|65|0 +1.3.6.1.2.1.5.11.0|65|0 +1.3.6.1.2.1.5.12.0|65|0 +1.3.6.1.2.1.5.13.0|65|0 +1.3.6.1.2.1.5.14.0|65|66690 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|0 +1.3.6.1.2.1.5.17.0|65|0 +1.3.6.1.2.1.5.18.0|65|0 +1.3.6.1.2.1.5.19.0|65|0 +1.3.6.1.2.1.5.20.0|65|0 +1.3.6.1.2.1.5.21.0|65|0 +1.3.6.1.2.1.5.22.0|65|66690 +1.3.6.1.2.1.5.23.0|65|0 +1.3.6.1.2.1.5.24.0|65|0 +1.3.6.1.2.1.5.25.0|65|0 +1.3.6.1.2.1.5.26.0|65|0 +1.3.6.1.2.1.6.5.0|65|0 +1.3.6.1.2.1.6.6.0|65|149 +1.3.6.1.2.1.6.7.0|65|0 +1.3.6.1.2.1.6.8.0|65|145 +1.3.6.1.2.1.6.9.0|66|0 +1.3.6.1.2.1.6.10.0|65|3877 +1.3.6.1.2.1.6.11.0|65|2541 +1.3.6.1.2.1.6.12.0|65|50 +1.3.6.1.2.1.6.14.0|65|0 +1.3.6.1.2.1.6.15.0|65|344 +1.3.6.1.2.1.7.1.0|65|2790274 +1.3.6.1.2.1.7.2.0|65|0 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|2600993 +1.3.6.1.2.1.11.1.0|65|2599513 +1.3.6.1.2.1.11.2.0|65|2599434 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|0 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|0 +1.3.6.1.2.1.11.8.0|65|0 +1.3.6.1.2.1.11.9.0|65|0 +1.3.6.1.2.1.11.10.0|65|0 +1.3.6.1.2.1.11.11.0|65|0 +1.3.6.1.2.1.11.12.0|65|0 +1.3.6.1.2.1.11.13.0|65|3843820 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|398628 +1.3.6.1.2.1.11.16.0|65|69125 +1.3.6.1.2.1.11.17.0|65|0 +1.3.6.1.2.1.11.18.0|65|0 +1.3.6.1.2.1.11.19.0|65|0 +1.3.6.1.2.1.11.20.0|65|6248 +1.3.6.1.2.1.11.21.0|65|318551 +1.3.6.1.2.1.11.22.0|65|0 +1.3.6.1.2.1.11.24.0|65|0 +1.3.6.1.2.1.11.25.0|65|0 +1.3.6.1.2.1.11.26.0|65|0 +1.3.6.1.2.1.11.27.0|65|0 +1.3.6.1.2.1.11.28.0|65|2599458 +1.3.6.1.2.1.11.29.0|65|0 +1.3.6.1.2.1.11.30.0|2|2 +1.3.6.1.4.1.232.11.2.10.1.0|4x|01020111 +1.3.6.1.4.1.232.165.1.2.2.0|4|P9S18A +1.3.6.1.4.1.232.165.1.2.3.0|4|2.0.0.J +1.3.6.1.4.1.232.165.1.2.7.0|4| +1.3.6.1.4.1.232.165.11.2.1.1.1.1|2|1 +1.3.6.1.4.1.232.165.11.2.1.1.2.1|2|500 +1.3.6.1.4.1.232.165.11.2.1.1.5.1|2|154 +1.3.6.1.4.1.232.165.11.2.1.1.9.1|2|98 +1.3.6.1.4.1.232.165.11.2.2.1.1.1.1|2|1 +1.3.6.1.4.1.232.165.11.2.2.1.1.1.2|2|0 +1.3.6.1.4.1.232.165.11.2.2.1.1.1.3|2|0 +1.3.6.1.4.1.232.165.11.2.2.1.3.1.1|2|2298 +1.3.6.1.4.1.232.165.11.2.2.1.3.1.2|2|0 +1.3.6.1.4.1.232.165.11.2.2.1.3.1.3|2|0 +1.3.6.1.4.1.232.165.11.2.2.1.11.1.1|2|65 +1.3.6.1.4.1.232.165.11.2.2.1.11.1.2|2|0 +1.3.6.1.4.1.232.165.11.2.2.1.11.1.3|2|0 +1.3.6.1.4.1.232.165.11.2.2.1.17.1.1|2|20 +1.3.6.1.4.1.232.165.11.2.2.1.17.1.2|2|0 +1.3.6.1.4.1.232.165.11.2.2.1.17.1.3|2|0 +1.3.6.1.4.1.232.165.11.2.2.1.20.1.1|2|154 +1.3.6.1.4.1.232.165.11.2.2.1.20.1.2|2|0 +1.3.6.1.4.1.232.165.11.2.2.1.20.1.3|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.1.1.1|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.1.1.2|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.1.1.3|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.1.1.4|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.1.1.5|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.1.1.6|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.2.1.1|4| +1.3.6.1.4.1.232.165.11.4.2.1.2.1.2|4| +1.3.6.1.4.1.232.165.11.4.2.1.2.1.3|4| +1.3.6.1.4.1.232.165.11.4.2.1.2.1.4|4| +1.3.6.1.4.1.232.165.11.4.2.1.2.1.5|4| +1.3.6.1.4.1.232.165.11.4.2.1.2.1.6|4| +1.3.6.1.4.1.232.165.11.4.2.1.3.1.1|2|1 +1.3.6.1.4.1.232.165.11.4.2.1.3.1.2|2|1 +1.3.6.1.4.1.232.165.11.4.2.1.3.1.3|2|1 +1.3.6.1.4.1.232.165.11.4.2.1.3.1.4|2|1 +1.3.6.1.4.1.232.165.11.4.2.1.3.1.5|2|1 +1.3.6.1.4.1.232.165.11.4.2.1.3.1.6|2|1 +1.3.6.1.4.1.232.165.11.4.2.1.4.1.1|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.4.1.2|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.4.1.3|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.4.1.4|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.4.1.5|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.4.1.6|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.5.1.1|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.5.1.2|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.5.1.3|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.5.1.4|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.5.1.5|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.5.1.6|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.6.1.1|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.6.1.2|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.6.1.3|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.6.1.4|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.6.1.5|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.6.1.6|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.7.1.1|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.7.1.2|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.7.1.3|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.7.1.4|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.7.1.5|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.7.1.6|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.8.1.1|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.8.1.2|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.8.1.3|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.8.1.4|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.8.1.5|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.8.1.6|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.9.1.1|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.9.1.2|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.9.1.3|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.9.1.4|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.9.1.5|2|0 +1.3.6.1.4.1.232.165.11.4.2.1.9.1.6|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.1.1.1|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.1.1.2|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.1.1.3|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.1.1.4|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.1.1.5|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.1.1.6|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.2.1.1|4| +1.3.6.1.4.1.232.165.11.4.3.1.2.1.2|4| +1.3.6.1.4.1.232.165.11.4.3.1.2.1.3|4| +1.3.6.1.4.1.232.165.11.4.3.1.2.1.4|4| +1.3.6.1.4.1.232.165.11.4.3.1.2.1.5|4| +1.3.6.1.4.1.232.165.11.4.3.1.2.1.6|4| +1.3.6.1.4.1.232.165.11.4.3.1.3.1.1|2|1 +1.3.6.1.4.1.232.165.11.4.3.1.3.1.2|2|1 +1.3.6.1.4.1.232.165.11.4.3.1.3.1.3|2|1 +1.3.6.1.4.1.232.165.11.4.3.1.3.1.4|2|1 +1.3.6.1.4.1.232.165.11.4.3.1.3.1.5|2|1 +1.3.6.1.4.1.232.165.11.4.3.1.3.1.6|2|1 +1.3.6.1.4.1.232.165.11.4.3.1.4.1.1|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.4.1.2|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.4.1.3|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.4.1.4|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.4.1.5|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.4.1.6|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.5.1.1|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.5.1.2|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.5.1.3|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.5.1.4|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.5.1.5|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.5.1.6|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.6.1.1|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.6.1.2|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.6.1.3|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.6.1.4|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.6.1.5|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.6.1.6|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.7.1.1|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.7.1.2|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.7.1.3|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.7.1.4|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.7.1.5|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.7.1.6|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.8.1.1|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.8.1.2|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.8.1.3|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.8.1.4|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.8.1.5|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.8.1.6|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.9.1.1|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.9.1.2|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.9.1.3|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.9.1.4|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.9.1.5|2|0 +1.3.6.1.4.1.232.165.11.4.3.1.9.1.6|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.1|4|OUTLET 1 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.2|4|OUTLET 2 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.3|4|OUTLET 3 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.4|4|OUTLET 4 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.5|4|OUTLET 5 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.6|4|OUTLET 6 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.7|4|OUTLET 7 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.8|4|OUTLET 8 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.9|4|OUTLET 9 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.10|4|OUTLET10 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.11|4|OUTLET11 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.12|4|OUTLET12 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.13|4|OUTLET13 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.14|4|OUTLET14 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.15|4|OUTLET15 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.16|4|OUTLET16 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.17|4|OUTLET17 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.18|4|OUTLET18 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.19|4|OUTLET19 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.20|4|OUTLET20 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.21|4|OUTLET21 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.22|4|OUTLET22 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.23|4|OUTLET23 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.24|4|OUTLET24 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.25|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.26|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.27|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.28|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.29|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.30|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.31|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.32|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.33|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.34|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.35|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.36|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.37|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.38|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.39|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.40|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.41|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.42|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.43|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.44|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.45|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.46|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.47|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.2.1.48|4x|0000000000000000 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.1|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.2|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.3|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.4|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.5|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.6|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.7|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.8|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.9|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.10|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.11|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.12|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.13|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.14|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.15|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.16|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.17|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.18|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.19|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.20|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.21|2|26 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.22|2|9 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.23|2|32 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.24|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.25|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.26|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.27|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.28|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.29|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.30|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.31|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.32|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.33|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.34|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.35|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.36|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.37|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.38|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.39|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.40|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.41|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.42|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.43|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.44|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.45|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.46|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.47|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.5.1.48|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.1|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.2|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.3|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.4|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.5|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.6|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.7|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.8|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.9|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.10|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.11|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.12|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.13|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.14|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.15|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.16|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.17|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.18|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.19|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.20|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.21|2|17 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.22|2|6 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.23|2|21 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.24|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.25|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.26|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.27|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.28|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.29|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.30|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.31|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.32|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.33|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.34|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.35|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.36|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.37|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.38|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.39|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.40|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.41|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.42|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.43|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.44|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.45|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.46|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.47|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.11.1.48|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.1|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.2|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.3|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.4|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.5|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.6|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.7|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.8|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.9|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.10|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.11|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.12|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.13|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.14|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.15|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.16|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.17|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.18|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.19|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.20|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.21|2|65 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.22|2|14 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.23|2|74 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.24|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.25|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.26|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.27|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.28|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.29|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.30|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.31|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.32|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.33|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.34|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.35|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.36|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.37|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.38|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.39|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.40|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.41|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.42|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.43|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.44|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.45|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.46|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.47|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.13.1.48|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.1|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.2|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.3|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.4|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.5|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.6|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.7|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.8|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.9|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.10|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.11|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.12|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.13|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.14|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.15|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.16|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.17|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.18|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.19|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.20|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.21|2|93 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.22|2|45 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.23|2|87 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.24|2|100 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.25|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.26|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.27|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.28|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.29|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.30|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.31|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.32|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.33|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.34|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.35|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.36|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.37|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.38|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.39|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.40|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.41|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.42|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.43|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.44|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.45|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.46|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.47|2|0 +1.3.6.1.4.1.232.165.11.5.1.1.16.1.48|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.1|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.2|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.3|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.4|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.5|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.6|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.7|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.8|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.9|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.10|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.11|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.12|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.13|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.14|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.15|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.16|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.17|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.18|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.19|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.20|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.21|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.22|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.23|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.24|2|2 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.25|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.26|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.27|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.28|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.29|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.30|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.31|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.32|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.33|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.34|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.35|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.36|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.37|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.38|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.39|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.40|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.41|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.42|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.43|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.44|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.45|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.46|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.47|2|0 +1.3.6.1.4.1.232.165.11.5.2.1.1.1.48|2|0