mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
Updating documentation of Fleetd tables as part of the oncall duty. Updating the json used by Fleet using the following command: ```sh cd website ./node_modules/sails/bin/sails.js run generate-merged-schema ``` Samples:   @mikermcneil @eashaw: `generate-merged-schema` generates a different output every time it's executed. Guess: It seems it should sort the output lexicograhically?
11 lines
533 B
YAML
11 lines
533 B
YAML
name: sudo_info
|
|
platforms:
|
|
- darwin
|
|
description: Returns the output of `sudo -V` in JSON format.
|
|
columns:
|
|
- name: json_result
|
|
type: text
|
|
required: false
|
|
description: A JSON document with the key value pairs parsed from `sudo -V` output.
|
|
notes: This table is not a core osquery table. It is included as part of [Fleetd](https://fleetdm.com/docs/using-fleet/orbit), the osquery manager from Fleet. Fleetd can be built with [fleetctl](https://fleetdm.com/docs/using-fleet/adding-hosts#osquery-installer).
|
|
evented: false
|