initial support for Supermicro BMC (#15750)

* initial support for Supermicro BMC

* removed pre-cache entry

* removed forced disable from yaml
This commit is contained in:
Peca Nesovanovic 2024-01-17 22:58:08 +01:00 committed by GitHub
parent f1e993fb76
commit f9fc80966f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 4172 additions and 0 deletions

View File

@ -217,6 +217,7 @@ LibreNMS contributors:
- Daniel Baeza <doctoruve@gmail.com> (TheGreatDoc)
- Thom Cleary <me@thomcat.rocks> (thomcatdotrocks)
- Kayck Matias <kayckmatias04@gmail.com> [KayckMatias](https://github.com/KayckMatias/)
- Peca Nesovanovic <peca.nesovanovic@sattrakt.com>
Observium was written by:
- Adam Armstrong

View File

@ -0,0 +1,97 @@
mib: ATEN-IPMI-MIB
modules:
os:
version:
- ATEN-IPMI-MIB::bmcMajorVesion.0
- ATEN-IPMI-MIB::bmcMinorVesion.0
version_template: "FW {{ ATEN-IPMI-MIB::bmcMajorVesion.0 }}.{{ ATEN-IPMI-MIB::bmcMinorVesion.0 }}"
features: ATEN-IPMI-MIB::biosVesion.0
features_template: "Bios {{ ATEN-IPMI-MIB::biosVesion.0 }}"
sensors:
temperature:
data:
-
oid: sensorTable
value: sensorReading
num_oid: '.1.3.6.1.4.1.21317.1.3.1.2.{{ $index }}'
descr: sensorIDString
index: sensorTableSensorNr.{{ $index }}
low_limit: lcThreshold
low_warn_limit: lncThreshold
warn_limit: uncThreshold
high_limit: ucThreshold
skip_values:
-
oid: sensorIDString
op: 'not_contains'
value: 'Temp'
fanspeed:
data:
-
oid: sensorTable
value: sensorReading
num_oid: '.1.3.6.1.4.1.21317.1.3.1.2.{{ $index }}'
descr: sensorIDString
index: sensorTableSensorNr.{{ $index }}
low_limit: lcThreshold
low_warn_limit: lncThreshold
warn_limit: uncThreshold
high_limit: ucThreshold
skip_values:
-
oid: sensorIDString
op: 'not_contains'
value: 'FAN'
voltage:
data:
-
oid: sensorTable
value: sensorReading
num_oid: '.1.3.6.1.4.1.21317.1.3.1.2.{{ $index }}'
descr: sensorIDString
index: sensorTableSensorNr.{{ $index }}
low_limit: lcThreshold
low_warn_limit: lncThreshold
warn_limit: uncThreshold
high_limit: ucThreshold
skip_values:
-
oid: sensorIDString
op: 'not_in_array'
value:
- Vcpu
- VDIMM
- 12V
- 5VCC
- 3.3VCC
- VBAT
- AVCC
- VSB
state:
data:
-
oid: sensorTable
value: sensorReading
num_oid: '.1.3.6.1.4.1.21317.1.3.1.2.{{ $index }}'
descr: sensorIDString
index: sensorTableSensorNr.{{ $index }}
state_name: smSensorState
skip_values:
-
oid: sensorIDString
op: 'not_contains'
value: 'Status'
states:
- { descr: On, graph: 1, value: 1, generic: 0 }
- { descr: Off, graph: 1, value: 0, generic: 2 }
-
oid: powerStatus
value: powerStatus
num_oid: '.1.3.6.1.4.1.21317.1.4.{{ $index }}'
descr: 'Power Status {{ $index }}'
index: powerStatusSensorNr.{{ $index }}
state_name: smPowerState
states:
- { descr: On, graph: 1, value: 1, generic: 0 }
- { descr: Off, graph: 1, value: 0, generic: 2 }
- { descr: Reset, graph: 1, value: 2, generic: 1 }

View File

@ -0,0 +1,17 @@
os: supermicro-bmc
text: 'Supermicro-BMC'
type: appliance
icon: supermicro
snmp_bulk: false
mib_dir: supermicro
group: supermicro
over:
- { graph: device_temperature, text: 'Temperatures' }
- { graph: device_fanspeed, text: 'Fan Speed' }
discovery:
-
sysObjectID: .1.3.6.1.4.1.8072.3.2.10
snmpget:
oid: ATEN-IPMI-MIB::bmcMajorVesion.0
op: '!='
value: false

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,397 @@
1.3.6.1.2.1.1.1.0|4|Linux (none) 2.6.28.9 #1 Mon Feb 10 11:07:10 CST 2020 armv5tejl
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
1.3.6.1.2.1.2.2.1.2.1|4|lo
1.3.6.1.2.1.2.2.1.2.2|4|sit0
1.3.6.1.2.1.2.2.1.2.3|4|bond0
1.3.6.1.2.1.2.2.1.2.4|4|eth0
1.3.6.1.2.1.2.2.1.2.5|4|eth1
1.3.6.1.2.1.2.2.1.2.6|4|eth0.76
1.3.6.1.2.1.2.2.1.3.1|2|24
1.3.6.1.2.1.2.2.1.3.2|2|131
1.3.6.1.2.1.2.2.1.3.3|2|6
1.3.6.1.2.1.2.2.1.3.4|2|6
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.8.1|2|1
1.3.6.1.2.1.2.2.1.8.2|2|2
1.3.6.1.2.1.2.2.1.8.3|2|2
1.3.6.1.2.1.2.2.1.8.4|2|1
1.3.6.1.2.1.2.2.1.8.5|2|2
1.3.6.1.2.1.2.2.1.8.6|2|1
1.3.6.1.2.1.4.20.1.2.44.0.76.10|2|6
1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1
1.3.6.1.2.1.4.20.1.3.44.0.76.10|64|255.255.255.0
1.3.6.1.2.1.4.24.6.0|66|13
1.3.6.1.2.1.4.24.7.1.7.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|6
1.3.6.1.2.1.4.24.7.1.7.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|6
1.3.6.1.2.1.4.24.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|6
1.3.6.1.2.1.4.24.7.1.7.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|6
1.3.6.1.2.1.4.24.7.1.7.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|6
1.3.6.1.2.1.4.24.7.1.7.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1
1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|6
1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|4
1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1
1.3.6.1.2.1.4.24.7.1.7.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1
1.3.6.1.2.1.4.24.7.1.7.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|6
1.3.6.1.2.1.4.24.7.1.7.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|4
1.3.6.1.2.1.4.24.7.1.7.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|6
1.3.6.1.2.1.4.24.7.1.8.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|4
1.3.6.1.2.1.4.24.7.1.8.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|3
1.3.6.1.2.1.4.24.7.1.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|4
1.3.6.1.2.1.4.24.7.1.8.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|3
1.3.6.1.2.1.4.24.7.1.8.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|3
1.3.6.1.2.1.4.24.7.1.8.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|3
1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|3
1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|3
1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|3
1.3.6.1.2.1.4.24.7.1.8.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|3
1.3.6.1.2.1.4.24.7.1.8.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|3
1.3.6.1.2.1.4.24.7.1.8.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|3
1.3.6.1.2.1.4.24.7.1.8.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|3
1.3.6.1.2.1.4.24.7.1.9.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|2
1.3.6.1.2.1.4.24.7.1.9.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|2
1.3.6.1.2.1.4.24.7.1.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|2
1.3.6.1.2.1.4.24.7.1.9.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|2
1.3.6.1.2.1.4.24.7.1.9.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|2
1.3.6.1.2.1.4.24.7.1.9.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|2
1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|2
1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|2
1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|2
1.3.6.1.2.1.4.24.7.1.9.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|2
1.3.6.1.2.1.4.24.7.1.9.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|2
1.3.6.1.2.1.4.24.7.1.9.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|2
1.3.6.1.2.1.4.24.7.1.9.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|2
1.3.6.1.2.1.4.24.7.1.10.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|66|0
1.3.6.1.2.1.4.24.7.1.10.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|66|0
1.3.6.1.2.1.4.24.7.1.10.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.10.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|66|0
1.3.6.1.2.1.4.24.7.1.10.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.10.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.10.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.10.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|66|0
1.3.6.1.2.1.4.24.7.1.11.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|66|0
1.3.6.1.2.1.4.24.7.1.11.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|66|0
1.3.6.1.2.1.4.24.7.1.11.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.11.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|66|0
1.3.6.1.2.1.4.24.7.1.11.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.11.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.11.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.11.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|66|0
1.3.6.1.2.1.4.24.7.1.11.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|66|0
1.3.6.1.2.1.4.24.7.1.12.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|0
1.3.6.1.2.1.4.24.7.1.12.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|0
1.3.6.1.2.1.4.24.7.1.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|1024
1.3.6.1.2.1.4.24.7.1.12.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|256
1.3.6.1.2.1.4.24.7.1.12.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|0
1.3.6.1.2.1.4.24.7.1.12.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|0
1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|256
1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|256
1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|0
1.3.6.1.2.1.4.24.7.1.12.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|0
1.3.6.1.2.1.4.24.7.1.12.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|256
1.3.6.1.2.1.4.24.7.1.12.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|256
1.3.6.1.2.1.4.24.7.1.12.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|0
1.3.6.1.2.1.4.24.7.1.13.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|-1
1.3.6.1.2.1.4.24.7.1.13.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.13.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|-1
1.3.6.1.2.1.4.24.7.1.13.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.13.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|-1
1.3.6.1.2.1.4.24.7.1.13.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.13.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.13.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.13.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.13.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1
1.3.6.1.2.1.4.24.7.1.14.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|-1
1.3.6.1.2.1.4.24.7.1.14.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.14.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|-1
1.3.6.1.2.1.4.24.7.1.14.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.14.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|-1
1.3.6.1.2.1.4.24.7.1.14.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.14.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.14.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.14.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.14.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1
1.3.6.1.2.1.4.24.7.1.15.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|-1
1.3.6.1.2.1.4.24.7.1.15.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.15.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|-1
1.3.6.1.2.1.4.24.7.1.15.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.15.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|-1
1.3.6.1.2.1.4.24.7.1.15.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.15.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.15.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.15.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.15.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1
1.3.6.1.2.1.4.24.7.1.16.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|-1
1.3.6.1.2.1.4.24.7.1.16.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.16.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|-1
1.3.6.1.2.1.4.24.7.1.16.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.16.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|-1
1.3.6.1.2.1.4.24.7.1.16.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.16.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.16.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.16.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|-1
1.3.6.1.2.1.4.24.7.1.16.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|-1
1.3.6.1.2.1.4.24.7.1.17.1.4.0.0.0.0.0.2.0.0.1.4.44.0.76.1|2|1
1.3.6.1.2.1.4.24.7.1.17.1.4.44.0.76.0.24.3.0.0.6.1.4.0.0.0.0|2|1
1.3.6.1.2.1.4.24.7.1.17.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.13.2.16.254.128.0.0.0.0.0.0.4.37.0.255.254.0.3.1|2|1
1.3.6.1.2.1.4.24.7.1.17.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.0.0.64.3.0.0.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1
1.3.6.1.2.1.4.24.7.1.17.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33.128.3.0.0.3.2.16.253.0.0.37.0.118.0.0.0.0.0.0.0.0.50.33|2|1
1.3.6.1.2.1.4.24.7.1.17.2.16.253.0.0.37.0.118.0.0.2.37.144.255.254.134.220.73.128.3.0.0.4.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1
1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.8.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1
1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64.3.0.0.9.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1
1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1
1.3.6.1.2.1.4.24.7.1.17.2.16.254.128.0.0.0.0.0.0.2.37.144.255.254.134.220.73.128.3.0.0.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1
1.3.6.1.2.1.4.24.7.1.17.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.11.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1
1.3.6.1.2.1.4.24.7.1.17.2.16.255.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.3.0.0.12.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0|2|1
1.3.6.1.2.1.4.24.7.1.17.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128.3.0.0.10.2.16.255.2.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|1
1.3.6.1.2.1.4.31.1.1.3.1|65|45759875
1.3.6.1.2.1.4.31.1.1.3.2|65|57989695
1.3.6.1.2.1.4.31.1.1.4.1|70|45759875
1.3.6.1.2.1.4.31.1.1.4.2|70|57989695
1.3.6.1.2.1.4.31.1.1.7.1|65|0
1.3.6.1.2.1.4.31.1.1.7.2|65|0
1.3.6.1.2.1.4.31.1.1.8.1|65|0
1.3.6.1.2.1.4.31.1.1.8.2|65|0
1.3.6.1.2.1.4.31.1.1.9.1|65|121
1.3.6.1.2.1.4.31.1.1.9.2|65|0
1.3.6.1.2.1.4.31.1.1.10.1|65|0
1.3.6.1.2.1.4.31.1.1.10.2|65|0
1.3.6.1.2.1.4.31.1.1.11.1|65|0
1.3.6.1.2.1.4.31.1.1.11.2|65|0
1.3.6.1.2.1.4.31.1.1.12.1|65|0
1.3.6.1.2.1.4.31.1.1.12.2|65|0
1.3.6.1.2.1.4.31.1.1.13.1|70|0
1.3.6.1.2.1.4.31.1.1.13.2|70|0
1.3.6.1.2.1.4.31.1.1.14.1|65|0
1.3.6.1.2.1.4.31.1.1.14.2|65|0
1.3.6.1.2.1.4.31.1.1.15.1|65|0
1.3.6.1.2.1.4.31.1.1.15.2|65|0
1.3.6.1.2.1.4.31.1.1.16.1|65|0
1.3.6.1.2.1.4.31.1.1.16.2|65|0
1.3.6.1.2.1.4.31.1.1.17.1|65|0
1.3.6.1.2.1.4.31.1.1.17.2|65|9921
1.3.6.1.2.1.4.31.1.1.18.1|65|45759742
1.3.6.1.2.1.4.31.1.1.18.2|65|57973966
1.3.6.1.2.1.4.31.1.1.19.1|70|45759742
1.3.6.1.2.1.4.31.1.1.19.2|70|57973966
1.3.6.1.2.1.4.31.1.1.20.1|65|44459909
1.3.6.1.2.1.4.31.1.1.20.2|65|57620932
1.3.6.1.2.1.4.31.1.1.21.1|70|44459909
1.3.6.1.2.1.4.31.1.1.21.2|70|57620932
1.3.6.1.2.1.4.31.1.1.22.1|65|88
1.3.6.1.2.1.4.31.1.1.22.2|65|4
1.3.6.1.2.1.4.31.1.1.23.1|65|0
1.3.6.1.2.1.4.31.1.1.23.2|65|0
1.3.6.1.2.1.4.31.1.1.24.1|70|0
1.3.6.1.2.1.4.31.1.1.24.2|70|0
1.3.6.1.2.1.4.31.1.1.25.1|65|0
1.3.6.1.2.1.4.31.1.1.25.2|65|0
1.3.6.1.2.1.4.31.1.1.26.1|65|0
1.3.6.1.2.1.4.31.1.1.26.2|65|0
1.3.6.1.2.1.4.31.1.1.27.1|65|0
1.3.6.1.2.1.4.31.1.1.27.2|65|0
1.3.6.1.2.1.4.31.1.1.28.1|65|0
1.3.6.1.2.1.4.31.1.1.28.2|65|0
1.3.6.1.2.1.4.31.1.1.29.1|65|0
1.3.6.1.2.1.4.31.1.1.29.2|65|0
1.3.6.1.2.1.4.31.1.1.30.1|65|44459821
1.3.6.1.2.1.4.31.1.1.30.2|65|57620928
1.3.6.1.2.1.4.31.1.1.31.1|70|44459821
1.3.6.1.2.1.4.31.1.1.31.2|70|57620928
1.3.6.1.2.1.4.31.1.1.34.1|65|0
1.3.6.1.2.1.4.31.1.1.34.2|65|352663
1.3.6.1.2.1.4.31.1.1.35.1|70|0
1.3.6.1.2.1.4.31.1.1.35.2|70|352663
1.3.6.1.2.1.4.31.1.1.38.1|65|0
1.3.6.1.2.1.4.31.1.1.38.2|65|27580
1.3.6.1.2.1.4.31.1.1.39.1|70|0
1.3.6.1.2.1.4.31.1.1.39.2|70|27580
1.3.6.1.2.1.4.31.1.1.42.1|65|1248803
1.3.6.1.2.1.4.31.1.1.43.1|70|1248803
1.3.6.1.2.1.4.31.1.1.44.1|65|0
1.3.6.1.2.1.4.31.1.1.45.1|70|0
1.3.6.1.2.1.4.31.1.1.46.1|67|0
1.3.6.1.2.1.4.31.1.1.46.2|67|0
1.3.6.1.2.1.4.31.1.1.47.1|66|60000
1.3.6.1.2.1.4.31.1.1.47.2|66|60000
1.3.6.1.2.1.25.1.5.0|66|0
1.3.6.1.2.1.25.1.6.0|66|41
1.3.6.1.2.1.25.1.7.0|2|0
1.3.6.1.2.1.25.2.2.0|2|76900
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.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.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.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.5.1|2|76900
1.3.6.1.2.1.25.2.3.1.5.3|2|76900
1.3.6.1.2.1.25.2.3.1.5.6|2|76900
1.3.6.1.2.1.25.2.3.1.5.7|2|25500
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.6.1|2|69180
1.3.6.1.2.1.25.2.3.1.6.3|2|69180
1.3.6.1.2.1.25.2.3.1.6.6|2|1968
1.3.6.1.2.1.25.2.3.1.6.7|2|25500
1.3.6.1.2.1.25.2.3.1.6.8|2|0
1.3.6.1.2.1.25.2.3.1.6.10|2|0
1.3.6.1.2.1.25.3.2.1.1.196608|2|196608
1.3.6.1.2.1.25.3.2.1.1.262145|2|262145
1.3.6.1.2.1.25.3.2.1.1.262146|2|262146
1.3.6.1.2.1.25.3.2.1.1.262147|2|262147
1.3.6.1.2.1.25.3.2.1.1.262148|2|262148
1.3.6.1.2.1.25.3.2.1.1.262149|2|262149
1.3.6.1.2.1.25.3.2.1.1.262150|2|262150
1.3.6.1.2.1.25.3.2.1.1.327680|2|327680
1.3.6.1.2.1.25.3.2.1.1.786432|2|786432
1.3.6.1.2.1.25.3.2.1.2.196608|6|1.3.6.1.2.1.25.3.1.3
1.3.6.1.2.1.25.3.2.1.2.262145|6|1.3.6.1.2.1.25.3.1.4
1.3.6.1.2.1.25.3.2.1.2.262146|6|1.3.6.1.2.1.25.3.1.4
1.3.6.1.2.1.25.3.2.1.2.262147|6|1.3.6.1.2.1.25.3.1.4
1.3.6.1.2.1.25.3.2.1.2.262148|6|1.3.6.1.2.1.25.3.1.4
1.3.6.1.2.1.25.3.2.1.2.262149|6|1.3.6.1.2.1.25.3.1.4
1.3.6.1.2.1.25.3.2.1.2.262150|6|1.3.6.1.2.1.25.3.1.4
1.3.6.1.2.1.25.3.2.1.2.327680|6|1.3.6.1.2.1.25.3.1.5
1.3.6.1.2.1.25.3.2.1.2.786432|6|1.3.6.1.2.1.25.3.1.12
1.3.6.1.2.1.25.3.2.1.3.196608|4|
1.3.6.1.2.1.25.3.2.1.3.262145|4|network interface lo
1.3.6.1.2.1.25.3.2.1.3.262146|4|network interface sit0
1.3.6.1.2.1.25.3.2.1.3.262147|4|network interface bond0
1.3.6.1.2.1.25.3.2.1.3.262148|4|network interface eth0
1.3.6.1.2.1.25.3.2.1.3.262149|4|network interface eth1
1.3.6.1.2.1.25.3.2.1.3.262150|4|network interface eth0.76
1.3.6.1.2.1.25.3.2.1.3.327680|4x|22737563682066696c65206f72206469726563746f72790a22
1.3.6.1.2.1.25.3.2.1.3.786432|4|Guessing that there's a floating point co-processor
1.3.6.1.2.1.25.3.2.1.4.196608|6|0.0
1.3.6.1.2.1.25.3.2.1.4.262145|6|0.0
1.3.6.1.2.1.25.3.2.1.4.262146|6|0.0
1.3.6.1.2.1.25.3.2.1.4.262147|6|0.0
1.3.6.1.2.1.25.3.2.1.4.262148|6|0.0
1.3.6.1.2.1.25.3.2.1.4.262149|6|0.0
1.3.6.1.2.1.25.3.2.1.4.262150|6|0.0
1.3.6.1.2.1.25.3.2.1.4.327680|6|0.0
1.3.6.1.2.1.25.3.2.1.4.786432|6|0.0
1.3.6.1.2.1.25.3.2.1.5.262145|2|2
1.3.6.1.2.1.25.3.2.1.5.262146|2|5
1.3.6.1.2.1.25.3.2.1.5.262147|2|5
1.3.6.1.2.1.25.3.2.1.5.262148|2|2
1.3.6.1.2.1.25.3.2.1.5.262149|2|5
1.3.6.1.2.1.25.3.2.1.5.262150|2|2
1.3.6.1.2.1.25.3.2.1.5.327680|2|1
1.3.6.1.2.1.25.3.2.1.6.262145|65|0
1.3.6.1.2.1.25.3.2.1.6.262146|65|0
1.3.6.1.2.1.25.3.2.1.6.262147|65|0
1.3.6.1.2.1.25.3.2.1.6.262148|65|3
1.3.6.1.2.1.25.3.2.1.6.262149|65|0
1.3.6.1.2.1.25.3.2.1.6.262150|65|0
1.3.6.1.2.1.25.3.2.1.6.327680|65|0
1.3.6.1.2.1.25.3.3.1.1.196608|6|0.0
1.3.6.1.2.1.25.3.3.1.2.196608|2|24
1.3.6.1.2.1.31.1.1.1.1.1|4|lo
1.3.6.1.2.1.31.1.1.1.1.2|4|sit0
1.3.6.1.2.1.31.1.1.1.1.3|4|bond0
1.3.6.1.2.1.31.1.1.1.1.4|4|eth0
1.3.6.1.2.1.31.1.1.1.1.5|4|eth1
1.3.6.1.2.1.31.1.1.1.1.6|4|eth0.76
1.3.6.1.2.1.31.1.1.1.18.1|4|
1.3.6.1.2.1.31.1.1.1.18.2|4|
1.3.6.1.2.1.31.1.1.1.18.3|4|
1.3.6.1.2.1.31.1.1.1.18.4|4|
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.4.1.2021.10.1.5.1|2|17
1.3.6.1.4.1.2021.10.1.5.2|2|13
1.3.6.1.4.1.2021.10.1.5.3|2|10
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|19
1.3.6.1.4.1.2021.11.7.0|2|413
1.3.6.1.4.1.2021.11.8.0|2|507
1.3.6.1.4.1.2021.11.9.0|2|11
1.3.6.1.4.1.2021.11.10.0|2|8
1.3.6.1.4.1.2021.11.11.0|2|76
1.3.6.1.4.1.2021.11.50.0|65|32320135
1.3.6.1.4.1.2021.11.51.0|65|0
1.3.6.1.4.1.2021.11.52.0|65|95835367
1.3.6.1.4.1.2021.11.53.0|65|2834113288
1.3.6.1.4.1.2021.11.54.0|65|4455
1.3.6.1.4.1.2021.11.55.0|65|0
1.3.6.1.4.1.2021.11.56.0|65|50033
1.3.6.1.4.1.2021.11.57.0|65|0
1.3.6.1.4.1.2021.11.58.0|65|115800
1.3.6.1.4.1.2021.11.59.0|65|1558533809
1.3.6.1.4.1.2021.11.60.0|65|237946756
1.3.6.1.4.1.2021.11.61.0|65|5865845
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.2021.11.64.0|65|0
1.3.6.1.4.1.2021.11.65.0|65|0
1.3.6.1.4.1.2021.11.66.0|65|0
1.3.6.1.4.1.21317.1.3.1.2.1|4|48.000
1.3.6.1.4.1.21317.1.3.1.2.2|4|29.000
1.3.6.1.4.1.21317.1.3.1.2.3|4|43.000
1.3.6.1.4.1.21317.1.3.1.2.4|4|37.000
1.3.6.1.4.1.21317.1.3.1.2.5|4|33.000
1.3.6.1.4.1.21317.1.3.1.2.6|4|33.000
1.3.6.1.4.1.21317.1.3.1.2.7|4|0.000
1.3.6.1.4.1.21317.1.3.1.2.8|4|0.000
1.3.6.1.4.1.21317.1.3.1.2.9|4|3600.000
1.3.6.1.4.1.21317.1.3.1.2.10|4|1.836
1.3.6.1.4.1.21317.1.3.1.2.11|4|1.460
1.3.6.1.4.1.21317.1.3.1.2.12|4|11.847
1.3.6.1.4.1.21317.1.3.1.2.13|4|4.969
1.3.6.1.4.1.21317.1.3.1.2.14|4|3.329
1.3.6.1.4.1.21317.1.3.1.2.15|4|2.955
1.3.6.1.4.1.21317.1.3.1.2.16|4|3.329
1.3.6.1.4.1.21317.1.3.1.2.17|4|3.284
1.3.6.1.4.1.21317.1.3.1.2.18|4|1.000
1.3.6.1.4.1.21317.1.3.1.2.19|4|1.000
1.3.6.1.4.1.21317.1.4.0|2|1
1.3.6.1.4.1.21317.1.5.1.0|2|3
1.3.6.1.4.1.21317.1.5.2.0|2|88
1.3.6.1.4.1.21317.1.5.4.0|4|3.3