osquery-1/specs/darwin/system_info.table

9 lines
363 B
Plaintext
Raw Normal View History

2015-08-25 23:26:57 +00:00
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")