Add system maintenance policy to workstations canary (#19664)

Adding system maintenance policy to Workstations canary 🐣 team for demo
purposes.

---------

Co-authored-by: Luke Heath <luke@fleetdm.com>
This commit is contained in:
Drew Baker 2024-06-11 18:04:13 -04:00 committed by GitHub
parent 1a475b857c
commit c716c5d21a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,11 +121,18 @@ policies:
platform: darwin
calendar_events_enabled: false
- name: macOS - MDM migration complete
query: SELECT 1 AS result FROM system_info WHERE computer_name NOT IN ('Titanosauria', 'Drews MacBook Pro','fleetwoodmike');
query: SELECT 1 AS result FROM system_info WHERE computer_name NOT IN ('Titanosauria2', 'Drews MacBook Pro2','fleetwoodmike2');
critical: false
description: Determines if the device has completed MDM migration to Fleet.
resolution: We will migrate your macOS MDM to Fleet.
platform: darwin
calendar_events_enabled: false
- name: macOS - System maintenance complete
query: SELECT 1 AS result FROM system_info WHERE computer_name NOT IN ('Titanosauria', 'Drews MacBook Pro','fleetwoodmike');
critical: false
description: Determines if the device has completed system maintenance.
resolution: We will perform system maintenance on your device.
platform: darwin
calendar_events_enabled: true
queries:
- path: ../lib/collect-failed-login-attempts.queries.yml