Skip to content

Commit 8fd4dcd

Browse files
authored
Add scale factor + units for UCD profile for disk metrics (#20893)
* Add scale factor + units for UCD SNMP MIB for disk metrics * Remove scale factor, update units to kibibytes
1 parent daf99d4 commit 8fd4dcd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

snmp/metadata.csv

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2260,11 +2260,11 @@ snmp.ucd.diskIONReadX,count,,,,"[UCD-DISKIO-MIB] The number of bytes read from t
22602260
snmp.ucd.diskIONWrittenX,count,,,,"[UCD-DISKIO-MIB] The number of bytes written to this device since boot.",0,snmp,,
22612261
snmp.ucd.diskIOReads,count,,,,"[UCD-DISKIO-MIB] The number of read accesses from this device since boot.",0,snmp,,
22622262
snmp.ucd.diskIOWrites,count,,,,"[UCD-DISKIO-MIB] The number of write accesses to this device since boot.",0,snmp,,
2263-
snmp.ucd.dskAvail,gauge,,,,"[UCD-SNMP-MIB] Available space on the disk. For large lightly-used disks (>2Tb), this value will latch at INT32_MAX (2147483647).",0,snmp,,
2264-
snmp.ucd.dskPercent,gauge,,,,"[UCD-SNMP-MIB] Percentage of space used on disk",0,snmp,,
2265-
snmp.ucd.dskPercentNode,gauge,,,,"[UCD-SNMP-MIB] Percentage of inodes used on disk",0,snmp,,
2266-
snmp.ucd.dskTotal,gauge,,,,"[UCD-SNMP-MIB] Total size of the disk/partion (kBytes). For large disks (>2Tb), this value will latch at INT32_MAX (2147483647).",0,snmp,,
2267-
snmp.ucd.dskUsed,gauge,,,,"[UCD-SNMP-MIB] Used space on the disk. For large heavily-used disks (>2Tb), this value will latch at INT32_MAX (2147483647).",0,snmp,,
2263+
snmp.ucd.dskAvail,gauge,,kibibyte,,"[UCD-SNMP-MIB] Available space on the disk. For large lightly-used disks (>2Tb), this value will latch at INT32_MAX (2147483647).",0,snmp,,
2264+
snmp.ucd.dskPercent,gauge,,percent,,"[UCD-SNMP-MIB] Percentage of space used on disk",0,snmp,,
2265+
snmp.ucd.dskPercentNode,gauge,,percent,,"[UCD-SNMP-MIB] Percentage of inodes used on disk",0,snmp,,
2266+
snmp.ucd.dskTotal,gauge,,kibibyte,,"[UCD-SNMP-MIB] Total size of the disk/partion (kBytes). For large disks (>2Tb), this value will latch at INT32_MAX (2147483647).",0,snmp,,
2267+
snmp.ucd.dskUsed,gauge,,kibibyte,,"[UCD-SNMP-MIB] Used space on the disk. For large heavily-used disks (>2Tb), this value will latch at INT32_MAX (2147483647).",0,snmp,,
22682268
snmp.ucd.memAvailSwap,gauge,,kibibyte,,"[UCD-SNMP-MIB] The amount of swap space currently unused or available.",0,snmp,,
22692269
snmp.ucd.memBuffer,gauge,,kibibyte,,"[UCD-SNMP-MIB] The total amount of real or virtual memory currently allocated for use as memory buffers. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as specifically reserved for this purpose.",0,snmp,,
22702270
snmp.ucd.memCached,gauge,,kibibyte,,"[UCD-SNMP-MIB] The total amount of real or virtual memory currently allocated for use as cached memory. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as specifically reserved for this purpose.",0,snmp,,

0 commit comments

Comments
 (0)