mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
21 lines
729 B
YAML
21 lines
729 B
YAML
name: sntp_request
|
|
platforms:
|
|
- darwin
|
|
- windows
|
|
- linux
|
|
description: Allows querying the timestamp and clock offset from a SNTP server (in millisecond precision).
|
|
columns:
|
|
- name: server
|
|
type: text
|
|
required: true
|
|
description: Address of the SNTP server to query.
|
|
- name: timestamp_ms
|
|
type: bigint
|
|
required: false
|
|
description: Timestamp returned by the SNTP server in milliseconds.
|
|
- name: clock_offset_ms
|
|
type: bigint
|
|
required: false
|
|
description: Offset between the host's time and the SNTP time in milliseconds.
|
|
notes: This table is not a core osquery table. It is included as part of Fleet's agent ([fleetd](https://fleetdm.com/docs/get-started/anatomy#fleetd)).
|
|
evented: false
|