Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions snmp/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2260,11 +2260,11 @@ snmp.ucd.diskIONReadX,count,,,,"[UCD-DISKIO-MIB] The number of bytes read from t
snmp.ucd.diskIONWrittenX,count,,,,"[UCD-DISKIO-MIB] The number of bytes written to this device since boot.",0,snmp,,
snmp.ucd.diskIOReads,count,,,,"[UCD-DISKIO-MIB] The number of read accesses from this device since boot.",0,snmp,,
snmp.ucd.diskIOWrites,count,,,,"[UCD-DISKIO-MIB] The number of write accesses to this device since boot.",0,snmp,,
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,,
snmp.ucd.dskPercent,gauge,,,,"[UCD-SNMP-MIB] Percentage of space used on disk",0,snmp,,
snmp.ucd.dskPercentNode,gauge,,,,"[UCD-SNMP-MIB] Percentage of inodes used on disk",0,snmp,,
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,,
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,,
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,,
snmp.ucd.dskPercent,gauge,,percent,,"[UCD-SNMP-MIB] Percentage of space used on disk",0,snmp,,
snmp.ucd.dskPercentNode,gauge,,percent,,"[UCD-SNMP-MIB] Percentage of inodes used on disk",0,snmp,,
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,,
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,,
snmp.ucd.memAvailSwap,gauge,,kibibyte,,"[UCD-SNMP-MIB] The amount of swap space currently unused or available.",0,snmp,,
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,,
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,,
Expand Down
2 changes: 1 addition & 1 deletion tenable_io/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This integration collects logs from the sources listed above and sends them to D

### Generate API credentials in Tenable.io

1. Log in to your [Tenable.io][4] account.
1. Log in to [Tenable.io][4] with an account that has the `Administrator` user role.
2. Click the profile icon and select **My Profile**.
3. Navigate to the **API Keys** section.
4. Click the **Generate** button in the lower right-corner of the page.
Expand Down
Loading