osquery-1/specs/linux/md_drives.table

10 lines
344 B
Plaintext
Raw Normal View History

2017-06-22 04:58:37 +00:00
table_name("md_drives")
description("Drive devices used for Software RAID.")
schema([
Column("md_device_name", TEXT, "md device name"),
Column("drive_name", TEXT, "Drive device name"),
Column("slot", INTEGER, "Slot position of disk"),
Column("state", TEXT, "State of the drive"),
])
implementation("system/md_stat@genMDDrives")