mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
9 lines
363 B
Plaintext
9 lines
363 B
Plaintext
|
table_name("system_info")
|
||
|
description("System information for identification.")
|
||
|
schema([
|
||
|
Column("hostname", TEXT, "Network hostname including domain"),
|
||
|
Column("uuid", TEXT, "Unique ID provided by the system"),
|
||
|
Column("cpu_serial", TEXT, "System serial number frequently used for asset tracking"),
|
||
|
])
|
||
|
implementation("system/system_info@genSystemInfo")
|