Add more Synology health info (#16178)

This commit is contained in:
Mark Westerterp 2024-07-04 21:33:34 +02:00 committed by GitHub
parent fd3e786987
commit 07fba0436d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 2641 additions and 36 deletions

View File

@ -21,6 +21,15 @@ modules:
descr: '{{ $diskID }} {{ $diskModel }}'
index: '{{ $index }}'
group: 'Disks'
count:
data:
-
oid: diskTable
value: diskBadSector
num_oid: '.1.3.6.1.4.1.6574.2.1.1.9.{{ $index }}'
descr: '{{ $diskID }} {{ $diskModel }}'
index: '{{ $index }}'
group: 'Bad sectors'
state:
data:
-
@ -120,3 +129,16 @@ modules:
- { value: 3, generic: 1, graph: 0, descr: 'NotInitialized' }
- { value: 4, generic: 2, graph: 0, descr: 'SystemPartitionFailed' }
- { value: 5, generic: 2, graph: 0, descr: 'Crashed' }
-
oid: diskTable
value: diskHealthStatus
num_oid: '.1.3.6.1.4.1.6574.2.1.1.13.{{ $index }}'
descr: '{{ $diskID }} {{ $diskModel }}'
index: '{{ $index }}'
group: 'Disk Health'
state_name: diskHealthStatusState
states:
- { value: 1, generic: 0, graph: 0, descr: 'Normal' }
- { value: 2, generic: 1, graph: 0, descr: 'Warning' }
- { value: 3, generic: 2, graph: 0, descr: 'Critical' }
- { value: 4, generic: 2, graph: 0, descr: 'Failing' }

View File

@ -10,8 +10,8 @@ synoDisk MODULE-IDENTITY
LAST-UPDATED "201309110000Z"
ORGANIZATION "www.synology.com"
CONTACT-INFO
"postal: Jay Pan
email: jaypan@synology.com"
"Synology Inc.
Email: snmp@synology.com"
DESCRIPTION
"Characteristics of the disk information"
REVISION "201309110000Z"
@ -45,12 +45,19 @@ DiskEntry ::= SEQUENCE {
diskModel OCTET STRING,
diskType OCTET STRING,
diskStatus Integer32,
diskTemperature Integer32
diskTemperature Integer32,
diskRole OCTET STRING,
diskRetry Integer32,
diskBadSector Integer32,
diskIdentifyFail Integer32,
diskRemainLife Integer32,
diskName OCTET STRING,
diskHealthStatus Integer32
}
diskIndex OBJECT-TYPE
SYNTAX Integer32(0..2147483647)
MAX-ACCESS not-accessible
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of disk table"
@ -112,6 +119,83 @@ diskTemperature OBJECT-TYPE
"
::= { diskEntry 6 }
diskRole OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Synology disk role
The role of the disk in system.
Could be:
data, cache, hotspare, none
"
::= { diskEntry 7 }
diskRetry OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Synology disk retry count
The count of each disk connection retries.
"
::= { diskEntry 8 }
diskBadSector OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Synology disk bad sector count
The count of each disk I/O bad sector.
"
::= { diskEntry 9 }
diskIdentifyFail OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Synology disk identify fail count
The count of each disk identify fails.
"
::= { diskEntry 10 }
diskRemainLife OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Synology disk remainLife
The estimate remain life of each disk.
"
::= { diskEntry 11 }
diskName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Synology disk name
The name of disk which align to storage manager.
"
::= { diskEntry 12 }
diskHealthStatus OBJECT-TYPE
SYNTAX Integer32(1..5)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Synology disk health status
Each meanings of status represented describe below.
Normal(1): The disk health status is normal.
Warning(2): The disk health status is warning.
Critical(3): The disk health status is critical.
Failing(4): The disk health status is failing.
"
::= { diskEntry 13 }
diskConformance OBJECT IDENTIFIER ::= { synoDisk 2 }
diskCompliances OBJECT IDENTIFIER ::= { diskConformance 1 }
diskGroups OBJECT IDENTIFIER ::= { diskConformance 2 }
@ -127,11 +211,19 @@ diskCompliance MODULE-COMPLIANCE
::= { diskCompliances 1 }
diskGroup OBJECT-GROUP
OBJECTS { diskID,
OBJECTS { diskIndex,
diskID,
diskModel,
diskType,
diskStatus,
diskTemperature}
diskTemperature,
diskRole,
diskRetry,
diskBadSector,
diskIdentifyFail,
diskRemainLife,
diskName,
diskHealthStatus}
STATUS current
DESCRIPTION
"A collection of objects providing basic information

View File

@ -3,15 +3,15 @@ SYNOLOGY-RAID-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
enterprises, MODULE-IDENTITY, OBJECT-TYPE, Integer32
enterprises, MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter64
FROM SNMPv2-SMI;
synoRaid MODULE-IDENTITY
LAST-UPDATED "201309110000Z"
ORGANIZATION "www.synology.com"
CONTACT-INFO
"postal: Jay Pan
email: jaypan@synology.com"
"Synology Inc.
Email: snmp@synology.com"
DESCRIPTION
"Characteristics of the raid information"
REVISION "201309110000Z"
@ -44,12 +44,13 @@ RaidEntry ::= SEQUENCE {
raidName OCTET STRING,
raidStatus Integer32,
raidFreeSize Counter64,
raidTotalSize Counter64
raidTotalSize Counter64,
raidHotspareCnt Integer32
}
raidIndex OBJECT-TYPE
SYNTAX Integer32(0..2147483647)
MAX-ACCESS not-accessible
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of raid table"
@ -75,18 +76,6 @@ raidStatus OBJECT-TYPE
Normal(1): The raid functions normally.
Degrade(11): Degrade happens when a tolerable failure of disk(s) occurs.
Crashed(12): Raid has crashed and just uses for read-only operation.
** 2018/6/15 add **
DataScrubbing(13): Raid status is DATASCRUBBING
RaidDeploying(14) : Deploying Single volume on pool
RaidUnDeploying(15): Undeploying Single volume on pool
RaidMountCache(16): Mounting SSD cache
RaidUnmountCache(17): Unmounting SSD cache
RaidExpandingUnfinishedSHR(18): Continue expand SHR if interrupted
RaidConvertSHRToPool(19): Converting Single volume on SHR to mutiple volume on SHR
RaidMigrateSHR1ToSHR2(20): Migrating SHR1 to SHR2
RaidUnknownStatus(21): Unknown raid status
** END **
Note:
Other status will be showed when creating or deleting raids, including below status, Repairing(2), Migrating(3), Expanding(4), Deleting(5), Creating(6), RaidSyncing(7), RaidParityChecking(8), RaidAssembling(9) and Canceling(10).
@ -113,6 +102,18 @@ raidTotalSize OBJECT-TYPE
"
::= { raidEntry 5 }
raidHotspareCnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Synology raid hotspare
Total hotspare disks count.
Each meaning of values described as below.
Normal(>=0): Total number of hotspare disks in this pool.
"
::= { raidEntry 6 }
raidConformance OBJECT IDENTIFIER ::= { synoRaid 2 }
raidCompliances OBJECT IDENTIFIER ::= { raidConformance 1 }
raidGroups OBJECT IDENTIFIER ::= { raidConformance 2 }
@ -128,8 +129,12 @@ raidCompliance MODULE-COMPLIANCE
::= { raidCompliances 1 }
raidGroup OBJECT-GROUP
OBJECTS { raidName,
raidStatus}
OBJECTS { raidIndex,
raidName,
raidStatus,
raidFreeSize,
raidTotalSize,
raidHotspareCnt}
STATUS current
DESCRIPTION
"A collection of objects providing basic instrumentation and

View File

@ -5,21 +5,21 @@ IMPORTS
FROM SNMPv2-CONF
enterprises, MODULE-IDENTITY, OBJECT-TYPE, Integer32
FROM SNMPv2-SMI;
synoSystem MODULE-IDENTITY
LAST-UPDATED "201309110000Z"
ORGANIZATION "www.synology.com"
CONTACT-INFO
"postal: Jay Pan
email: jaypan@synology.com"
"Synology Inc.
Email: snmp@synology.com"
DESCRIPTION
"Characteristics of the system information"
REVISION "201309110000Z"
DESCRIPTION
"Second draft."
::= { synology 1 }
::= { synology 1 }
synology OBJECT IDENTIFIER
synology OBJECT IDENTIFIER
::= { enterprises 6574 }
systemStatus OBJECT-TYPE
@ -122,8 +122,19 @@ upgradeAvailable OBJECT-TYPE
Others(5): If DSM is upgrading or downloading, the status will show others."
::= { dsmInfo 4 }
controllerNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Synology system controller number
Controller A(0)
Controller B(1)
"
::= { synoSystem 6 }
systemConformance OBJECT IDENTIFIER ::= { synoSystem 6 }
systemConformance OBJECT IDENTIFIER ::= { synoSystem 7 }
systemCompliances OBJECT IDENTIFIER ::= { systemConformance 1 }
systemGroups OBJECT IDENTIFIER ::= { systemConformance 2 }
@ -146,7 +157,8 @@ systemGroup OBJECT-GROUP
modelName,
serialNumber,
version,
upgradeAvailable }
upgradeAvailable,
controllerNumber}
STATUS current
DESCRIPTION
"A collection of objects providing basic information

View File

@ -2194,8 +2194,8 @@
"ifName": "sit0",
"portName": null,
"ifIndex": 2,
"ifSpeed": 0,
"ifSpeed_prev": null,
"ifSpeed": null,
"ifSpeed_prev": 0,
"ifConnectorPresent": "true",
"ifOperStatus": "down",
"ifOperStatus_prev": "down",

View File

@ -537,8 +537,8 @@
"ifName": "sit0",
"portName": null,
"ifIndex": 3,
"ifSpeed": 0,
"ifSpeed_prev": null,
"ifSpeed": null,
"ifSpeed_prev": 0,
"ifConnectorPresent": "true",
"ifOperStatus": "down",
"ifOperStatus_prev": "down",

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,820 @@
1.3.6.1.2.1.1.1.0|4|Linux nas0 3.2.101 #42962 Mon May 29 14:34:16 CST 2023 armv7l
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|eth0
1.3.6.1.2.1.2.2.1.2.3|4|sit0
1.3.6.1.2.1.2.2.1.3.1|2|24
1.3.6.1.2.1.2.2.1.3.2|2|6
1.3.6.1.2.1.2.2.1.3.3|2|131
1.3.6.1.2.1.2.2.1.8.1|2|1
1.3.6.1.2.1.2.2.1.8.2|2|1
1.3.6.1.2.1.2.2.1.8.3|2|2
1.3.6.1.2.1.4.20.1.2.10.4.102.233|2|2
1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1
1.3.6.1.2.1.4.20.1.3.10.4.102.233|64|255.255.255.0
1.3.6.1.2.1.4.31.1.1.3.1|65|155296
1.3.6.1.2.1.4.31.1.1.3.2|65|0
1.3.6.1.2.1.4.31.1.1.4.1|70|155296
1.3.6.1.2.1.4.31.1.1.4.2|70|0
1.3.6.1.2.1.4.31.1.1.5.1|65|436221342
1.3.6.1.2.1.4.31.1.1.5.2|65|0
1.3.6.1.2.1.4.31.1.1.6.1|70|436221342
1.3.6.1.2.1.4.31.1.1.6.2|70|0
1.3.6.1.2.1.4.31.1.1.7.1|65|0
1.3.6.1.2.1.4.31.1.1.7.2|65|0
1.3.6.1.2.1.4.31.1.1.8.1|65|0
1.3.6.1.2.1.4.31.1.1.8.2|65|0
1.3.6.1.2.1.4.31.1.1.9.1|65|1
1.3.6.1.2.1.4.31.1.1.9.2|65|0
1.3.6.1.2.1.4.31.1.1.10.1|65|0
1.3.6.1.2.1.4.31.1.1.10.2|65|0
1.3.6.1.2.1.4.31.1.1.11.1|65|0
1.3.6.1.2.1.4.31.1.1.11.2|65|0
1.3.6.1.2.1.4.31.1.1.12.1|65|0
1.3.6.1.2.1.4.31.1.1.12.2|65|0
1.3.6.1.2.1.4.31.1.1.13.1|70|0
1.3.6.1.2.1.4.31.1.1.13.2|70|0
1.3.6.1.2.1.4.31.1.1.14.1|65|0
1.3.6.1.2.1.4.31.1.1.14.2|65|0
1.3.6.1.2.1.4.31.1.1.15.1|65|0
1.3.6.1.2.1.4.31.1.1.15.2|65|0
1.3.6.1.2.1.4.31.1.1.16.1|65|0
1.3.6.1.2.1.4.31.1.1.16.2|65|0
1.3.6.1.2.1.4.31.1.1.17.1|65|0
1.3.6.1.2.1.4.31.1.1.17.2|65|0
1.3.6.1.2.1.4.31.1.1.18.1|65|155295
1.3.6.1.2.1.4.31.1.1.18.2|65|0
1.3.6.1.2.1.4.31.1.1.19.1|70|155295
1.3.6.1.2.1.4.31.1.1.19.2|70|0
1.3.6.1.2.1.4.31.1.1.20.1|65|137256
1.3.6.1.2.1.4.31.1.1.20.2|65|0
1.3.6.1.2.1.4.31.1.1.21.1|70|137256
1.3.6.1.2.1.4.31.1.1.21.2|70|0
1.3.6.1.2.1.4.31.1.1.22.1|65|16
1.3.6.1.2.1.4.31.1.1.22.2|65|261
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|137240
1.3.6.1.2.1.4.31.1.1.30.2|65|4294967035
1.3.6.1.2.1.4.31.1.1.31.1|70|137240
1.3.6.1.2.1.4.31.1.1.31.2|70|18446744073709551355
1.3.6.1.2.1.4.31.1.1.32.1|65|337400550
1.3.6.1.2.1.4.31.1.1.32.2|65|0
1.3.6.1.2.1.4.31.1.1.33.1|70|337400550
1.3.6.1.2.1.4.31.1.1.33.2|70|0
1.3.6.1.2.1.4.31.1.1.34.1|65|0
1.3.6.1.2.1.4.31.1.1.34.2|65|0
1.3.6.1.2.1.4.31.1.1.35.1|70|0
1.3.6.1.2.1.4.31.1.1.35.2|70|0
1.3.6.1.2.1.4.31.1.1.36.1|65|0
1.3.6.1.2.1.4.31.1.1.36.2|65|0
1.3.6.1.2.1.4.31.1.1.37.1|70|0
1.3.6.1.2.1.4.31.1.1.37.2|70|0
1.3.6.1.2.1.4.31.1.1.38.1|65|0
1.3.6.1.2.1.4.31.1.1.38.2|65|0
1.3.6.1.2.1.4.31.1.1.39.1|70|0
1.3.6.1.2.1.4.31.1.1.39.2|70|0
1.3.6.1.2.1.4.31.1.1.40.1|65|0
1.3.6.1.2.1.4.31.1.1.40.2|65|0
1.3.6.1.2.1.4.31.1.1.41.1|70|0
1.3.6.1.2.1.4.31.1.1.41.2|70|0
1.3.6.1.2.1.4.31.1.1.42.1|65|1759
1.3.6.1.2.1.4.31.1.1.43.1|70|1759
1.3.6.1.2.1.4.31.1.1.44.1|65|1755
1.3.6.1.2.1.4.31.1.1.45.1|70|1755
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.1.0|67|9689779
1.3.6.1.2.1.25.1.5.0|66|0
1.3.6.1.2.1.25.1.6.0|66|149
1.3.6.1.2.1.25.1.7.0|2|0
1.3.6.1.2.1.25.2.2.0|2|248508
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.36|2|36
1.3.6.1.2.1.25.2.3.1.1.38|2|38
1.3.6.1.2.1.25.2.3.1.1.39|2|39
1.3.6.1.2.1.25.2.3.1.1.42|2|42
1.3.6.1.2.1.25.2.3.1.1.45|2|45
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.36|6|1.3.6.1.2.1.25.2.1.4
1.3.6.1.2.1.25.2.3.1.2.38|6|1.3.6.1.2.1.25.2.1.4
1.3.6.1.2.1.25.2.3.1.2.39|6|1.3.6.1.2.1.25.2.1.4
1.3.6.1.2.1.25.2.3.1.2.42|6|1.3.6.1.2.1.25.2.1.4
1.3.6.1.2.1.25.2.3.1.2.45|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|/
1.3.6.1.2.1.25.2.3.1.3.36|4|/dev/shm
1.3.6.1.2.1.25.2.3.1.3.38|4|/run
1.3.6.1.2.1.25.2.3.1.3.39|4|/sys/fs/cgroup
1.3.6.1.2.1.25.2.3.1.3.42|4|/tmp
1.3.6.1.2.1.25.2.3.1.3.45|4|/volume1
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|4096
1.3.6.1.2.1.25.2.3.1.4.36|2|4096
1.3.6.1.2.1.25.2.3.1.4.38|2|4096
1.3.6.1.2.1.25.2.3.1.4.39|2|4096
1.3.6.1.2.1.25.2.3.1.4.42|2|4096
1.3.6.1.2.1.25.2.3.1.4.45|2|4096
1.3.6.1.2.1.25.2.3.1.5.1|2|248508
1.3.6.1.2.1.25.2.3.1.5.3|2|2345592
1.3.6.1.2.1.25.2.3.1.5.6|2|248508
1.3.6.1.2.1.25.2.3.1.5.7|2|100068
1.3.6.1.2.1.25.2.3.1.5.8|2|25400
1.3.6.1.2.1.25.2.3.1.5.10|2|2097084
1.3.6.1.2.1.25.2.3.1.5.31|2|612766
1.3.6.1.2.1.25.2.3.1.5.36|2|31063
1.3.6.1.2.1.25.2.3.1.5.38|2|31063
1.3.6.1.2.1.25.2.3.1.5.39|2|31063
1.3.6.1.2.1.25.2.3.1.5.42|2|31063
1.3.6.1.2.1.25.2.3.1.5.45|2|1450978620
1.3.6.1.2.1.25.2.3.1.6.1|2|215960
1.3.6.1.2.1.25.2.3.1.6.3|2|270208
1.3.6.1.2.1.25.2.3.1.6.6|2|8216
1.3.6.1.2.1.25.2.3.1.6.7|2|100068
1.3.6.1.2.1.25.2.3.1.6.8|2|25400
1.3.6.1.2.1.25.2.3.1.6.10|2|54248
1.3.6.1.2.1.25.2.3.1.6.31|2|269359
1.3.6.1.2.1.25.2.3.1.6.36|2|4
1.3.6.1.2.1.25.2.3.1.6.38|2|2735
1.3.6.1.2.1.25.2.3.1.6.39|2|0
1.3.6.1.2.1.25.2.3.1.6.42|2|141
1.3.6.1.2.1.25.2.3.1.6.45|2|34511122
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.393248|2|393248
1.3.6.1.2.1.25.3.2.1.1.393249|2|393249
1.3.6.1.2.1.25.3.2.1.1.393296|2|393296
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.393248|6|1.3.6.1.2.1.25.3.1.6
1.3.6.1.2.1.25.3.2.1.2.393249|6|1.3.6.1.2.1.25.3.1.6
1.3.6.1.2.1.25.3.2.1.2.393296|6|1.3.6.1.2.1.25.3.1.6
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 eth0
1.3.6.1.2.1.25.3.2.1.3.262147|4|network interface sit0
1.3.6.1.2.1.25.3.2.1.3.393248|4|RAID disk (/dev/md0)
1.3.6.1.2.1.25.3.2.1.3.393249|4|RAID disk (/dev/md1)
1.3.6.1.2.1.25.3.2.1.3.393296|4|LVM volume (vg1-syno_vg_reserved_area)
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.393248|6|0.0
1.3.6.1.2.1.25.3.2.1.4.393249|6|0.0
1.3.6.1.2.1.25.3.2.1.4.393296|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|2
1.3.6.1.2.1.25.3.2.1.5.262147|2|5
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.3.1.1.196608|6|0.0
1.3.6.1.2.1.25.3.3.1.2.196608|2|33
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|eth0
1.3.6.1.2.1.31.1.1.1.1.3|4|sit0
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.4.1.2021.10.1.5.1|2|16
1.3.6.1.4.1.2021.10.1.5.2|2|11
1.3.6.1.4.1.2021.10.1.5.3|2|9
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|7
1.3.6.1.4.1.2021.11.8.0|2|23
1.3.6.1.4.1.2021.11.9.0|2|26
1.3.6.1.4.1.2021.11.10.0|2|5
1.3.6.1.4.1.2021.11.11.0|2|67
1.3.6.1.4.1.2021.11.50.0|65|362852
1.3.6.1.4.1.2021.11.51.0|65|526
1.3.6.1.4.1.2021.11.52.0|65|229171
1.3.6.1.4.1.2021.11.53.0|65|9092779
1.3.6.1.4.1.2021.11.54.0|65|21020
1.3.6.1.4.1.2021.11.55.0|65|0
1.3.6.1.4.1.2021.11.56.0|65|1
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|3872875
1.3.6.1.4.1.2021.11.60.0|65|12534519
1.3.6.1.4.1.2021.11.61.0|65|4060
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.2021.11.67.0|2|0
1.3.6.1.4.1.2021.13.15.1.1.1.1|2|1
1.3.6.1.4.1.2021.13.15.1.1.1.2|2|2
1.3.6.1.4.1.2021.13.15.1.1.1.3|2|3
1.3.6.1.4.1.2021.13.15.1.1.1.4|2|4
1.3.6.1.4.1.2021.13.15.1.1.1.5|2|5
1.3.6.1.4.1.2021.13.15.1.1.1.6|2|6
1.3.6.1.4.1.2021.13.15.1.1.1.7|2|7
1.3.6.1.4.1.2021.13.15.1.1.1.8|2|8
1.3.6.1.4.1.2021.13.15.1.1.1.9|2|9
1.3.6.1.4.1.2021.13.15.1.1.1.10|2|10
1.3.6.1.4.1.2021.13.15.1.1.1.11|2|11
1.3.6.1.4.1.2021.13.15.1.1.1.12|2|12
1.3.6.1.4.1.2021.13.15.1.1.1.13|2|13
1.3.6.1.4.1.2021.13.15.1.1.1.14|2|14
1.3.6.1.4.1.2021.13.15.1.1.1.15|2|15
1.3.6.1.4.1.2021.13.15.1.1.1.16|2|16
1.3.6.1.4.1.2021.13.15.1.1.1.17|2|17
1.3.6.1.4.1.2021.13.15.1.1.1.18|2|18
1.3.6.1.4.1.2021.13.15.1.1.1.19|2|19
1.3.6.1.4.1.2021.13.15.1.1.1.20|2|20
1.3.6.1.4.1.2021.13.15.1.1.1.21|2|21
1.3.6.1.4.1.2021.13.15.1.1.1.22|2|22
1.3.6.1.4.1.2021.13.15.1.1.1.23|2|23
1.3.6.1.4.1.2021.13.15.1.1.1.24|2|24
1.3.6.1.4.1.2021.13.15.1.1.1.25|2|25
1.3.6.1.4.1.2021.13.15.1.1.1.26|2|26
1.3.6.1.4.1.2021.13.15.1.1.1.27|2|27
1.3.6.1.4.1.2021.13.15.1.1.1.28|2|28
1.3.6.1.4.1.2021.13.15.1.1.1.29|2|29
1.3.6.1.4.1.2021.13.15.1.1.1.30|2|30
1.3.6.1.4.1.2021.13.15.1.1.1.31|2|31
1.3.6.1.4.1.2021.13.15.1.1.1.32|2|32
1.3.6.1.4.1.2021.13.15.1.1.1.33|2|33
1.3.6.1.4.1.2021.13.15.1.1.1.34|2|34
1.3.6.1.4.1.2021.13.15.1.1.1.35|2|35
1.3.6.1.4.1.2021.13.15.1.1.1.36|2|36
1.3.6.1.4.1.2021.13.15.1.1.1.37|2|37
1.3.6.1.4.1.2021.13.15.1.1.1.38|2|38
1.3.6.1.4.1.2021.13.15.1.1.1.39|2|39
1.3.6.1.4.1.2021.13.15.1.1.1.40|2|40
1.3.6.1.4.1.2021.13.15.1.1.1.41|2|41
1.3.6.1.4.1.2021.13.15.1.1.1.42|2|42
1.3.6.1.4.1.2021.13.15.1.1.1.43|2|43
1.3.6.1.4.1.2021.13.15.1.1.2.1|4|ram0
1.3.6.1.4.1.2021.13.15.1.1.2.2|4|ram1
1.3.6.1.4.1.2021.13.15.1.1.2.3|4|ram2
1.3.6.1.4.1.2021.13.15.1.1.2.4|4|ram3
1.3.6.1.4.1.2021.13.15.1.1.2.5|4|ram4
1.3.6.1.4.1.2021.13.15.1.1.2.6|4|ram5
1.3.6.1.4.1.2021.13.15.1.1.2.7|4|ram6
1.3.6.1.4.1.2021.13.15.1.1.2.8|4|ram7
1.3.6.1.4.1.2021.13.15.1.1.2.9|4|ram8
1.3.6.1.4.1.2021.13.15.1.1.2.10|4|ram9
1.3.6.1.4.1.2021.13.15.1.1.2.11|4|ram10
1.3.6.1.4.1.2021.13.15.1.1.2.12|4|ram11
1.3.6.1.4.1.2021.13.15.1.1.2.13|4|ram12
1.3.6.1.4.1.2021.13.15.1.1.2.14|4|ram13
1.3.6.1.4.1.2021.13.15.1.1.2.15|4|ram14
1.3.6.1.4.1.2021.13.15.1.1.2.16|4|ram15
1.3.6.1.4.1.2021.13.15.1.1.2.17|4|sda
1.3.6.1.4.1.2021.13.15.1.1.2.18|4|sda1
1.3.6.1.4.1.2021.13.15.1.1.2.19|4|sda2
1.3.6.1.4.1.2021.13.15.1.1.2.20|4|sda3
1.3.6.1.4.1.2021.13.15.1.1.2.21|4|sdb
1.3.6.1.4.1.2021.13.15.1.1.2.22|4|sdb1
1.3.6.1.4.1.2021.13.15.1.1.2.23|4|sdb2
1.3.6.1.4.1.2021.13.15.1.1.2.24|4|sdb3
1.3.6.1.4.1.2021.13.15.1.1.2.25|4|mtdblock0
1.3.6.1.4.1.2021.13.15.1.1.2.26|4|mtdblock1
1.3.6.1.4.1.2021.13.15.1.1.2.27|4|mtdblock2
1.3.6.1.4.1.2021.13.15.1.1.2.28|4|mtdblock3
1.3.6.1.4.1.2021.13.15.1.1.2.29|4|mtdblock4
1.3.6.1.4.1.2021.13.15.1.1.2.30|4|mtdblock5
1.3.6.1.4.1.2021.13.15.1.1.2.31|4|md0
1.3.6.1.4.1.2021.13.15.1.1.2.32|4|md1
1.3.6.1.4.1.2021.13.15.1.1.2.33|4|loop0
1.3.6.1.4.1.2021.13.15.1.1.2.34|4|loop1
1.3.6.1.4.1.2021.13.15.1.1.2.35|4|loop2
1.3.6.1.4.1.2021.13.15.1.1.2.36|4|loop3
1.3.6.1.4.1.2021.13.15.1.1.2.37|4|loop4
1.3.6.1.4.1.2021.13.15.1.1.2.38|4|loop5
1.3.6.1.4.1.2021.13.15.1.1.2.39|4|loop6
1.3.6.1.4.1.2021.13.15.1.1.2.40|4|loop7
1.3.6.1.4.1.2021.13.15.1.1.2.41|4|md2
1.3.6.1.4.1.2021.13.15.1.1.2.42|4|dm-0
1.3.6.1.4.1.2021.13.15.1.1.2.43|4|dm-1
1.3.6.1.4.1.2021.13.15.1.1.3.1|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.2|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.3|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.4|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.5|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.6|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.7|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.8|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.9|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.10|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.11|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.12|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.13|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.14|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.15|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.16|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.17|65|1744289792
1.3.6.1.4.1.2021.13.15.1.1.3.18|65|858668032
1.3.6.1.4.1.2021.13.15.1.1.3.19|65|11624448
1.3.6.1.4.1.2021.13.15.1.1.3.20|65|868291584
1.3.6.1.4.1.2021.13.15.1.1.3.21|65|1841243136
1.3.6.1.4.1.2021.13.15.1.1.3.22|65|924700672
1.3.6.1.4.1.2021.13.15.1.1.3.23|65|8780800
1.3.6.1.4.1.2021.13.15.1.1.3.24|65|901662720
1.3.6.1.4.1.2021.13.15.1.1.3.25|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.26|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.27|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.28|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.29|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.30|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.31|65|1781989376
1.3.6.1.4.1.2021.13.15.1.1.3.32|65|19025920
1.3.6.1.4.1.2021.13.15.1.1.3.33|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.34|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.35|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.36|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.37|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.38|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.39|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.40|65|0
1.3.6.1.4.1.2021.13.15.1.1.3.41|65|1767547904
1.3.6.1.4.1.2021.13.15.1.1.3.42|65|49152
1.3.6.1.4.1.2021.13.15.1.1.3.43|65|1765606400
1.3.6.1.4.1.2021.13.15.1.1.4.1|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.2|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.3|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.4|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.5|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.6|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.7|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.8|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.9|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.10|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.11|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.12|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.13|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.14|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.15|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.16|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.17|65|551973376
1.3.6.1.4.1.2021.13.15.1.1.4.18|65|37543936
1.3.6.1.4.1.2021.13.15.1.1.4.19|65|65589248
1.3.6.1.4.1.2021.13.15.1.1.4.20|65|448807424
1.3.6.1.4.1.2021.13.15.1.1.4.21|65|585257472
1.3.6.1.4.1.2021.13.15.1.1.4.22|65|37543936
1.3.6.1.4.1.2021.13.15.1.1.4.23|65|65589248
1.3.6.1.4.1.2021.13.15.1.1.4.24|65|482091520
1.3.6.1.4.1.2021.13.15.1.1.4.25|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.26|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.27|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.28|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.29|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.30|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.31|65|34607104
1.3.6.1.4.1.2021.13.15.1.1.4.32|65|61636608
1.3.6.1.4.1.2021.13.15.1.1.4.33|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.34|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.35|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.36|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.37|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.38|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.39|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.40|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.41|65|930897920
1.3.6.1.4.1.2021.13.15.1.1.4.42|65|0
1.3.6.1.4.1.2021.13.15.1.1.4.43|65|930897920
1.3.6.1.4.1.2021.13.15.1.1.5.1|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.2|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.3|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.4|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.5|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.6|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.7|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.8|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.9|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.10|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.11|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.12|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.13|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.14|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.15|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.16|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.17|65|216439
1.3.6.1.4.1.2021.13.15.1.1.5.18|65|31203
1.3.6.1.4.1.2021.13.15.1.1.5.19|65|2437
1.3.6.1.4.1.2021.13.15.1.1.5.20|65|182654
1.3.6.1.4.1.2021.13.15.1.1.5.21|65|223817
1.3.6.1.4.1.2021.13.15.1.1.5.22|65|31133
1.3.6.1.4.1.2021.13.15.1.1.5.23|65|1490
1.3.6.1.4.1.2021.13.15.1.1.5.24|65|191050
1.3.6.1.4.1.2021.13.15.1.1.5.25|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.26|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.27|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.28|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.29|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.30|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.31|65|78251
1.3.6.1.4.1.2021.13.15.1.1.5.32|65|4645
1.3.6.1.4.1.2021.13.15.1.1.5.33|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.34|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.35|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.36|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.37|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.38|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.39|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.40|65|0
1.3.6.1.4.1.2021.13.15.1.1.5.41|65|382076
1.3.6.1.4.1.2021.13.15.1.1.5.42|65|12
1.3.6.1.4.1.2021.13.15.1.1.5.43|65|381602
1.3.6.1.4.1.2021.13.15.1.1.6.1|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.2|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.3|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.4|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.5|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.6|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.7|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.8|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.9|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.10|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.11|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.12|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.13|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.14|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.15|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.16|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.17|65|17012
1.3.6.1.4.1.2021.13.15.1.1.6.18|65|3904
1.3.6.1.4.1.2021.13.15.1.1.6.19|65|6330
1.3.6.1.4.1.2021.13.15.1.1.6.20|65|6047
1.3.6.1.4.1.2021.13.15.1.1.6.21|65|18808
1.3.6.1.4.1.2021.13.15.1.1.6.22|65|3906
1.3.6.1.4.1.2021.13.15.1.1.6.23|65|5961
1.3.6.1.4.1.2021.13.15.1.1.6.24|65|8210
1.3.6.1.4.1.2021.13.15.1.1.6.25|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.26|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.27|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.28|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.29|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.30|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.31|65|7630
1.3.6.1.4.1.2021.13.15.1.1.6.32|65|15050
1.3.6.1.4.1.2021.13.15.1.1.6.33|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.34|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.35|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.36|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.37|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.38|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.39|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.40|65|0
1.3.6.1.4.1.2021.13.15.1.1.6.41|65|132215
1.3.6.1.4.1.2021.13.15.1.1.6.42|65|3
1.3.6.1.4.1.2021.13.15.1.1.6.43|65|131644
1.3.6.1.4.1.2021.13.15.1.1.9.1|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.2|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.3|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.4|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.5|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.6|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.7|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.8|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.9|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.10|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.11|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.12|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.13|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.14|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.15|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.16|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.17|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.18|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.19|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.20|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.21|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.22|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.23|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.24|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.25|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.26|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.27|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.28|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.29|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.30|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.31|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.32|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.33|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.34|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.35|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.36|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.37|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.38|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.39|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.40|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.41|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.42|2|0
1.3.6.1.4.1.2021.13.15.1.1.9.43|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.1|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.2|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.3|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.4|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.5|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.6|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.7|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.8|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.9|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.10|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.11|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.12|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.13|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.14|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.15|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.16|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.17|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.18|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.19|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.20|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.21|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.22|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.23|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.24|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.25|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.26|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.27|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.28|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.29|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.30|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.31|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.32|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.33|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.34|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.35|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.36|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.37|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.38|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.39|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.40|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.41|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.42|2|0
1.3.6.1.4.1.2021.13.15.1.1.10.43|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.1|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.2|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.3|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.4|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.5|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.6|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.7|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.8|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.9|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.10|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.11|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.12|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.13|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.14|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.15|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.16|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.17|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.18|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.19|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.20|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.21|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.22|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.23|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.24|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.25|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.26|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.27|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.28|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.29|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.30|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.31|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.32|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.33|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.34|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.35|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.36|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.37|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.38|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.39|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.40|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.41|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.42|2|0
1.3.6.1.4.1.2021.13.15.1.1.11.43|2|0
1.3.6.1.4.1.2021.13.15.1.1.12.1|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.2|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.3|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.4|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.5|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.6|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.7|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.8|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.9|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.10|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.11|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.12|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.13|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.14|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.15|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.16|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.17|70|1744289792
1.3.6.1.4.1.2021.13.15.1.1.12.18|70|858668032
1.3.6.1.4.1.2021.13.15.1.1.12.19|70|11624448
1.3.6.1.4.1.2021.13.15.1.1.12.20|70|868291584
1.3.6.1.4.1.2021.13.15.1.1.12.21|70|1841243136
1.3.6.1.4.1.2021.13.15.1.1.12.22|70|924700672
1.3.6.1.4.1.2021.13.15.1.1.12.23|70|8780800
1.3.6.1.4.1.2021.13.15.1.1.12.24|70|901662720
1.3.6.1.4.1.2021.13.15.1.1.12.25|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.26|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.27|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.28|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.29|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.30|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.31|70|1781989376
1.3.6.1.4.1.2021.13.15.1.1.12.32|70|19025920
1.3.6.1.4.1.2021.13.15.1.1.12.33|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.34|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.35|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.36|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.37|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.38|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.39|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.40|70|0
1.3.6.1.4.1.2021.13.15.1.1.12.41|70|1767547904
1.3.6.1.4.1.2021.13.15.1.1.12.42|70|49152
1.3.6.1.4.1.2021.13.15.1.1.12.43|70|1765606400
1.3.6.1.4.1.2021.13.15.1.1.13.1|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.2|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.3|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.4|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.5|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.6|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.7|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.8|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.9|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.10|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.11|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.12|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.13|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.14|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.15|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.16|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.17|70|551973376
1.3.6.1.4.1.2021.13.15.1.1.13.18|70|37543936
1.3.6.1.4.1.2021.13.15.1.1.13.19|70|65589248
1.3.6.1.4.1.2021.13.15.1.1.13.20|70|448807424
1.3.6.1.4.1.2021.13.15.1.1.13.21|70|585257472
1.3.6.1.4.1.2021.13.15.1.1.13.22|70|37543936
1.3.6.1.4.1.2021.13.15.1.1.13.23|70|65589248
1.3.6.1.4.1.2021.13.15.1.1.13.24|70|482091520
1.3.6.1.4.1.2021.13.15.1.1.13.25|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.26|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.27|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.28|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.29|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.30|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.31|70|34607104
1.3.6.1.4.1.2021.13.15.1.1.13.32|70|61636608
1.3.6.1.4.1.2021.13.15.1.1.13.33|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.34|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.35|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.36|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.37|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.38|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.39|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.40|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.41|70|930897920
1.3.6.1.4.1.2021.13.15.1.1.13.42|70|0
1.3.6.1.4.1.2021.13.15.1.1.13.43|70|930897920
1.3.6.1.4.1.2021.13.15.1.1.14.1|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.2|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.3|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.4|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.5|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.6|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.7|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.8|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.9|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.10|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.11|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.12|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.13|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.14|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.15|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.16|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.17|70|259080000
1.3.6.1.4.1.2021.13.15.1.1.14.18|70|139930000
1.3.6.1.4.1.2021.13.15.1.1.14.19|70|70120000
1.3.6.1.4.1.2021.13.15.1.1.14.20|70|106220000
1.3.6.1.4.1.2021.13.15.1.1.14.21|70|343550000
1.3.6.1.4.1.2021.13.15.1.1.14.22|70|210220000
1.3.6.1.4.1.2021.13.15.1.1.14.23|70|89460000
1.3.6.1.4.1.2021.13.15.1.1.14.24|70|134630000
1.3.6.1.4.1.2021.13.15.1.1.14.25|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.26|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.27|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.28|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.29|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.30|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.31|70|233450000
1.3.6.1.4.1.2021.13.15.1.1.14.32|70|55710000
1.3.6.1.4.1.2021.13.15.1.1.14.33|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.34|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.35|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.36|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.37|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.38|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.39|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.40|70|0
1.3.6.1.4.1.2021.13.15.1.1.14.41|70|229130000
1.3.6.1.4.1.2021.13.15.1.1.14.42|70|60000
1.3.6.1.4.1.2021.13.15.1.1.14.43|70|233000000
1.3.6.1.4.1.6574.1.1.0|2|1
1.3.6.1.4.1.6574.1.2.0|2|34
1.3.6.1.4.1.6574.1.3.0|2|1
1.3.6.1.4.1.6574.1.4.1.0|2|1
1.3.6.1.4.1.6574.1.4.2.0|2|1
1.3.6.1.4.1.6574.1.5.1.0|4|DS214se
1.3.6.1.4.1.6574.1.5.2.0|4|<private>
1.3.6.1.4.1.6574.1.5.3.0|4|DSM 7.1-42962
1.3.6.1.4.1.6574.1.5.4.0|2|2
1.3.6.1.4.1.6574.2.1.1.1.0|2|0
1.3.6.1.4.1.6574.2.1.1.1.1|2|1
1.3.6.1.4.1.6574.2.1.1.2.0|4|Disk 1
1.3.6.1.4.1.6574.2.1.1.2.1|4|Disk 2
1.3.6.1.4.1.6574.2.1.1.3.0|4|DT01ACA300
1.3.6.1.4.1.6574.2.1.1.3.1|4|DT01ACA300
1.3.6.1.4.1.6574.2.1.1.4.0|4|SATA
1.3.6.1.4.1.6574.2.1.1.4.1|4|SATA
1.3.6.1.4.1.6574.2.1.1.5.0|2|1
1.3.6.1.4.1.6574.2.1.1.5.1|2|1
1.3.6.1.4.1.6574.2.1.1.6.0|2|31
1.3.6.1.4.1.6574.2.1.1.6.1|2|33
1.3.6.1.4.1.6574.2.1.1.7.0|4|data
1.3.6.1.4.1.6574.2.1.1.7.1|4|data
1.3.6.1.4.1.6574.2.1.1.8.0|2|0
1.3.6.1.4.1.6574.2.1.1.8.1|2|0
1.3.6.1.4.1.6574.2.1.1.9.0|2|0
1.3.6.1.4.1.6574.2.1.1.9.1|2|511
1.3.6.1.4.1.6574.2.1.1.10.0|2|0
1.3.6.1.4.1.6574.2.1.1.10.1|2|0
1.3.6.1.4.1.6574.2.1.1.11.0|2|-1
1.3.6.1.4.1.6574.2.1.1.11.1|2|-1
1.3.6.1.4.1.6574.2.1.1.12.0|4|Drive 1
1.3.6.1.4.1.6574.2.1.1.12.1|4|Drive 2
1.3.6.1.4.1.6574.2.1.1.13.0|2|1
1.3.6.1.4.1.6574.2.1.1.13.1|2|1
1.3.6.1.4.1.6574.3.1.1.1.0|2|0
1.3.6.1.4.1.6574.3.1.1.1.1|2|1
1.3.6.1.4.1.6574.3.1.1.2.0|4|Volume 1
1.3.6.1.4.1.6574.3.1.1.2.1|4|Storage Pool 1
1.3.6.1.4.1.6574.3.1.1.3.0|2|1
1.3.6.1.4.1.6574.3.1.1.3.1|2|1
1.3.6.1.4.1.6574.3.1.1.4.0|70|5801746014208
1.3.6.1.4.1.6574.3.1.1.4.1|70|889192448
1.3.6.1.4.1.6574.3.1.1.5.0|70|5943208427520
1.3.6.1.4.1.6574.3.1.1.5.1|70|5991307411456
1.3.6.1.4.1.6574.3.1.1.6.0|2|0
1.3.6.1.4.1.6574.3.1.1.6.1|2|0