Skip to content

Commit

Permalink
Label Templates: add Storage Drive and Controller types
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Giudici <[email protected]>
  • Loading branch information
fgiudici committed Sep 17, 2024
1 parent 9e7cfc1 commit e382ad7
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion docs/label-templates-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,28 @@ The tracked disks include also optical disk drives and removable devices (e.g.,
| `${Storage/Disks/_<DeviceName>_/Removable}` | is removable media? |
| `${Storage/Disks/_<DeviceName>_/Size}` | Size ( bytes) |
| `${Storage/Disks/_<DeviceName>_/StorageController}` | Controller type |
| `${Storage/TotalDisks}` | Number of disks present in the system |
| `${Storage/TotalDisks}` | Number of disks present in the system |


### Disks' DriveTypes

| Type | Description |
|---------|---------------------------------|
| HDD | Hard disk drive |
| FDD | Floppy disk drive |
| ODD | Optical disk drive |
| SSD | Solid-state drive |
| virtual | virtual drive i.e. loop devices |
| Unknown | unknown drive type |

### Disks' StorageController types

| Type | Description |
|---------|----------------------------------------------------------------|
| IDE | Integrated Drive Electronics |
| SCSI | Small computer system interface |
| NVMe | Non-volatile Memory Express |
| MMC | Multi-media controller (used for mobile phone storage devices) |
| virtio | Virtualized storage controller/driver |
| loop | loop device |
| Unknown | unknown controller type |

0 comments on commit e382ad7

Please sign in to comment.