fleet/schema/tables/system_state.yml
Mo Zhu 5fbc368e46
Warning about installing extension on Chrome browsers (#12596)
Co-authored-by: Rachael Shaw <r@rachael.wtf>
2023-07-07 09:55:38 -07:00

21 lines
701 B
YAML

name: system_state
platforms:
- chrome
description: Returns "locked" if the system is locked, "idle" if the user has not generated any input for a specified number of seconds, or "active" otherwise. Idle time is set to 20% of the user's autolock time or defaults to 30 seconds if autolock is not set.
examples: >-
Returns "locked", "idle", or "active".
```
SELECT idle_state FROM system_state;
```
columns:
- name: idle_state
type: string
description: Returns "locked", "idle", or "active".
required: false
evented: false
notes: >-
- This table is not a core osquery table. This table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).