mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
f36b7d4d6d
#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>
8 lines
418 B
YAML
8 lines
418 B
YAML
- name: Collect fleetd update channels
|
|
description: "Collects the update channels for all fleetd components: osquery, Orbit, and Fleet Desktop. To see which version number each channel is on, ask in #help-engineering."
|
|
query: SELECT desktop_channel, orbit_channel, osqueryd_channel FROM orbit_info;
|
|
interval: 300 # 5 minutes
|
|
observer_can_run: true
|
|
automations_enabled: false
|
|
platform: darwin,linux,windows
|