Skip to content

Commit

Permalink
Fix apo-stray-phe
Browse files Browse the repository at this point in the history
  • Loading branch information
iansltx authored Oct 2, 2024
1 parent 584e8bc commit 05b517a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/service/osquery_utils/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ var extraDetailQueries = map[string]DetailQuery{
// This query is used to determine battery health of macOS and Windows hosts
// based on the cycle count, designed capacity, and max capacity of the battery.
// The `health` column is ommitted due to a known osquery issue with M1 Macs
// (https://github.com/fleetdm/fleet/issues/6763) and it's absence on Windows.
// (https://github.com/fleetdm/fleet/issues/6763) and its absence on Windows.
Query: `SELECT serial_number, cycle_count, designed_capacity, max_capacity FROM battery`,
Platforms: []string{"windows", "darwin"},
DirectIngestFunc: directIngestBattery,
Expand Down

0 comments on commit 05b517a

Please sign in to comment.