From 503b507629953591cf61d1ca92fe9b0c34f1631d Mon Sep 17 00:00:00 2001 From: Martijn Schmidt Date: Sun, 3 Jan 2021 21:14:33 +0100 Subject: [PATCH] Schleifenbauer model DPM27/E (#12414) * Update from PDU_mib_244 to PDU_mib_262 * Add a new sysObjectID for the OS detection of schleifenbauer devices * Update snmpsim data, no changes in save-test-data.php output. * Revert "Update snmpsim data, no changes in save-test-data.php output." This reverts commit ac7c0d5610014185be50277801db1c7c3f06e59c. * snmpsim + test data for OS schleifenbauer variant dpm27e --- includes/definitions/schleifenbauer.yaml | 1 + .../schleifenbauer/SCHLEIFENBAUER-DATABUS-MIB | 212 +- mibs/schleifenbauer/SCHLEIFENBAUER-SMI | 8 +- tests/data/schleifenbauer_dpm27e.json | 2159 +++++++++++++++++ tests/snmpsim/schleifenbauer_dpm27e.snmprec | 260 ++ 5 files changed, 2623 insertions(+), 17 deletions(-) create mode 100644 tests/data/schleifenbauer_dpm27e.json create mode 100644 tests/snmpsim/schleifenbauer_dpm27e.snmprec diff --git a/includes/definitions/schleifenbauer.yaml b/includes/definitions/schleifenbauer.yaml index 9815bd8224..fb144858e7 100644 --- a/includes/definitions/schleifenbauer.yaml +++ b/includes/definitions/schleifenbauer.yaml @@ -12,3 +12,4 @@ discovery: - sysObjectID: - .1.3.6.1.4.1.31034.11.1 + - .1.3.6.1.4.1.31034.11.3 diff --git a/mibs/schleifenbauer/SCHLEIFENBAUER-DATABUS-MIB b/mibs/schleifenbauer/SCHLEIFENBAUER-DATABUS-MIB index f95bcb7da0..823a56072a 100644 --- a/mibs/schleifenbauer/SCHLEIFENBAUER-DATABUS-MIB +++ b/mibs/schleifenbauer/SCHLEIFENBAUER-DATABUS-MIB @@ -2,9 +2,7 @@ -- -- SCHLEIFENBAUER-DATABUS-MIB.txt: Schleifenbauer MIB for databus devices -- --- May 2016, Marco Veeneman --- --- Copyright (c) 2016 by Schleifenbauer Holding BV +-- Copyright (c) 2016, 2020 by Schleifenbauer Holding BV -- All rights reserved. -- ------------------------------------------------------------------------------- @@ -15,6 +13,7 @@ IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Integer32, + Unsigned32, NOTIFICATION-TYPE FROM SNMPv2-SMI OBJECT-GROUP, @@ -29,26 +28,33 @@ IMPORTS schleifenbauerDatabusMIB MODULE-IDENTITY LAST-UPDATED - "201703060000Z" -- March 3rd, 2017 + "202004280000Z" -- April 28th, 2020 ORGANIZATION "Schleifenbauer Engineering" CONTACT-INFO "Schleifenbauer Engineering Alain Schuermans Chief Technology Officer - Turnhoutseweg 22 - 5541 NX Reusel + Rietwaard 15 + 5236 WC 's-Hertogenbosch The Netherlands - t. +31 73 5230256 - f. +31 73 5212383 + t +31 (0)73 52 30256 + f +31 (0)73 521 23 83 alain@schleifenbauer.eu www.schleifenbauer.eu" DESCRIPTION "This MIB describes the SNMP functions of network enabled databus devices. - Copyright (c) 2016 by Schleifenbauer Holding BV + Copyright (c) 2016, 2020 by Schleifenbauer Holding BV " + REVISION + "202004280000Z" -- April 28th, 2020 + DESCRIPTION + "1. Added performance monitoring registers + 2. Added sdbDevStUsbMode register + 3. Added sdbDevIdDeviceType register + 4. Added sdbDevIdLocateUnit" REVISION "201703060000Z" -- March 3rd, 2017 DESCRIPTION @@ -176,6 +182,7 @@ sdbDevSettings OBJECT IDENTIFIER ::= { sdbDevice 5 } sdbDevInput OBJECT IDENTIFIER ::= { sdbDevice 6 } sdbDevOutlet OBJECT IDENTIFIER ::= { sdbDevice 7 } sdbDevSensor OBJECT IDENTIFIER ::= { sdbDevice 8 } +sdbDevPerformance OBJECT IDENTIFIER ::= { sdbDevice 9 } sdbMIBCompliances OBJECT IDENTIFIER ::= { sdbMIBConformance 1 } sdbMIBGroups OBJECT IDENTIFIER ::= { sdbMIBConformance 2 } @@ -385,7 +392,9 @@ SdbDevIdEntry ::= sdbDevIdName DisplayString, sdbDevIdLocation DisplayString, sdbDevIdVanityTag DisplayString, - sdbDevIdIndex Integer32 + sdbDevIdIndex Integer32, + sdbDevIdDeviceType Integer32, + sdbDevIdLocateUnit Integer32 } sdbDevIdSPDMVersion OBJECT-TYPE @@ -503,6 +512,32 @@ sdbDevIdIndex OBJECT-TYPE performed." ::= { sdbDevIdEntry 13 } +sdbDevIdDeviceType OBJECT-TYPE + SYNTAX INTEGER { + pdu(0), + dpm(1), + hpdu-G3(2), + dpm27e(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "A unique value for each device group. + Its value represents the device type of the device. + Refer to manual for more information." + ::= { sdbDevIdEntry 14 } + +sdbDevIdLocateUnit OBJECT-TYPE + SYNTAX INTEGER { + off(0), + on(1) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The LCD-backlight flashes in a heartbeat rhythm to locate the unit." + ::= { sdbDevIdEntry 15 } + sdbDevCfTable OBJECT-TYPE SYNTAX SEQUENCE OF SdbDevCfEntry MAX-ACCESS not-accessible @@ -840,7 +875,8 @@ SdbDevStEntry ::= sdbDevStMaximumTemperature Integer32, sdbDevStDisplayOrientation Integer32, sdbDevStLocalAlertReset Integer32, - sdbDevStCurrentDropDetection Integer32 + sdbDevStCurrentDropDetection Integer32, + sdbDevStUsbMode Integer32 } sdbDevStAutoResetAlerts OBJECT-TYPE @@ -965,6 +1001,18 @@ sdbDevStCurrentDropDetection OBJECT-TYPE "Enables the current drop detection function." ::= { sdbDevStEntry 11 } +sdbDevStUsbMode OBJECT-TYPE + SYNTAX + INTEGER { + usbDisabled(0), + onlyFirmwareUpdates(1) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Allow the USB port to be used for specific tasks" + ::= { sdbDevStEntry 13 } + sdbDevInTable OBJECT-TYPE SYNTAX SEQUENCE OF SdbDevInEntry MAX-ACCESS not-accessible @@ -1570,6 +1618,124 @@ sdbDevSnsName OBJECT-TYPE "User definable name for sensors." ::= { sdbDevSnsEntry 4 } +-- --------------------------------------------------------------------------------------------- +sdbDevPerformanceTable OBJECT-TYPE + SYNTAX SEQUENCE OF SdbDevPerformanceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing information of sensors of devices connected to the + databus." + ::= { sdbDevPerformance 1 } + +sdbDevPerformanceEntry OBJECT-TYPE + SYNTAX SdbDevPerformanceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Performance counters of a particular databus device. + Note that this table has two indexes. sdbDevIdIndex to identify a + particular device and sdbDevPerformanceIndex to identify a particular counter + of the device identified by sdbDevIdIndex." + INDEX { + sdbDevIdIndex, + sdbDevPerformanceIndex + } + ::= { sdbDevPerformanceTable 1 } + +SdbDevPerformanceEntry ::= + SEQUENCE { + sdbDevPerformanceIndex Integer32, + sdbDevPerformanceValue Integer32, + sdbDevPerformanceMax Integer32, + sdbDevPerformanceLimit Integer32, + sdbDevPerformanceName DisplayString + } + +sdbDevPerformanceIndex OBJECT-TYPE + SYNTAX Integer32 (1..16) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A unique value for each counter. Its value ranges between 1 and 16." + ::= { sdbDevPerformanceEntry 1 } + +sdbDevPerformanceValue OBJECT-TYPE + SYNTAX Integer32 (0..16777215) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Value of counter" + ::= { sdbDevPerformanceEntry 2 } + +sdbDevPerformanceMax OBJECT-TYPE + SYNTAX Integer32 (0..16777215) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Max of counter" + ::= { sdbDevPerformanceEntry 3 } + +sdbDevPerformanceLimit OBJECT-TYPE + SYNTAX Integer32 (0..16777215) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Limit of counter" + ::= { sdbDevPerformanceEntry 4 } + +sdbDevPerformanceName OBJECT-TYPE + SYNTAX DisplayString (SIZE(0..12)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "User definable name for counter." + ::= { sdbDevPerformanceEntry 5 } + +-- --------------------------------------------------------------------------------------------- + +sdbDevPerformanceResetTable OBJECT-TYPE + SYNTAX SEQUENCE OF SdbDevPerformanceResetEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing the last reset reason of the device" + ::= { sdbDevPerformance 2 } + +sdbDevPerformanceResetEntry OBJECT-TYPE + SYNTAX SdbDevPerformanceResetEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Setting entry containing settings objects of a particular databus + device." + INDEX { sdbDevIdIndex } + ::= { sdbDevPerformanceResetTable 1 } + +SdbDevPerformanceResetEntry ::= + SEQUENCE { + sdbDevPerformanceResetReason DisplayString, + sdbDevResetUptime Unsigned32 + } + +sdbDevPerformanceResetReason OBJECT-TYPE + SYNTAX DisplayString (SIZE(0..64)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Last reset reason." + ::= { sdbDevPerformanceResetEntry 1 } + +sdbDevResetUptime OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Uptime before last reset" + ::= { sdbDevPerformanceResetEntry 2 } + +-- --------------------------------------------------------------------------------------------- + sdbDevSsDeviceStatusCodeChanged NOTIFICATION-TYPE STATUS current DESCRIPTION @@ -1744,6 +1910,9 @@ sdbMIBCompliance MODULE-COMPLIANCE GROUP sdbMIBMgmtControlGroup DESCRIPTION "The databus management control group." + GROUP sdbMIBDevPerformanceGroup + DESCRIPTION + "The databus management control group." ::= { sdbMIBCompliances 1 } sdbMIBNotificationGroup NOTIFICATION-GROUP @@ -1777,7 +1946,9 @@ sdbMIBDevIdGroup OBJECT-GROUP sdbDevIdLocation, sdbDevIdVanityTag, sdbDevIdMacAddress, - sdbDevIdBuildNumber + sdbDevIdBuildNumber, + sdbDevIdDeviceType, + sdbDevIdLocateUnit } STATUS current DESCRIPTION @@ -1842,7 +2013,8 @@ sdbMIBDevStGroup OBJECT-GROUP sdbDevStOutletPowerUpMode, sdbDevStMaximumTemperature, sdbDevStDisplayOrientation, - sdbDevStCurrentDropDetection + sdbDevStCurrentDropDetection, + sdbDevStUsbMode } STATUS current DESCRIPTION @@ -1962,4 +2134,18 @@ sdbMIBMgmtControlGroup OBJECT-GROUP the databus." ::= { sdbMIBGroups 14 } +sdbMIBDevPerformanceGroup OBJECT-GROUP + OBJECTS { + sdbDevPerformanceValue, + sdbDevPerformanceMax, + sdbDevPerformanceLimit, + sdbDevPerformanceName, + sdbDevPerformanceResetReason, + sdbDevResetUptime + } + STATUS current + DESCRIPTION + "A collection of objects providing performance information about the MCU" + ::= { sdbMIBGroups 15 } + END diff --git a/mibs/schleifenbauer/SCHLEIFENBAUER-SMI b/mibs/schleifenbauer/SCHLEIFENBAUER-SMI index 3dec09a37d..ca44c83d9c 100644 --- a/mibs/schleifenbauer/SCHLEIFENBAUER-SMI +++ b/mibs/schleifenbauer/SCHLEIFENBAUER-SMI @@ -26,11 +26,11 @@ schleifenbauer MODULE-IDENTITY "Schleifenbauer Engineering Alain Schuermans Chief Technology Officer - Turnhoutseweg 22 - 5541 NX Reusel + Rietwaard 15 + 5236 WC ‘s-Hertogenbosch The Netherlands - t. +31 73 5230256 - f. +31 73 5212383 + t +31 (0)73 52 30256 + f +31 (0)73 521 23 83 alain@schleifenbauer.eu www.schleifenbauer.eu" DESCRIPTION diff --git a/tests/data/schleifenbauer_dpm27e.json b/tests/data/schleifenbauer_dpm27e.json new file mode 100644 index 0000000000..2411303bb8 --- /dev/null +++ b/tests/data/schleifenbauer_dpm27e.json @@ -0,0 +1,2159 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.31034.11.3", + "sysDescr": "Schleifenbauer", + "sysContact": null, + "version": "250 (180914PL1760)", + "hardware": "", + "features": null, + "os": "schleifenbauer", + "type": "power", + "serial": "SVNL00655429", + "icon": "schleifenbauer.svg", + "location": "" + } + ] + }, + "poller": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.31034.11.3", + "sysDescr": "Schleifenbauer", + "sysContact": "", + "version": "250 (180914PL1760)", + "hardware": null, + "features": null, + "os": "schleifenbauer", + "type": "power", + "serial": "SVNL00655429", + "icon": "schleifenbauer.svg", + "location": "" + } + ] + } + }, + "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": "ethernetCsmacd", + "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": 100000000, + "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": "en", + "ifPhysAddress": "d02212ba0045", + "ifHardType": null, + "ifLastChange": 351623473, + "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": 485041, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 412879, + "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": 86370226, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 76619213, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 68270, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 4332, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 2, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 53765, + "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": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.1.1.4.0", + "sensor_index": "sdbMgmtStsDuplicateDevices.0", + "sensor_type": "schleifenbauer", + "sensor_descr": "Duplicate Device Addresses", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "3", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.1.1.3.0", + "sensor_index": "sdbMgmtStsNewDevices.0", + "sensor_type": "schleifenbauer", + "sensor_descr": "New Devices", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 2, + "sensor_limit_warn": 1, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "4", + "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.31034.12.1.1.2.7.2.1.5.1.1", + "sensor_index": "SVNL00655429 Outlet 1", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel1", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 64, + "sensor_limit_warn": 200, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1201120", + "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.31034.12.1.1.2.7.2.1.5.1.10", + "sensor_index": "SVNL00655429 Outlet 10", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel10", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 64, + "sensor_limit_warn": 200, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1210120", + "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.31034.12.1.1.2.7.2.1.5.1.11", + "sensor_index": "SVNL00655429 Outlet 11", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel11", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 1.94, + "sensor_limit": 64, + "sensor_limit_warn": 200, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1211120", + "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.31034.12.1.1.2.7.2.1.5.1.12", + "sensor_index": "SVNL00655429 Outlet 12", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel12", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 64, + "sensor_limit_warn": 200, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1212120", + "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.31034.12.1.1.2.7.2.1.5.1.2", + "sensor_index": "SVNL00655429 Outlet 2", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel2", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 64, + "sensor_limit_warn": 200, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1202120", + "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.31034.12.1.1.2.7.2.1.5.1.3", + "sensor_index": "SVNL00655429 Outlet 3", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel3", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 64, + "sensor_limit_warn": 200, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1203120", + "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.31034.12.1.1.2.7.2.1.5.1.4", + "sensor_index": "SVNL00655429 Outlet 4", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel4", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 64, + "sensor_limit_warn": 200, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1204120", + "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.31034.12.1.1.2.7.2.1.5.1.5", + "sensor_index": "SVNL00655429 Outlet 5", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel5", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 64, + "sensor_limit_warn": 200, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1205120", + "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.31034.12.1.1.2.7.2.1.5.1.6", + "sensor_index": "SVNL00655429 Outlet 6", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel6", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 64, + "sensor_limit_warn": 200, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1206120", + "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.31034.12.1.1.2.7.2.1.5.1.7", + "sensor_index": "SVNL00655429 Outlet 7", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel7", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 64, + "sensor_limit_warn": 200, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1207120", + "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.31034.12.1.1.2.7.2.1.5.1.8", + "sensor_index": "SVNL00655429 Outlet 8", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel8", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 64, + "sensor_limit_warn": 200, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1208120", + "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.31034.12.1.1.2.7.2.1.5.1.9", + "sensor_index": "SVNL00655429 Outlet 9", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel9", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 64, + "sensor_limit_warn": 200, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1209120", + "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.31034.12.1.1.2.6.1.1.5.1.1", + "sensor_index": "SVNL00655429-L1", + "sensor_type": "schleifenbauer", + "sensor_descr": "SVNL00655429-L1 RMS Current", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 64, + "sensor_limit_warn": 14, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1101120", + "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.31034.12.1.1.2.6.1.1.5.1.2", + "sensor_index": "SVNL00655429-L2", + "sensor_type": "schleifenbauer", + "sensor_descr": "SVNL00655429-L2 RMS Current", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 64, + "sensor_limit_warn": 14, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1102120", + "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.31034.12.1.1.2.6.1.1.5.1.3", + "sensor_index": "SVNL00655429-L3", + "sensor_type": "schleifenbauer", + "sensor_descr": "SVNL00655429-L3 RMS Current", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 64, + "sensor_limit_warn": 14, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1103120", + "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.31034.12.1.1.2.7.2.1.10.1.1", + "sensor_index": "SVNL00655429 Outlet 1", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel1", + "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": "1201130", + "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.31034.12.1.1.2.7.2.1.10.1.10", + "sensor_index": "SVNL00655429 Outlet 10", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel10", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 290, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1210130", + "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.31034.12.1.1.2.7.2.1.10.1.11", + "sensor_index": "SVNL00655429 Outlet 11", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel11", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 450, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1211130", + "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.31034.12.1.1.2.7.2.1.10.1.12", + "sensor_index": "SVNL00655429 Outlet 12", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel12", + "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": "1212130", + "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.31034.12.1.1.2.7.2.1.10.1.2", + "sensor_index": "SVNL00655429 Outlet 2", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel2", + "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": "1202130", + "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.31034.12.1.1.2.7.2.1.10.1.3", + "sensor_index": "SVNL00655429 Outlet 3", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel3", + "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": "1203130", + "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.31034.12.1.1.2.7.2.1.10.1.4", + "sensor_index": "SVNL00655429 Outlet 4", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel4", + "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": "1204130", + "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.31034.12.1.1.2.7.2.1.10.1.5", + "sensor_index": "SVNL00655429 Outlet 5", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel5", + "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": "1205130", + "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.31034.12.1.1.2.7.2.1.10.1.6", + "sensor_index": "SVNL00655429 Outlet 6", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel6", + "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": "1206130", + "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.31034.12.1.1.2.7.2.1.10.1.7", + "sensor_index": "SVNL00655429 Outlet 7", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel7", + "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": "1207130", + "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.31034.12.1.1.2.7.2.1.10.1.8", + "sensor_index": "SVNL00655429 Outlet 8", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel8", + "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": "1208130", + "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.31034.12.1.1.2.7.2.1.10.1.9", + "sensor_index": "SVNL00655429 Outlet 9", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel9", + "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": "1209130", + "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.31034.12.1.1.2.6.1.1.9.1.1", + "sensor_index": "SVNL00655429-L1", + "sensor_type": "schleifenbauer", + "sensor_descr": "SVNL00655429-L1 Apparent 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": "1101130", + "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.31034.12.1.1.2.6.1.1.9.1.2", + "sensor_index": "SVNL00655429-L2", + "sensor_type": "schleifenbauer", + "sensor_descr": "SVNL00655429-L2 Apparent 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": "1102130", + "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.31034.12.1.1.2.6.1.1.9.1.3", + "sensor_index": "SVNL00655429-L3", + "sensor_type": "schleifenbauer", + "sensor_descr": "SVNL00655429-L3 Apparent 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": "1103130", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_consumed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.1", + "sensor_index": "SVNL00655429 Outlet 1", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 16777215, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1201140", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_consumed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.10", + "sensor_index": "SVNL00655429 Outlet 10", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel10", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 16777215, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1210140", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_consumed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.11", + "sensor_index": "SVNL00655429 Outlet 11", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel11", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 16777215, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1211140", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_consumed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.12", + "sensor_index": "SVNL00655429 Outlet 12", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel12", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 16777215, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1212140", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_consumed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.2", + "sensor_index": "SVNL00655429 Outlet 2", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel2", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 16777215, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1202140", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_consumed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.3", + "sensor_index": "SVNL00655429 Outlet 3", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel3", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 16777215, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1203140", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_consumed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.4", + "sensor_index": "SVNL00655429 Outlet 4", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 532, + "sensor_limit": 16777215, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1204140", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_consumed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.5", + "sensor_index": "SVNL00655429 Outlet 5", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel5", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 402, + "sensor_limit": 16777215, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1205140", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_consumed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.6", + "sensor_index": "SVNL00655429 Outlet 6", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel6", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 16777215, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1206140", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_consumed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.7", + "sensor_index": "SVNL00655429 Outlet 7", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel7", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 16777215, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1207140", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_consumed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.8", + "sensor_index": "SVNL00655429 Outlet 8", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel8", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 16777215, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1208140", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_consumed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.9", + "sensor_index": "SVNL00655429 Outlet 9", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel9", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 16777215, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1209140", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_consumed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.6.1.1.2.1.1", + "sensor_index": "SVNL00655429-L1", + "sensor_type": "schleifenbauer", + "sensor_descr": "SVNL00655429-L1 Lifetime kWh Total", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 16777215, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1101140", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_consumed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.6.1.1.2.1.2", + "sensor_index": "SVNL00655429-L2", + "sensor_type": "schleifenbauer", + "sensor_descr": "SVNL00655429-L2 Lifetime kWh Total", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 16777215, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1102140", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power_consumed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.6.1.1.2.1.3", + "sensor_index": "SVNL00655429-L3", + "sensor_type": "schleifenbauer", + "sensor_descr": "SVNL00655429-L3 Lifetime kWh Total", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 16777215, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1103140", + "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.31034.12.1.1.2.7.2.1.4.1.1", + "sensor_index": "SVNL00655429 Outlet 1", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel1", + "group": null, + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1201150", + "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.31034.12.1.1.2.7.2.1.4.1.10", + "sensor_index": "SVNL00655429 Outlet 10", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel10", + "group": null, + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 0.0531, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1210150", + "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.31034.12.1.1.2.7.2.1.4.1.11", + "sensor_index": "SVNL00655429 Outlet 11", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel11", + "group": null, + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1211150", + "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.31034.12.1.1.2.7.2.1.4.1.12", + "sensor_index": "SVNL00655429 Outlet 12", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel12", + "group": null, + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1212150", + "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.31034.12.1.1.2.7.2.1.4.1.2", + "sensor_index": "SVNL00655429 Outlet 2", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel2", + "group": null, + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1202150", + "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.31034.12.1.1.2.7.2.1.4.1.3", + "sensor_index": "SVNL00655429 Outlet 3", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel3", + "group": null, + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1203150", + "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.31034.12.1.1.2.7.2.1.4.1.4", + "sensor_index": "SVNL00655429 Outlet 4", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel4", + "group": null, + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1204150", + "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.31034.12.1.1.2.7.2.1.4.1.5", + "sensor_index": "SVNL00655429 Outlet 5", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel5", + "group": null, + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1205150", + "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.31034.12.1.1.2.7.2.1.4.1.6", + "sensor_index": "SVNL00655429 Outlet 6", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel6", + "group": null, + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1206150", + "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.31034.12.1.1.2.7.2.1.4.1.7", + "sensor_index": "SVNL00655429 Outlet 7", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel7", + "group": null, + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1207150", + "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.31034.12.1.1.2.7.2.1.4.1.8", + "sensor_index": "SVNL00655429 Outlet 8", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel8", + "group": null, + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1208150", + "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.31034.12.1.1.2.7.2.1.4.1.9", + "sensor_index": "SVNL00655429 Outlet 9", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel9", + "group": null, + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1209150", + "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.31034.12.1.1.2.6.1.1.4.1.1", + "sensor_index": "SVNL00655429-L1", + "sensor_type": "schleifenbauer", + "sensor_descr": "SVNL00655429-L1 Power Factor", + "group": null, + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1101150", + "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.31034.12.1.1.2.6.1.1.4.1.2", + "sensor_index": "SVNL00655429-L2", + "sensor_type": "schleifenbauer", + "sensor_descr": "SVNL00655429-L2 Power Factor", + "group": null, + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1102150", + "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.31034.12.1.1.2.6.1.1.4.1.3", + "sensor_index": "SVNL00655429-L3", + "sensor_type": "schleifenbauer", + "sensor_descr": "SVNL00655429-L3 Power Factor", + "group": null, + "sensor_divisor": 10000, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": 1, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1103150", + "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.31034.12.1.1.1.1.5.0", + "sensor_index": "sdbMgmtStsRingState.0", + "sensor_type": "sdbMgmtStsRingState", + "sensor_descr": "Databus Ring State", + "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": "2", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "sdbMgmtStsRingState" + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.1", + "sensor_index": "SVNL00655429 Outlet 1", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel1", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 234.33, + "sensor_limit": 269.4795, + "sensor_limit_warn": null, + "sensor_limit_low": 199.1805, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1201110", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.10", + "sensor_index": "SVNL00655429 Outlet 10", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel10", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 233.09, + "sensor_limit": 268.0535, + "sensor_limit_warn": null, + "sensor_limit_low": 198.1265, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1210110", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.11", + "sensor_index": "SVNL00655429 Outlet 11", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel11", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 233.39, + "sensor_limit": 268.3985, + "sensor_limit_warn": null, + "sensor_limit_low": 198.3815, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1211110", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.12", + "sensor_index": "SVNL00655429 Outlet 12", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel12", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 233.2, + "sensor_limit": 268.18, + "sensor_limit_warn": null, + "sensor_limit_low": 198.22, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1212110", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.2", + "sensor_index": "SVNL00655429 Outlet 2", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel2", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 234.96, + "sensor_limit": 270.204, + "sensor_limit_warn": null, + "sensor_limit_low": 199.716, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1202110", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.3", + "sensor_index": "SVNL00655429 Outlet 3", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel3", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 234.54, + "sensor_limit": 269.721, + "sensor_limit_warn": null, + "sensor_limit_low": 199.359, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1203110", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.4", + "sensor_index": "SVNL00655429 Outlet 4", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel4", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 235.51, + "sensor_limit": 270.8365, + "sensor_limit_warn": null, + "sensor_limit_low": 200.1835, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1204110", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.5", + "sensor_index": "SVNL00655429 Outlet 5", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel5", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 236.68, + "sensor_limit": 272.182, + "sensor_limit_warn": null, + "sensor_limit_low": 201.178, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1205110", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.6", + "sensor_index": "SVNL00655429 Outlet 6", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel6", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 236.53, + "sensor_limit": 272.0095, + "sensor_limit_warn": null, + "sensor_limit_low": 201.0505, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1206110", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.7", + "sensor_index": "SVNL00655429 Outlet 7", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel7", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 232.97, + "sensor_limit": 267.9155, + "sensor_limit_warn": null, + "sensor_limit_low": 198.0245, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1207110", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.8", + "sensor_index": "SVNL00655429 Outlet 8", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel8", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 233.68, + "sensor_limit": 268.732, + "sensor_limit_warn": null, + "sensor_limit_low": 198.628, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1208110", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.9", + "sensor_index": "SVNL00655429 Outlet 9", + "sensor_type": "schleifenbauer", + "sensor_descr": "channel9", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 233.46, + "sensor_limit": 268.479, + "sensor_limit_warn": null, + "sensor_limit_low": 198.441, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1209110", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.6.1.1.7.1.1", + "sensor_index": "SVNL00655429-L1", + "sensor_type": "schleifenbauer", + "sensor_descr": "SVNL00655429-L1 Voltage", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 0, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1101110", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.6.1.1.7.1.2", + "sensor_index": "SVNL00655429-L2", + "sensor_type": "schleifenbauer", + "sensor_descr": "SVNL00655429-L2 Voltage", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 0, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1102110", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.31034.12.1.1.2.6.1.1.7.1.3", + "sensor_index": "SVNL00655429-L3", + "sensor_type": "schleifenbauer", + "sensor_descr": "SVNL00655429-L3 Voltage", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": 0, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": "1103110", + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "sdbMgmtStsRingState", + "state_descr": "open", + "state_draw_graph": 0, + "state_value": 0, + "state_generic_value": 2 + }, + { + "state_name": "sdbMgmtStsRingState", + "state_descr": "closed", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + } + ] + }, + "poller": "matches discovery" + } +} diff --git a/tests/snmpsim/schleifenbauer_dpm27e.snmprec b/tests/snmpsim/schleifenbauer_dpm27e.snmprec new file mode 100644 index 0000000000..236870000a --- /dev/null +++ b/tests/snmpsim/schleifenbauer_dpm27e.snmprec @@ -0,0 +1,260 @@ +1.3.6.1.2.1.1.1.0|4|Schleifenbauer +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.31034.11.3 +1.3.6.1.2.1.1.3.0|67|71345096 +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|6 +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|100000000 +1.3.6.1.2.1.2.2.1.6.1|4x|D02212BA0045 +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|351623473 +1.3.6.1.2.1.2.2.1.10.1|65|86370226 +1.3.6.1.2.1.2.2.1.11.1|65|485041 +1.3.6.1.2.1.2.2.1.12.1|65|68270 +1.3.6.1.2.1.2.2.1.13.1|65|2 +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|53765 +1.3.6.1.2.1.2.2.1.16.1|65|76619213 +1.3.6.1.2.1.2.2.1.17.1|65|412879 +1.3.6.1.2.1.2.2.1.18.1|65|4332 +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|1081204 +1.3.6.1.2.1.4.4.0|65|0 +1.3.6.1.2.1.4.5.0|65|25620 +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|25620 +1.3.6.1.2.1.4.9.0|65|1055583 +1.3.6.1.2.1.4.10.0|65|977695 +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.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.172.31.246.3|2|1 +1.3.6.1.2.1.4.20.1.3.172.31.246.3|64|255.255.255.0 +1.3.6.1.2.1.4.22.1.2.1.172.31.246.1|4x|0010DBFF1001 +1.3.6.1.2.1.5.1.0|65|165535 +1.3.6.1.2.1.5.2.0|65|0 +1.3.6.1.2.1.5.3.0|65|1 +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|165534 +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|165534 +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|165534 +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|734 +1.3.6.1.2.1.6.7.0|65|0 +1.3.6.1.2.1.6.8.0|65|733 +1.3.6.1.2.1.6.9.0|66|0 +1.3.6.1.2.1.6.10.0|65|156950 +1.3.6.1.2.1.6.11.0|65|144176 +1.3.6.1.2.1.6.12.0|65|1 +1.3.6.1.2.1.6.14.0|65|0 +1.3.6.1.2.1.6.15.0|65|8 +1.3.6.1.2.1.6.18.0|70|0 +1.3.6.1.2.1.6.20.1.4.0.0.80|66|0 +1.3.6.1.2.1.7.1.0|65|648011 +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|648005 +1.3.6.1.2.1.11.1.0|65|647995 +1.3.6.1.2.1.11.2.0|65|647988 +1.3.6.1.2.1.11.3.0|65|6 +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|1359632 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|394414 +1.3.6.1.2.1.11.16.0|65|21216 +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|0 +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|647990 +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.2.1.11.31.0|65|0 +1.3.6.1.2.1.11.32.0|65|0 +1.3.6.1.4.1.31034.2.3.1.0|2|250 +1.3.6.1.4.1.31034.12.1.1.1.1.1.0|2|1 +1.3.6.1.4.1.31034.12.1.1.1.1.3.0|2|0 +1.3.6.1.4.1.31034.12.1.1.1.1.4.0|2|0 +1.3.6.1.4.1.31034.12.1.1.1.1.5.0|2|0 +1.3.6.1.4.1.31034.12.1.1.1.2.4.1.2.1|2|1 +1.3.6.1.4.1.31034.12.1.1.2.1.1.1.2.1|2|250 +1.3.6.1.4.1.31034.12.1.1.2.1.1.1.3.1|4|180914PL1760 +1.3.6.1.4.1.31034.12.1.1.2.1.1.1.4.1|4| +1.3.6.1.4.1.31034.12.1.1.2.1.1.1.5.1|4| +1.3.6.1.4.1.31034.12.1.1.2.1.1.1.6.1|4|SVNL00655429 +1.3.6.1.4.1.31034.12.1.1.2.1.1.1.10.1|4|dpm27e-test +1.3.6.1.4.1.31034.12.1.1.2.1.1.1.11.1|4|s34dak +1.3.6.1.4.1.31034.12.1.1.2.1.1.1.12.1|4|Smartdc +1.3.6.1.4.1.31034.12.1.1.2.2.1.1.2.1|2|27 +1.3.6.1.4.1.31034.12.1.1.2.2.1.1.5.1|2|2 +1.3.6.1.4.1.31034.12.1.1.2.2.1.1.6.1|2|64 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.2.1.1|2|0 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.2.1.2|2|0 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.2.1.3|2|0 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.4.1.1|2|10000 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.4.1.2|2|10000 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.4.1.3|2|10000 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.5.1.1|2|0 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.5.1.2|2|0 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.5.1.3|2|0 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.7.1.1|2|0 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.7.1.2|2|0 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.7.1.3|2|0 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.9.1.1|2|0 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.9.1.2|2|0 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.9.1.3|2|0 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.11.1.1|2|1400 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.11.1.2|2|1400 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.11.1.3|2|1400 +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.13.1.1|4| +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.13.1.2|4| +1.3.6.1.4.1.31034.12.1.1.2.6.1.1.13.1.3|4| +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.1|4|channel1 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.2|4|channel2 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.3|4|channel3 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.4|4|channel4 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.5|4|channel5 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.6|4|channel6 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.7|4|channel7 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.8|4|channel8 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.9|4|channel9 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.10|4|channel10 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.11|4|channel11 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.12|4|channel12 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.13|4|channel13 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.14|4|channel14 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.15|4|channel15 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.16|4|channel16 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.17|4|channel17 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.18|4|channel18 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.19|4|channel19 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.20|4|channel20 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.21|4|channel21 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.22|4|channel22 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.23|4|channel23 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.24|4|channel24 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.25|4|channel25 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.26|4|channel26 +1.3.6.1.4.1.31034.12.1.1.2.7.1.1.2.1.27|4|channel27 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.1|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.2|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.3|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.4|2|532 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.5|2|402 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.6|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.7|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.8|2|1 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.9|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.10|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.11|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.2.1.12|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.4.1.1|2|10000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.4.1.2|2|10000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.4.1.3|2|10000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.4.1.4|2|10000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.4.1.5|2|10000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.4.1.6|2|10000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.4.1.7|2|10000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.4.1.8|2|10000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.4.1.9|2|10000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.4.1.10|2|531 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.4.1.11|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.4.1.12|2|10000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.5.1.1|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.5.1.2|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.5.1.3|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.5.1.4|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.5.1.5|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.5.1.6|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.5.1.7|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.5.1.8|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.5.1.9|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.5.1.10|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.5.1.11|2|194 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.5.1.12|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.1|2|23433 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.2|2|23496 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.3|2|23454 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.4|2|23551 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.5|2|23668 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.6|2|23653 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.7|2|23297 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.8|2|23368 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.9|2|23346 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.10|2|23309 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.11|2|23339 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.7.1.12|2|23320 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.8.1.1|2|20000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.8.1.2|2|20000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.8.1.3|2|20000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.8.1.4|2|20000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.8.1.5|2|20000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.8.1.6|2|20000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.8.1.7|2|20000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.8.1.8|2|20000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.8.1.9|2|20000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.8.1.10|2|20000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.8.1.11|2|20000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.8.1.12|2|20000 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.10.1.1|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.10.1.2|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.10.1.3|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.10.1.4|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.10.1.5|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.10.1.6|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.10.1.7|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.10.1.8|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.10.1.9|2|0 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.10.1.10|2|290 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.10.1.11|2|450 +1.3.6.1.4.1.31034.12.1.1.2.7.2.1.10.1.12|2|0 +1.3.6.1.4.1.31034.12.1.1.2.8.2.1.2.1.1|4|I +1.3.6.1.4.1.31034.12.1.1.2.8.2.1.2.1.2|4|I +1.3.6.1.4.1.31034.12.1.1.2.8.2.1.4.1.1|4| +1.3.6.1.4.1.31034.12.1.1.2.8.2.1.4.1.2|4| +1.3.6.1.6.3.10.2.1.3.0|2|5008417