mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
#17043 Set up dogfood to use gitops. I copied the current dogfood configs/policies/queries into the gitops flow. Successful workflow run: https://github.com/fleetdm/fleet/actions/runs/8023101797/job/21918883543?pr=17098 --------- Co-authored-by: Noah Talerman <noahtal@umich.edu>
10 lines
No EOL
323 B
YAML
10 lines
No EOL
323 B
YAML
- name: Collect USB devices
|
|
automations_enabled: false
|
|
description: Collects the USB devices that are currently connected to macOS and Linux hosts.
|
|
discard_data: false
|
|
interval: 300
|
|
logging: snapshot
|
|
min_osquery_version: ""
|
|
observer_can_run: true
|
|
platform: ""
|
|
query: SELECT model, vendor FROM usb_devices; |