mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
1a475b857c
commit
c716c5d21a
1 changed files with 8 additions and 1 deletions
|
|
@ -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', 'Drew’s MacBook Pro','fleetwoodmike');
|
||||
query: SELECT 1 AS result FROM system_info WHERE computer_name NOT IN ('Titanosauria2', 'Drew’s 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', 'Drew’s 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue