Commit version 24.12.13800
This commit is contained in:
@ -12,8 +12,8 @@ storageIO 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 storage io information"
|
||||
REVISION "201309110000Z"
|
||||
@ -53,7 +53,8 @@ StorageIOEntry ::= SEQUENCE {
|
||||
storageIOLA5 Integer32,
|
||||
storageIOLA15 Integer32,
|
||||
storageIONReadX Counter64,
|
||||
storageIONWrittenX Counter64
|
||||
storageIONWrittenX Counter64,
|
||||
storageIODeviceSerial DisplayString
|
||||
}
|
||||
|
||||
storageIOIndex OBJECT-TYPE
|
||||
@ -152,6 +153,14 @@ storageIONWrittenX OBJECT-TYPE
|
||||
"The number of bytes written to this device since boot."
|
||||
::= { storageIOEntry 13 }
|
||||
|
||||
storageIODeviceSerial OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The name of the device we are counting/checking."
|
||||
::= { storageIOEntry 14 }
|
||||
|
||||
storageIOConformance OBJECT IDENTIFIER ::= { storageIO 2 }
|
||||
storageIOCompliances OBJECT IDENTIFIER ::= { storageIOConformance 1 }
|
||||
storageIOGroups OBJECT IDENTIFIER ::= { storageIOConformance 2 }
|
||||
@ -177,7 +186,8 @@ storageIOGroup OBJECT-GROUP
|
||||
storageIOLA5,
|
||||
storageIOLA15,
|
||||
storageIONReadX,
|
||||
storageIONWrittenX}
|
||||
storageIONWrittenX,
|
||||
storageIODeviceSerial}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A collection of objects providing basic information
|
||||
|
Reference in New Issue
Block a user