You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: snmp/metadata.csv
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2260,11 +2260,11 @@ snmp.ucd.diskIONReadX,count,,,,"[UCD-DISKIO-MIB] The number of bytes read from t
2260
2260
snmp.ucd.diskIONWrittenX,count,,,,"[UCD-DISKIO-MIB] The number of bytes written to this device since boot.",0,snmp,,
2261
2261
snmp.ucd.diskIOReads,count,,,,"[UCD-DISKIO-MIB] The number of read accesses from this device since boot.",0,snmp,,
2262
2262
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,,
2268
2268
snmp.ucd.memAvailSwap,gauge,,kibibyte,,"[UCD-SNMP-MIB] The amount of swap space currently unused or available.",0,snmp,,
2269
2269
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,,
2270
2270
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