fleet/schema/tables/pmset.yml
Rachael Shaw 895d4bc2f7
Use "Fleet's agent (fleetd)" naming in the docs (#18138)
For #16512

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2024-04-29 11:12:03 -05:00

15 lines
522 B
YAML

name: pmset
platforms:
- darwin
description: Retrieves macOS power settings with the `pmset -g` command.
columns:
- name: getting
type: text
required: false
description: Allows specifying a getting option when executing pmset.
- name: json_result
type: text
required: false
description: Result of the command in JSON format.
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