diff --git a/html/images/os/greenpacket.png b/html/images/os/greenpacket.png
new file mode 100644
index 0000000000..4153ac37f5
Binary files /dev/null and b/html/images/os/greenpacket.png differ
diff --git a/includes/definitions/discovery/zmtel.yaml b/includes/definitions/discovery/zmtel.yaml
new file mode 100644
index 0000000000..b61bbc1024
--- /dev/null
+++ b/includes/definitions/discovery/zmtel.yaml
@@ -0,0 +1,179 @@
+mib: ZMTEL-ODU-MIB
+modules:
+ sensors:
+ count:
+ data:
+ -
+ oid: pCID
+ num_oid: '.1.3.6.1.4.1.38595.10.3.19.{{ $index }}'
+ descr: Physical Cell ID
+ index: 'pCID.{{ $index }}'
+ snr:
+ data:
+ -
+ oid: sinr
+ num_oid: '.1.3.6.1.4.1.38595.10.3.15.{{ $index }}'
+ descr: Signal to Interference
+ index: 'sinr.{{ $index }}'
+ -
+ oid: cinr0
+ num_oid: '.1.3.6.1.4.1.38595.10.3.16.{{ $index }}'
+ descr: Carrier to Interference 0
+ index: 'cinr0.{{ $index }}'
+ -
+ oid: cinr1
+ num_oid: '.1.3.6.1.4.1.38595.10.3.17.{{ $index }}'
+ descr: Carrier to Interference 1
+ index: 'cinr1.{{ $index }}'
+ frequency:
+ data:
+ -
+ oid: dlFrequency
+ num_oid: '.1.3.6.1.4.1.38595.10.3.8.{{ $index }}'
+ descr: Download
+ index: 'dlFrequency.{{ $index }}'
+ -
+ oid: ulFrequency
+ num_oid: '.1.3.6.1.4.1.38595.10.3.9.{{ $index }}'
+ descr: Upload
+ index: 'ulFrequency.{{ $index }}'
+ -
+ oid: bandwidth
+ num_oid: '.1.3.6.1.4.1.38595.10.3.10.{{ $index }}'
+ descr: Bandwidth
+ index: 'bandwidth.{{ $index }}'
+ dbm:
+ data:
+ -
+ oid: rsrp0
+ num_oid: '.1.3.6.1.4.1.38595.10.3.11.{{ $index }}'
+ descr: RSRP0
+ index: 'rsrp0.{{ $index }}'
+ group: Reference Signal Received Power
+ -
+ oid: rsrp1
+ num_oid: '.1.3.6.1.4.1.38595.10.3.12.{{ $index }}'
+ descr: RSRP1
+ index: 'rsrp1.{{ $index }}'
+ group: Reference Signal Received Power
+ -
+ oid: rsrq
+ num_oid: '.1.3.6.1.4.1.38595.10.3.13.{{ $index }}'
+ descr: Reference Signal Received Quality
+ index: 'rsrq.{{ $index }}'
+ -
+ oid: rssi
+ num_oid: '.1.3.6.1.4.1.38595.10.3.14.{{ $index }}'
+ descr: Received Signal Strength Indicator
+ index: 'rssi.{{ $index }}'
+ -
+ oid: txPower
+ num_oid: '.1.3.6.1.4.1.38595.10.3.18.{{ $index }}'
+ descr: Tx Power
+ index: 'txPower.{{ $index }}'
+ state:
+ data:
+ -
+ oid: wanMode
+ num_oid: '.1.3.6.1.4.1.38595.10.4.1.{{ $index }}'
+ index: 'wanMode.{{ $index }}'
+ descr: WAN Mode
+ state_name: wanMode
+ states:
+ - { value: 0, descr: NAT, graph: 0, generic: 0 }
+ - { value: 1, descr: Router, graph: 0, generic: 0 }
+ - { value: 2, descr: Router, graph: 0, generic: 0 }
+ -
+ oid: wanType
+ num_oid: '.1.3.6.1.4.1.38595.10.4.2.{{ $index }}'
+ index: 'wanType.{{ $index }}'
+ descr: WAN type
+ state_name: wanType
+ states:
+ - { value: 0, descr: DHCP, graph: 0, generic: 0 }
+ - { value: 1, descr: Static, graph: 0, generic: 0 }
+ -
+ oid: firewall
+ num_oid: '.1.3.6.1.4.1.38595.10.2.9.{{ $index }}'
+ index: 'firewall.{{ $index }}'
+ descr: Firewall Status
+ state_name: firewall
+ states:
+ - { value: 0, descr: disabled, graph: 0, generic: 2 }
+ - { value: 1, descr: enabled, graph: 0, generic: 0 }
+ -
+ oid: dlMCS
+ num_oid: '.1.3.6.1.4.1.38595.10.3.6.{{ $index }}'
+ index: 'dlMCS.{{ $index }}'
+ descr: Download
+ state_name: dlMCS
+ group: Modulation Scheme
+ states:
+ - { value: 0, descr: mcs0-qpsk-tbs0, graph: 1, generic: 0 }
+ - { value: 1, descr: mcs1-qpsk-tbs1, graph: 1, generic: 0 }
+ - { value: 2, descr: mcs2-qpsk-tbs2, graph: 1, generic: 0 }
+ - { value: 3, descr: mcs3-qpsk-tbs3, graph: 1, generic: 0 }
+ - { value: 4, descr: mcs4-qpsk-tbs4, graph: 1, generic: 0 }
+ - { value: 5, descr: mcs5-qpsk-tbs5, graph: 1, generic: 0 }
+ - { value: 6, descr: mcs6-qpsk-tbs6, graph: 1, generic: 0 }
+ - { value: 7, descr: mcs7-qpsk-tbs7, graph: 1, generic: 0 }
+ - { value: 8, descr: mcs8-qpsk-tbs8, graph: 1, generic: 0 }
+ - { value: 9, descr: mcs9-qpsk-tbs9, graph: 1, generic: 0 }
+ - { value: 10, descr: mcs10-16qam-tbs9, graph: 1, generic: 0 }
+ - { value: 11, descr: mcs11-16qam-tbs10, graph: 1, generic: 0 }
+ - { value: 12, descr: mcs12-16qam-tbs11, graph: 1, generic: 0 }
+ - { value: 13, descr: mcs13-16qam-tbs12, graph: 1, generic: 0 }
+ - { value: 14, descr: mcs14-16qam-tbs13, graph: 1, generic: 0 }
+ - { value: 15, descr: mcs15-16qam-tbs14, graph: 1, generic: 0 }
+ - { value: 16, descr: mcs16-16qam-tbs15, graph: 1, generic: 0 }
+ - { value: 17, descr: mcs17-64qam-tbs15, graph: 1, generic: 0 }
+ - { value: 19, descr: mcs19-64qam-tbs17, graph: 1, generic: 0 }
+ - { value: 21, descr: mcs21-64qam-tbs19, graph: 1, generic: 0 }
+ - { value: 22, descr: mcs22-64qam-tbs20, graph: 1, generic: 0 }
+ - { value: 23, descr: mcs23-64qam-tbs21, graph: 1, generic: 0 }
+ - { value: 24, descr: mcs24-64qam-tbs22, graph: 1, generic: 0 }
+ - { value: 25, descr: mcs25-64qam-tbs23, graph: 1, generic: 0 }
+ - { value: 26, descr: mcs26-64qam-tbs24, graph: 1, generic: 0 }
+ - { value: 27, descr: mcs27-64qam-tbs25, graph: 1, generic: 0 }
+ - { value: 28, descr: mcs28-64qam-tbs26, graph: 1, generic: 0 }
+ - { value: 29, descr: mcs29-qpsk-reserved, graph: 1, generic: 0 }
+ - { value: 30, descr: mcs30-16qam-reserved, graph: 1, generic: 0 }
+ - { value: 31, descr: mcs31-64qam-reserved, graph: 1, generic: 0 }
+ -
+ oid: ulMCS
+ num_oid: '.1.3.6.1.4.1.38595.10.3.7.{{ $index }}'
+ index: 'ulMCS.{{ $index }}'
+ descr: Upload
+ state_name: ulMCS
+ group: Modulation Scheme
+ states:
+ - { value: 0, descr: mcs0-qpsk-tbs0, graph: 1, generic: 0 }
+ - { value: 1, descr: mcs1-qpsk-tbs1, graph: 1, generic: 0 }
+ - { value: 2, descr: mcs2-qpsk-tbs2, graph: 1, generic: 0 }
+ - { value: 3, descr: mcs3-qpsk-tbs3, graph: 1, generic: 0 }
+ - { value: 4, descr: mcs4-qpsk-tbs4, graph: 1, generic: 0 }
+ - { value: 5, descr: mcs5-qpsk-tbs5, graph: 1, generic: 0 }
+ - { value: 6, descr: mcs6-qpsk-tbs6, graph: 1, generic: 0 }
+ - { value: 7, descr: mcs7-qpsk-tbs7, graph: 1, generic: 0 }
+ - { value: 8, descr: mcs8-qpsk-tbs8, graph: 1, generic: 0 }
+ - { value: 9, descr: mcs9-qpsk-tbs9, graph: 1, generic: 0 }
+ - { value: 10, descr: mcs10-16qam-tbs9, graph: 1, generic: 0 }
+ - { value: 11, descr: mcs11-16qam-tbs10, graph: 1, generic: 0 }
+ - { value: 12, descr: mcs12-16qam-tbs11, graph: 1, generic: 0 }
+ - { value: 13, descr: mcs13-16qam-tbs12, graph: 1, generic: 0 }
+ - { value: 14, descr: mcs14-16qam-tbs13, graph: 1, generic: 0 }
+ - { value: 15, descr: mcs15-16qam-tbs14, graph: 1, generic: 0 }
+ - { value: 16, descr: mcs16-16qam-tbs15, graph: 1, generic: 0 }
+ - { value: 17, descr: mcs17-64qam-tbs15, graph: 1, generic: 0 }
+ - { value: 19, descr: mcs19-64qam-tbs17, graph: 1, generic: 0 }
+ - { value: 21, descr: mcs21-64qam-tbs19, graph: 1, generic: 0 }
+ - { value: 22, descr: mcs22-64qam-tbs20, graph: 1, generic: 0 }
+ - { value: 23, descr: mcs23-64qam-tbs21, graph: 1, generic: 0 }
+ - { value: 24, descr: mcs24-64qam-tbs22, graph: 1, generic: 0 }
+ - { value: 25, descr: mcs25-64qam-tbs23, graph: 1, generic: 0 }
+ - { value: 26, descr: mcs26-64qam-tbs24, graph: 1, generic: 0 }
+ - { value: 27, descr: mcs27-64qam-tbs25, graph: 1, generic: 0 }
+ - { value: 28, descr: mcs28-64qam-tbs26, graph: 1, generic: 0 }
+ - { value: 29, descr: mcs29-qpsk-reserved, graph: 1, generic: 0 }
+ - { value: 30, descr: mcs30-16qam-reserved, graph: 1, generic: 0 }
+ - { value: 31, descr: mcs31-64qam-reserved, graph: 1, generic: 0 }
diff --git a/includes/definitions/zmtel.yaml b/includes/definitions/zmtel.yaml
new file mode 100644
index 0000000000..3e49e4780f
--- /dev/null
+++ b/includes/definitions/zmtel.yaml
@@ -0,0 +1,9 @@
+os: zmtel
+text: 'Zmtel Greenpacket'
+icon: greenpacket
+type: network
+mib_dir:
+ - zmtel
+discovery:
+ - sysObjectID:
+ - .1.3.6.1.4.1.38595.10
diff --git a/includes/polling/os/zmtel.inc.php b/includes/polling/os/zmtel.inc.php
new file mode 100644
index 0000000000..9d350ba0fb
--- /dev/null
+++ b/includes/polling/os/zmtel.inc.php
@@ -0,0 +1,10 @@
+",
+ "sysObjectID": ".1.3.6.1.4.1.38595.10",
+ "sysDescr": "--",
+ "sysContact": null,
+ "version": null,
+ "hardware": null,
+ "features": null,
+ "os": "zmtel",
+ "type": "network",
+ "serial": null,
+ "icon": "greenpacket.png",
+ "location": null
+ }
+ ]
+ },
+ "poller": {
+ "devices": [
+ {
+ "sysName": "",
+ "sysObjectID": ".1.3.6.1.4.1.38595.10",
+ "sysDescr": "--",
+ "sysContact": "",
+ "version": "MT-32803-1.2.3-R8-GP",
+ "hardware": "OT-350 V1.0",
+ "features": "eNodeB: 1403 Physical Cell: 36 DL Modulation: 28 UL Modulation: 22 bootROM: 10.5-16886P LTE Band: 42_43",
+ "os": "zmtel",
+ "type": "network",
+ "serial": "OTIZT173501415",
+ "icon": "greenpacket.png",
+ "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": "icc0.1121",
+ "ifName": "icc0.1121",
+ "portName": null,
+ "ifIndex": 5,
+ "ifSpeed": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifOperStatus": null,
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "icc0.1121",
+ "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": "icc0.1122",
+ "ifName": "icc0.1122",
+ "portName": null,
+ "ifIndex": 6,
+ "ifSpeed": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifOperStatus": null,
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "icc0.1122",
+ "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": "icc0.1123",
+ "ifName": "icc0.1123",
+ "portName": null,
+ "ifIndex": 7,
+ "ifSpeed": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifOperStatus": null,
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "icc0.1123",
+ "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": "icc0.1124",
+ "ifName": "icc0.1124",
+ "portName": null,
+ "ifIndex": 8,
+ "ifSpeed": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifOperStatus": null,
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "icc0.1124",
+ "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": "icc0.1121",
+ "ifName": "icc0.1121",
+ "portName": null,
+ "ifIndex": 5,
+ "ifSpeed": 10000000,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 10,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "icc0.1121",
+ "ifPhysAddress": "001608000003",
+ "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": 78950300,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 38261801,
+ "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": 114181860875,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 3278331591,
+ "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": "icc0.1122",
+ "ifName": "icc0.1122",
+ "portName": null,
+ "ifIndex": 6,
+ "ifSpeed": 10000000,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 10,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "icc0.1122",
+ "ifPhysAddress": "001608000003",
+ "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": 6,
+ "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": 468,
+ "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": "icc0.1123",
+ "ifName": "icc0.1123",
+ "portName": null,
+ "ifIndex": 7,
+ "ifSpeed": 10000000,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 10,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "icc0.1123",
+ "ifPhysAddress": "001608000003",
+ "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": 6,
+ "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": 468,
+ "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": "icc0.1124",
+ "ifName": "icc0.1124",
+ "portName": null,
+ "ifIndex": 8,
+ "ifSpeed": 10000000,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 10,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "icc0.1124",
+ "ifPhysAddress": "001608000003",
+ "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": 6,
+ "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": 468,
+ "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
+ }
+ ]
+ }
+ },
+ "processors": {
+ "discovery": {
+ "processors": [
+ {
+ "entPhysicalIndex": 0,
+ "hrDeviceIndex": 768,
+ "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.768",
+ "processor_index": "768",
+ "processor_type": "hr",
+ "processor_usage": 29,
+ "processor_descr": "Processor",
+ "processor_precision": 1,
+ "processor_perc_warn": 75
+ }
+ ]
+ },
+ "poller": "matches discovery"
+ },
+ "mempools": {
+ "discovery": {
+ "mempools": [
+ {
+ "mempool_index": "1",
+ "entPhysicalIndex": null,
+ "hrDeviceIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_precision": 1024,
+ "mempool_descr": "Physical memory",
+ "mempool_perc": 0,
+ "mempool_used": 0,
+ "mempool_free": 0,
+ "mempool_total": 0,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 75
+ },
+ {
+ "mempool_index": "3",
+ "entPhysicalIndex": null,
+ "hrDeviceIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_precision": 1024,
+ "mempool_descr": "Virtual memory",
+ "mempool_perc": 0,
+ "mempool_used": 0,
+ "mempool_free": 0,
+ "mempool_total": 0,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 75
+ },
+ {
+ "mempool_index": "10",
+ "entPhysicalIndex": null,
+ "hrDeviceIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_precision": 1024,
+ "mempool_descr": "Swap space",
+ "mempool_perc": 0,
+ "mempool_used": 0,
+ "mempool_free": 0,
+ "mempool_total": 0,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 75
+ }
+ ]
+ },
+ "poller": {
+ "mempools": [
+ {
+ "mempool_index": "1",
+ "entPhysicalIndex": null,
+ "hrDeviceIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_precision": 1024,
+ "mempool_descr": "Physical memory",
+ "mempool_perc": 77,
+ "mempool_used": 29814784,
+ "mempool_free": 8966144,
+ "mempool_total": 38780928,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 75
+ },
+ {
+ "mempool_index": "3",
+ "entPhysicalIndex": null,
+ "hrDeviceIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_precision": 1024,
+ "mempool_descr": "Virtual memory",
+ "mempool_perc": 77,
+ "mempool_used": 29814784,
+ "mempool_free": 8966144,
+ "mempool_total": 38780928,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 75
+ },
+ {
+ "mempool_index": "10",
+ "entPhysicalIndex": null,
+ "hrDeviceIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_precision": 1024,
+ "mempool_descr": "Swap space",
+ "mempool_perc": 0,
+ "mempool_used": 0,
+ "mempool_free": 0,
+ "mempool_total": 0,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 75
+ }
+ ]
+ }
+ },
+ "sensors": {
+ "discovery": {
+ "sensors": [
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "count",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.38595.10.3.19.0",
+ "sensor_index": "pCID.0",
+ "sensor_type": "zmtel",
+ "sensor_descr": "Physical Cell ID",
+ "group": "",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 36,
+ "sensor_limit": 54,
+ "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": "dbm",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.38595.10.3.11.0",
+ "sensor_index": "rsrp0.0",
+ "sensor_type": "zmtel",
+ "sensor_descr": "RSRP0",
+ "group": "Reference Signal Received Power",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": -95,
+ "sensor_limit": -90.25,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": -99.75,
+ "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": "dbm",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.38595.10.3.12.0",
+ "sensor_index": "rsrp1.0",
+ "sensor_type": "zmtel",
+ "sensor_descr": "RSRP1",
+ "group": "Reference Signal Received Power",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": -94,
+ "sensor_limit": -89.3,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": -98.7,
+ "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": "dbm",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.38595.10.3.13.0",
+ "sensor_index": "rsrq.0",
+ "sensor_type": "zmtel",
+ "sensor_descr": "Reference Signal Received Quality",
+ "group": "",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": -9,
+ "sensor_limit": -8.55,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": -9.45,
+ "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": "dbm",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.38595.10.3.14.0",
+ "sensor_index": "rssi.0",
+ "sensor_type": "zmtel",
+ "sensor_descr": "Received Signal Strength Indicator",
+ "group": "",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": -54,
+ "sensor_limit": -51.3,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": -56.7,
+ "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": "dbm",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.38595.10.3.18.0",
+ "sensor_index": "txPower.0",
+ "sensor_type": "zmtel",
+ "sensor_descr": "Tx Power",
+ "group": "",
+ "sensor_divisor": 1,
+ "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": 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.38595.10.3.10.0",
+ "sensor_index": "bandwidth.0",
+ "sensor_type": "zmtel",
+ "sensor_descr": "Bandwidth",
+ "group": "",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 20000,
+ "sensor_limit": 21000,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": 19000,
+ "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.38595.10.3.8.0",
+ "sensor_index": "dlFrequency.0",
+ "sensor_type": "zmtel",
+ "sensor_descr": "Download",
+ "group": "",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 3512500,
+ "sensor_limit": 3688125,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": 3336875,
+ "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.38595.10.3.9.0",
+ "sensor_index": "ulFrequency.0",
+ "sensor_type": "zmtel",
+ "sensor_descr": "Upload",
+ "group": "",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 3512500,
+ "sensor_limit": 3688125,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": 3336875,
+ "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": "snr",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.38595.10.3.16.0",
+ "sensor_index": "cinr0.0",
+ "sensor_type": "zmtel",
+ "sensor_descr": "Carrier to Interference 0",
+ "group": "",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 26,
+ "sensor_limit": 27.3,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": 24.7,
+ "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": "snr",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.38595.10.3.17.0",
+ "sensor_index": "cinr1.0",
+ "sensor_type": "zmtel",
+ "sensor_descr": "Carrier to Interference 1",
+ "group": "",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 26,
+ "sensor_limit": 27.3,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": 24.7,
+ "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": "snr",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.38595.10.3.15.0",
+ "sensor_index": "sinr.0",
+ "sensor_type": "zmtel",
+ "sensor_descr": "Signal to Interference",
+ "group": "",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 26,
+ "sensor_limit": 27.3,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": 24.7,
+ "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.38595.10.3.6.0",
+ "sensor_index": "dlMCS.0",
+ "sensor_type": "dlMCS",
+ "sensor_descr": "Download",
+ "group": "Modulation Scheme",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 28,
+ "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": "dlMCS"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.38595.10.2.9.0",
+ "sensor_index": "firewall.0",
+ "sensor_type": "firewall",
+ "sensor_descr": "Firewall Status",
+ "group": "",
+ "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": "firewall"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.38595.10.3.7.0",
+ "sensor_index": "ulMCS.0",
+ "sensor_type": "ulMCS",
+ "sensor_descr": "Upload",
+ "group": "Modulation Scheme",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 22,
+ "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": "ulMCS"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.38595.10.4.1.0",
+ "sensor_index": "wanMode.0",
+ "sensor_type": "wanMode",
+ "sensor_descr": "WAN Mode",
+ "group": "",
+ "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": "wanMode"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.38595.10.4.2.0",
+ "sensor_index": "wanType.0",
+ "sensor_type": "wanType",
+ "sensor_descr": "WAN type",
+ "group": "",
+ "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": "wanType"
+ }
+ ],
+ "state_indexes": [
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs0-qpsk-tbs0",
+ "state_draw_graph": 1,
+ "state_value": 0,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs1-qpsk-tbs1",
+ "state_draw_graph": 1,
+ "state_value": 1,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs2-qpsk-tbs2",
+ "state_draw_graph": 1,
+ "state_value": 2,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs3-qpsk-tbs3",
+ "state_draw_graph": 1,
+ "state_value": 3,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs4-qpsk-tbs4",
+ "state_draw_graph": 1,
+ "state_value": 4,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs5-qpsk-tbs5",
+ "state_draw_graph": 1,
+ "state_value": 5,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs6-qpsk-tbs6",
+ "state_draw_graph": 1,
+ "state_value": 6,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs7-qpsk-tbs7",
+ "state_draw_graph": 1,
+ "state_value": 7,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs8-qpsk-tbs8",
+ "state_draw_graph": 1,
+ "state_value": 8,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs9-qpsk-tbs9",
+ "state_draw_graph": 1,
+ "state_value": 9,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs10-16qam-tbs9",
+ "state_draw_graph": 1,
+ "state_value": 10,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs11-16qam-tbs10",
+ "state_draw_graph": 1,
+ "state_value": 11,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs12-16qam-tbs11",
+ "state_draw_graph": 1,
+ "state_value": 12,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs13-16qam-tbs12",
+ "state_draw_graph": 1,
+ "state_value": 13,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs14-16qam-tbs13",
+ "state_draw_graph": 1,
+ "state_value": 14,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs15-16qam-tbs14",
+ "state_draw_graph": 1,
+ "state_value": 15,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs16-16qam-tbs15",
+ "state_draw_graph": 1,
+ "state_value": 16,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs17-64qam-tbs15",
+ "state_draw_graph": 1,
+ "state_value": 17,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs19-64qam-tbs17",
+ "state_draw_graph": 1,
+ "state_value": 19,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs21-64qam-tbs19",
+ "state_draw_graph": 1,
+ "state_value": 21,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs22-64qam-tbs20",
+ "state_draw_graph": 1,
+ "state_value": 22,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs23-64qam-tbs21",
+ "state_draw_graph": 1,
+ "state_value": 23,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs24-64qam-tbs22",
+ "state_draw_graph": 1,
+ "state_value": 24,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs25-64qam-tbs23",
+ "state_draw_graph": 1,
+ "state_value": 25,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs26-64qam-tbs24",
+ "state_draw_graph": 1,
+ "state_value": 26,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs27-64qam-tbs25",
+ "state_draw_graph": 1,
+ "state_value": 27,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs28-64qam-tbs26",
+ "state_draw_graph": 1,
+ "state_value": 28,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs29-qpsk-reserved",
+ "state_draw_graph": 1,
+ "state_value": 29,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs30-16qam-reserved",
+ "state_draw_graph": 1,
+ "state_value": 30,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "dlMCS",
+ "state_descr": "mcs31-64qam-reserved",
+ "state_draw_graph": 1,
+ "state_value": 31,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "firewall",
+ "state_descr": "disabled",
+ "state_draw_graph": 0,
+ "state_value": 0,
+ "state_generic_value": 2
+ },
+ {
+ "state_name": "firewall",
+ "state_descr": "enabled",
+ "state_draw_graph": 0,
+ "state_value": 1,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs0-qpsk-tbs0",
+ "state_draw_graph": 1,
+ "state_value": 0,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs1-qpsk-tbs1",
+ "state_draw_graph": 1,
+ "state_value": 1,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs2-qpsk-tbs2",
+ "state_draw_graph": 1,
+ "state_value": 2,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs3-qpsk-tbs3",
+ "state_draw_graph": 1,
+ "state_value": 3,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs4-qpsk-tbs4",
+ "state_draw_graph": 1,
+ "state_value": 4,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs5-qpsk-tbs5",
+ "state_draw_graph": 1,
+ "state_value": 5,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs6-qpsk-tbs6",
+ "state_draw_graph": 1,
+ "state_value": 6,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs7-qpsk-tbs7",
+ "state_draw_graph": 1,
+ "state_value": 7,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs8-qpsk-tbs8",
+ "state_draw_graph": 1,
+ "state_value": 8,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs9-qpsk-tbs9",
+ "state_draw_graph": 1,
+ "state_value": 9,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs10-16qam-tbs9",
+ "state_draw_graph": 1,
+ "state_value": 10,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs11-16qam-tbs10",
+ "state_draw_graph": 1,
+ "state_value": 11,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs12-16qam-tbs11",
+ "state_draw_graph": 1,
+ "state_value": 12,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs13-16qam-tbs12",
+ "state_draw_graph": 1,
+ "state_value": 13,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs14-16qam-tbs13",
+ "state_draw_graph": 1,
+ "state_value": 14,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs15-16qam-tbs14",
+ "state_draw_graph": 1,
+ "state_value": 15,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs16-16qam-tbs15",
+ "state_draw_graph": 1,
+ "state_value": 16,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs17-64qam-tbs15",
+ "state_draw_graph": 1,
+ "state_value": 17,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs19-64qam-tbs17",
+ "state_draw_graph": 1,
+ "state_value": 19,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs21-64qam-tbs19",
+ "state_draw_graph": 1,
+ "state_value": 21,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs22-64qam-tbs20",
+ "state_draw_graph": 1,
+ "state_value": 22,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs23-64qam-tbs21",
+ "state_draw_graph": 1,
+ "state_value": 23,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs24-64qam-tbs22",
+ "state_draw_graph": 1,
+ "state_value": 24,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs25-64qam-tbs23",
+ "state_draw_graph": 1,
+ "state_value": 25,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs26-64qam-tbs24",
+ "state_draw_graph": 1,
+ "state_value": 26,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs27-64qam-tbs25",
+ "state_draw_graph": 1,
+ "state_value": 27,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs28-64qam-tbs26",
+ "state_draw_graph": 1,
+ "state_value": 28,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs29-qpsk-reserved",
+ "state_draw_graph": 1,
+ "state_value": 29,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs30-16qam-reserved",
+ "state_draw_graph": 1,
+ "state_value": 30,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ulMCS",
+ "state_descr": "mcs31-64qam-reserved",
+ "state_draw_graph": 1,
+ "state_value": 31,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "wanMode",
+ "state_descr": "NAT",
+ "state_draw_graph": 0,
+ "state_value": 0,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "wanMode",
+ "state_descr": "Router",
+ "state_draw_graph": 0,
+ "state_value": 1,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "wanMode",
+ "state_descr": "Router",
+ "state_draw_graph": 0,
+ "state_value": 2,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "wanType",
+ "state_descr": "DHCP",
+ "state_draw_graph": 0,
+ "state_value": 0,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "wanType",
+ "state_descr": "Static",
+ "state_draw_graph": 0,
+ "state_value": 1,
+ "state_generic_value": 0
+ }
+ ]
+ },
+ "poller": "matches discovery"
+ },
+ "storage": {
+ "discovery": {
+ "storage": [
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "31",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/rom",
+ "storage_size": 6815744,
+ "storage_units": 262144,
+ "storage_used": 6815744,
+ "storage_free": 0,
+ "storage_perc": 0,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ },
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "33",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/overlay",
+ "storage_size": 3866624,
+ "storage_units": 4096,
+ "storage_used": 352256,
+ "storage_free": 0,
+ "storage_perc": 0,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ },
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "34",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/",
+ "storage_size": 3866624,
+ "storage_units": 4096,
+ "storage_used": 352256,
+ "storage_free": 0,
+ "storage_perc": 0,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ }
+ ]
+ },
+ "poller": {
+ "storage": [
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "31",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/rom",
+ "storage_size": 6815744,
+ "storage_units": 262144,
+ "storage_used": 6815744,
+ "storage_free": 0,
+ "storage_perc": 100,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ },
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "33",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/overlay",
+ "storage_size": 3866624,
+ "storage_units": 4096,
+ "storage_used": 352256,
+ "storage_free": 3514368,
+ "storage_perc": 9,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ },
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "34",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/",
+ "storage_size": 3866624,
+ "storage_units": 4096,
+ "storage_used": 352256,
+ "storage_free": 3514368,
+ "storage_perc": 9,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ }
+ ]
+ }
+ }
+}
diff --git a/tests/snmpsim/zmtel.snmprec b/tests/snmpsim/zmtel.snmprec
new file mode 100644
index 0000000000..049a6509f4
--- /dev/null
+++ b/tests/snmpsim/zmtel.snmprec
@@ -0,0 +1,356 @@
+1.3.6.1.2.1.1.1.0|4|--
+1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.38595.10
+1.3.6.1.2.1.1.3.0|67|148077200
+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.2.5|4|icc0.1121
+1.3.6.1.2.1.2.2.1.2.6|4|icc0.1122
+1.3.6.1.2.1.2.2.1.2.7|4|icc0.1123
+1.3.6.1.2.1.2.2.1.2.8|4|icc0.1124
+1.3.6.1.2.1.2.2.1.3.5|2|6
+1.3.6.1.2.1.2.2.1.3.6|2|6
+1.3.6.1.2.1.2.2.1.3.7|2|6
+1.3.6.1.2.1.2.2.1.3.8|2|6
+1.3.6.1.2.1.2.2.1.4.5|2|1500
+1.3.6.1.2.1.2.2.1.4.6|2|1500
+1.3.6.1.2.1.2.2.1.4.7|2|1500
+1.3.6.1.2.1.2.2.1.4.8|2|1500
+1.3.6.1.2.1.2.2.1.6.5|4x|001608000003
+1.3.6.1.2.1.2.2.1.6.6|4x|001608000003
+1.3.6.1.2.1.2.2.1.6.7|4x|001608000003
+1.3.6.1.2.1.2.2.1.6.8|4x|001608000003
+1.3.6.1.2.1.2.2.1.7.5|2|1
+1.3.6.1.2.1.2.2.1.7.6|2|1
+1.3.6.1.2.1.2.2.1.7.7|2|1
+1.3.6.1.2.1.2.2.1.7.8|2|1
+1.3.6.1.2.1.2.2.1.8.5|2|1
+1.3.6.1.2.1.2.2.1.8.6|2|1
+1.3.6.1.2.1.2.2.1.8.7|2|1
+1.3.6.1.2.1.2.2.1.8.8|2|1
+1.3.6.1.2.1.2.2.1.9.5|67|0
+1.3.6.1.2.1.2.2.1.9.6|67|0
+1.3.6.1.2.1.2.2.1.9.7|67|0
+1.3.6.1.2.1.2.2.1.9.8|67|0
+1.3.6.1.2.1.2.2.1.13.5|65|0
+1.3.6.1.2.1.2.2.1.13.6|65|0
+1.3.6.1.2.1.2.2.1.13.7|65|0
+1.3.6.1.2.1.2.2.1.13.8|65|0
+1.3.6.1.2.1.2.2.1.14.5|65|0
+1.3.6.1.2.1.2.2.1.14.6|65|0
+1.3.6.1.2.1.2.2.1.14.7|65|0
+1.3.6.1.2.1.2.2.1.14.8|65|0
+1.3.6.1.2.1.2.2.1.19.5|65|0
+1.3.6.1.2.1.2.2.1.19.6|65|0
+1.3.6.1.2.1.2.2.1.19.7|65|0
+1.3.6.1.2.1.2.2.1.19.8|65|0
+1.3.6.1.2.1.2.2.1.20.5|65|0
+1.3.6.1.2.1.2.2.1.20.6|65|0
+1.3.6.1.2.1.2.2.1.20.7|65|0
+1.3.6.1.2.1.2.2.1.20.8|65|0
+1.3.6.1.2.1.4.20.1.2.10.222.2.87|2|5
+1.3.6.1.2.1.4.20.1.2.10.254.254.1|2|2
+1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1
+1.3.6.1.2.1.4.20.1.2.192.168.15.1|2|2
+1.3.6.1.2.1.4.20.1.3.10.222.2.87|64|255.255.255.0
+1.3.6.1.2.1.4.20.1.3.10.254.254.1|64|255.255.255.0
+1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0
+1.3.6.1.2.1.4.20.1.3.192.168.15.1|64|255.255.255.0
+1.3.6.1.2.1.4.22.1.2.2.192.168.15.216|4x|D8EB97174488
+1.3.6.1.2.1.4.22.1.2.5.10.222.2.1|4x|001608020004
+1.3.6.1.2.1.5.1.0|65|5358
+1.3.6.1.2.1.5.2.0|65|4
+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|5353
+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|23306
+1.3.6.1.2.1.5.15.0|65|0
+1.3.6.1.2.1.5.16.0|65|17951
+1.3.6.1.2.1.5.17.0|65|1
+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|1
+1.3.6.1.2.1.5.22.0|65|5353
+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.11.1.0|65|208583
+1.3.6.1.2.1.11.2.0|65|208582
+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|4350318
+1.3.6.1.2.1.11.14.0|65|0
+1.3.6.1.2.1.11.15.0|65|34139
+1.3.6.1.2.1.11.16.0|65|97875
+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|208587
+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.2.1.25.1.1.0|67|148077360
+1.3.6.1.2.1.25.1.5.0|66|0
+1.3.6.1.2.1.25.2.2.0|2|37872
+1.3.6.1.2.1.25.2.3.1.1.1|2|1
+1.3.6.1.2.1.25.2.3.1.1.3|2|3
+1.3.6.1.2.1.25.2.3.1.1.6|2|6
+1.3.6.1.2.1.25.2.3.1.1.7|2|7
+1.3.6.1.2.1.25.2.3.1.1.8|2|8
+1.3.6.1.2.1.25.2.3.1.1.10|2|10
+1.3.6.1.2.1.25.2.3.1.1.31|2|31
+1.3.6.1.2.1.25.2.3.1.1.32|2|32
+1.3.6.1.2.1.25.2.3.1.1.33|2|33
+1.3.6.1.2.1.25.2.3.1.1.34|2|34
+1.3.6.1.2.1.25.2.3.1.1.35|2|35
+1.3.6.1.2.1.25.2.3.1.2.1|6|1.3.6.1.2.1.25.2.1.2
+1.3.6.1.2.1.25.2.3.1.2.3|6|1.3.6.1.2.1.25.2.1.3
+1.3.6.1.2.1.25.2.3.1.2.6|6|1.3.6.1.2.1.25.2.1.1
+1.3.6.1.2.1.25.2.3.1.2.7|6|1.3.6.1.2.1.25.2.1.1
+1.3.6.1.2.1.25.2.3.1.2.8|6|1.3.6.1.2.1.25.2.1.1
+1.3.6.1.2.1.25.2.3.1.2.10|6|1.3.6.1.2.1.25.2.1.3
+1.3.6.1.2.1.25.2.3.1.2.31|6|1.3.6.1.2.1.25.2.1.4
+1.3.6.1.2.1.25.2.3.1.2.32|6|1.3.6.1.2.1.25.2.1.4
+1.3.6.1.2.1.25.2.3.1.2.33|6|1.3.6.1.2.1.25.2.1.4
+1.3.6.1.2.1.25.2.3.1.2.34|6|1.3.6.1.2.1.25.2.1.4
+1.3.6.1.2.1.25.2.3.1.2.35|6|1.3.6.1.2.1.25.2.1.4
+1.3.6.1.2.1.25.2.3.1.3.1|4|Physical memory
+1.3.6.1.2.1.25.2.3.1.3.3|4|Virtual memory
+1.3.6.1.2.1.25.2.3.1.3.6|4|Memory buffers
+1.3.6.1.2.1.25.2.3.1.3.7|4|Cached memory
+1.3.6.1.2.1.25.2.3.1.3.8|4|Shared memory
+1.3.6.1.2.1.25.2.3.1.3.10|4|Swap space
+1.3.6.1.2.1.25.2.3.1.3.31|4|/rom
+1.3.6.1.2.1.25.2.3.1.3.32|4|/dev
+1.3.6.1.2.1.25.2.3.1.3.33|4|/overlay
+1.3.6.1.2.1.25.2.3.1.3.34|4|/
+1.3.6.1.2.1.25.2.3.1.3.35|4|/sfp2
+1.3.6.1.2.1.25.2.3.1.4.1|2|1024
+1.3.6.1.2.1.25.2.3.1.4.3|2|1024
+1.3.6.1.2.1.25.2.3.1.4.6|2|1024
+1.3.6.1.2.1.25.2.3.1.4.7|2|1024
+1.3.6.1.2.1.25.2.3.1.4.8|2|1024
+1.3.6.1.2.1.25.2.3.1.4.10|2|1024
+1.3.6.1.2.1.25.2.3.1.4.31|2|262144
+1.3.6.1.2.1.25.2.3.1.4.32|2|4096
+1.3.6.1.2.1.25.2.3.1.4.33|2|4096
+1.3.6.1.2.1.25.2.3.1.4.34|2|4096
+1.3.6.1.2.1.25.2.3.1.4.35|2|4096
+1.3.6.1.2.1.25.2.3.1.5.1|2|37872
+1.3.6.1.2.1.25.2.3.1.5.3|2|37872
+1.3.6.1.2.1.25.2.3.1.5.6|2|37872
+1.3.6.1.2.1.25.2.3.1.5.7|2|10268
+1.3.6.1.2.1.25.2.3.1.5.8|2|0
+1.3.6.1.2.1.25.2.3.1.5.10|2|0
+1.3.6.1.2.1.25.2.3.1.5.31|2|26
+1.3.6.1.2.1.25.2.3.1.5.32|2|4710
+1.3.6.1.2.1.25.2.3.1.5.33|2|944
+1.3.6.1.2.1.25.2.3.1.5.34|2|944
+1.3.6.1.2.1.25.2.3.1.5.35|2|0
+1.3.6.1.2.1.25.2.3.1.6.1|2|29116
+1.3.6.1.2.1.25.2.3.1.6.3|2|29116
+1.3.6.1.2.1.25.2.3.1.6.6|2|2884
+1.3.6.1.2.1.25.2.3.1.6.7|2|10268
+1.3.6.1.2.1.25.2.3.1.6.10|2|0
+1.3.6.1.2.1.25.2.3.1.6.31|2|26
+1.3.6.1.2.1.25.2.3.1.6.32|2|0
+1.3.6.1.2.1.25.2.3.1.6.33|2|86
+1.3.6.1.2.1.25.2.3.1.6.34|2|86
+1.3.6.1.2.1.25.2.3.1.6.35|2|0
+1.3.6.1.2.1.25.3.2.1.1.768|2|768
+1.3.6.1.2.1.25.3.2.1.1.1029|2|1029
+1.3.6.1.2.1.25.3.2.1.1.1030|2|1030
+1.3.6.1.2.1.25.3.2.1.1.1031|2|1031
+1.3.6.1.2.1.25.3.2.1.1.1032|2|1032
+1.3.6.1.2.1.25.3.2.1.2.768|6|1.3.6.1.2.1.25.3.1.3
+1.3.6.1.2.1.25.3.2.1.2.1029|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.1030|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.1031|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.1032|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.3.768|4|
+1.3.6.1.2.1.25.3.2.1.3.1029|4|network interface icc0.1121
+1.3.6.1.2.1.25.3.2.1.3.1030|4|network interface icc0.1122
+1.3.6.1.2.1.25.3.2.1.3.1031|4|network interface icc0.1123
+1.3.6.1.2.1.25.3.2.1.3.1032|4|network interface icc0.1124
+1.3.6.1.2.1.25.3.2.1.4.768|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.1029|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.1030|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.1031|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.1032|6|0.0
+1.3.6.1.2.1.25.3.2.1.5.768|2|2
+1.3.6.1.2.1.25.3.2.1.5.1029|2|2
+1.3.6.1.2.1.25.3.2.1.5.1030|2|2
+1.3.6.1.2.1.25.3.2.1.5.1031|2|2
+1.3.6.1.2.1.25.3.2.1.5.1032|2|2
+1.3.6.1.2.1.25.3.2.1.6.1029|65|0
+1.3.6.1.2.1.25.3.2.1.6.1030|65|0
+1.3.6.1.2.1.25.3.2.1.6.1031|65|0
+1.3.6.1.2.1.25.3.2.1.6.1032|65|0
+1.3.6.1.2.1.25.3.3.1.1.768|6|0.0
+1.3.6.1.2.1.25.3.3.1.2.768|2|29
+1.3.6.1.2.1.31.1.1.1.1.5|4|icc0.1121
+1.3.6.1.2.1.31.1.1.1.1.6|4|icc0.1122
+1.3.6.1.2.1.31.1.1.1.1.7|4|icc0.1123
+1.3.6.1.2.1.31.1.1.1.1.8|4|icc0.1124
+1.3.6.1.2.1.31.1.1.1.2.5|65|0
+1.3.6.1.2.1.31.1.1.1.2.6|65|0
+1.3.6.1.2.1.31.1.1.1.2.7|65|0
+1.3.6.1.2.1.31.1.1.1.2.8|65|0
+1.3.6.1.2.1.31.1.1.1.3.5|65|0
+1.3.6.1.2.1.31.1.1.1.3.6|65|0
+1.3.6.1.2.1.31.1.1.1.3.7|65|0
+1.3.6.1.2.1.31.1.1.1.3.8|65|0
+1.3.6.1.2.1.31.1.1.1.4.5|65|0
+1.3.6.1.2.1.31.1.1.1.4.6|65|0
+1.3.6.1.2.1.31.1.1.1.4.7|65|0
+1.3.6.1.2.1.31.1.1.1.4.8|65|0
+1.3.6.1.2.1.31.1.1.1.5.5|65|0
+1.3.6.1.2.1.31.1.1.1.5.6|65|0
+1.3.6.1.2.1.31.1.1.1.5.7|65|0
+1.3.6.1.2.1.31.1.1.1.5.8|65|0
+1.3.6.1.2.1.31.1.1.1.6.5|70|114181860875
+1.3.6.1.2.1.31.1.1.1.6.6|70|0
+1.3.6.1.2.1.31.1.1.1.6.7|70|0
+1.3.6.1.2.1.31.1.1.1.6.8|70|0
+1.3.6.1.2.1.31.1.1.1.7.5|70|78950300
+1.3.6.1.2.1.31.1.1.1.7.6|70|0
+1.3.6.1.2.1.31.1.1.1.7.7|70|0
+1.3.6.1.2.1.31.1.1.1.7.8|70|0
+1.3.6.1.2.1.31.1.1.1.8.5|70|0
+1.3.6.1.2.1.31.1.1.1.8.6|70|0
+1.3.6.1.2.1.31.1.1.1.8.7|70|0
+1.3.6.1.2.1.31.1.1.1.8.8|70|0
+1.3.6.1.2.1.31.1.1.1.9.5|70|0
+1.3.6.1.2.1.31.1.1.1.9.6|70|0
+1.3.6.1.2.1.31.1.1.1.9.7|70|0
+1.3.6.1.2.1.31.1.1.1.9.8|70|0
+1.3.6.1.2.1.31.1.1.1.10.5|70|3278331591
+1.3.6.1.2.1.31.1.1.1.10.6|70|468
+1.3.6.1.2.1.31.1.1.1.10.7|70|468
+1.3.6.1.2.1.31.1.1.1.10.8|70|468
+1.3.6.1.2.1.31.1.1.1.11.5|70|38261801
+1.3.6.1.2.1.31.1.1.1.11.6|70|6
+1.3.6.1.2.1.31.1.1.1.11.7|70|6
+1.3.6.1.2.1.31.1.1.1.11.8|70|6
+1.3.6.1.2.1.31.1.1.1.12.5|70|0
+1.3.6.1.2.1.31.1.1.1.12.6|70|0
+1.3.6.1.2.1.31.1.1.1.12.7|70|0
+1.3.6.1.2.1.31.1.1.1.12.8|70|0
+1.3.6.1.2.1.31.1.1.1.13.5|70|0
+1.3.6.1.2.1.31.1.1.1.13.6|70|0
+1.3.6.1.2.1.31.1.1.1.13.7|70|0
+1.3.6.1.2.1.31.1.1.1.13.8|70|0
+1.3.6.1.2.1.31.1.1.1.15.5|66|10
+1.3.6.1.2.1.31.1.1.1.15.6|66|10
+1.3.6.1.2.1.31.1.1.1.15.7|66|10
+1.3.6.1.2.1.31.1.1.1.15.8|66|10
+1.3.6.1.2.1.31.1.1.1.16.5|2|2
+1.3.6.1.2.1.31.1.1.1.16.6|2|2
+1.3.6.1.2.1.31.1.1.1.16.7|2|2
+1.3.6.1.2.1.31.1.1.1.16.8|2|2
+1.3.6.1.2.1.31.1.1.1.17.5|2|1
+1.3.6.1.2.1.31.1.1.1.17.6|2|1
+1.3.6.1.2.1.31.1.1.1.17.7|2|1
+1.3.6.1.2.1.31.1.1.1.17.8|2|1
+1.3.6.1.2.1.31.1.1.1.18.5|4|
+1.3.6.1.2.1.31.1.1.1.18.6|4|
+1.3.6.1.2.1.31.1.1.1.18.7|4|
+1.3.6.1.2.1.31.1.1.1.18.8|4|
+1.3.6.1.2.1.31.1.1.1.19.5|67|0
+1.3.6.1.2.1.31.1.1.1.19.6|67|0
+1.3.6.1.2.1.31.1.1.1.19.7|67|0
+1.3.6.1.2.1.31.1.1.1.19.8|67|0
+1.3.6.1.4.1.2021.4.3.0|2|0
+1.3.6.1.4.1.2021.4.4.0|2|0
+1.3.6.1.4.1.2021.4.5.0|2|37872
+1.3.6.1.4.1.2021.4.6.0|2|8756
+1.3.6.1.4.1.2021.4.11.0|2|8756
+1.3.6.1.4.1.2021.4.13.0|2|0
+1.3.6.1.4.1.2021.4.14.0|2|2884
+1.3.6.1.4.1.2021.4.15.0|2|10268
+1.3.6.1.4.1.2021.10.1.5.1|2|37
+1.3.6.1.4.1.2021.10.1.5.2|2|40
+1.3.6.1.4.1.2021.10.1.5.3|2|42
+1.3.6.1.4.1.2021.11.1.0|2|1
+1.3.6.1.4.1.2021.11.2.0|4|systemStats
+1.3.6.1.4.1.2021.11.3.0|2|0
+1.3.6.1.4.1.2021.11.4.0|2|0
+1.3.6.1.4.1.2021.11.5.0|2|0
+1.3.6.1.4.1.2021.11.6.0|2|0
+1.3.6.1.4.1.2021.11.7.0|2|101
+1.3.6.1.4.1.2021.11.8.0|2|251
+1.3.6.1.4.1.2021.11.9.0|2|20
+1.3.6.1.4.1.2021.11.10.0|2|7
+1.3.6.1.4.1.2021.11.11.0|2|71
+1.3.6.1.4.1.2021.11.50.0|65|29316549
+1.3.6.1.4.1.2021.11.51.0|65|0
+1.3.6.1.4.1.2021.11.52.0|65|10647915
+1.3.6.1.4.1.2021.11.53.0|65|105820090
+1.3.6.1.4.1.2021.11.54.0|65|0
+1.3.6.1.4.1.2021.11.55.0|65|0
+1.3.6.1.4.1.2021.11.56.0|65|123
+1.3.6.1.4.1.2021.11.57.0|65|0
+1.3.6.1.4.1.2021.11.58.0|65|0
+1.3.6.1.4.1.2021.11.59.0|65|216951258
+1.3.6.1.4.1.2021.11.60.0|65|398112420
+1.3.6.1.4.1.2021.11.61.0|65|1092172
+1.3.6.1.4.1.2021.11.62.0|65|0
+1.3.6.1.4.1.2021.11.63.0|65|0
+1.3.6.1.4.1.38595.10.1.1.0|4|GP
+1.3.6.1.4.1.38595.10.1.3.0|4|OT-350
+1.3.6.1.4.1.38595.10.1.4.0|4|V1.0
+1.3.6.1.4.1.38595.10.1.5.0|4|OTIZT173501415
+1.3.6.1.4.1.38595.10.1.6.0|4|ZMOT350172600406
+1.3.6.1.4.1.38595.10.1.7.0|4|MT-32803-1.2.3-R8-GP
+1.3.6.1.4.1.38595.10.1.8.0|4|3.3.2.0-32803
+1.3.6.1.4.1.38595.10.1.9.0|4|10.5-16886P
+1.3.6.1.4.1.38595.10.1.10.0|4|353152089035028
+1.3.6.1.4.1.38595.10.1.11.0|4|302999000800252
+1.3.6.1.4.1.38595.10.1.12.0|4|42_43
+1.3.6.1.4.1.38595.10.1.13.0|2|0
+1.3.6.1.4.1.38595.10.1.14.0|2|0
+1.3.6.1.4.1.38595.10.2.9.0|2|1
+1.3.6.1.4.1.38595.10.3.6.0|2|28
+1.3.6.1.4.1.38595.10.3.7.0|2|22
+1.3.6.1.4.1.38595.10.3.8.0|4|3512500
+1.3.6.1.4.1.38595.10.3.9.0|4|3512500
+1.3.6.1.4.1.38595.10.3.10.0|66|20000
+1.3.6.1.4.1.38595.10.3.11.0|2|-95
+1.3.6.1.4.1.38595.10.3.12.0|2|-94
+1.3.6.1.4.1.38595.10.3.13.0|2|-9
+1.3.6.1.4.1.38595.10.3.14.0|2|-54
+1.3.6.1.4.1.38595.10.3.15.0|2|26
+1.3.6.1.4.1.38595.10.3.16.0|2|26
+1.3.6.1.4.1.38595.10.3.17.0|2|26
+1.3.6.1.4.1.38595.10.3.18.0|2|0
+1.3.6.1.4.1.38595.10.3.19.0|2|36
+1.3.6.1.4.1.38595.10.3.20.0|2|1403
+1.3.6.1.4.1.38595.10.3.21.0|2|0
+1.3.6.1.4.1.38595.10.4.1.0|2|0
+1.3.6.1.4.1.38595.10.4.2.0|2|0
+1.3.6.1.6.3.10.2.1.3.0|2|1480740