mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Standard query library: Add description to "Get laptops with failing batteries" (#3254)
This commit is contained in:
parent
2abae381e9
commit
10871172f6
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ kind: query
|
|||
spec:
|
||||
name: Get laptops with failing batteries
|
||||
platforms: macOS
|
||||
description:
|
||||
description: Get all laptops with batteries that are not well-performing.
|
||||
query: SELECT * FROM battery WHERE health != 'Good' AND condition NOT IN ('', 'Normal');
|
||||
purpose: Informational
|
||||
contributors: zwass
|
||||
|
|
|
|||
Loading…
Reference in a new issue