Skip to content

Commit

Permalink
generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlikelee committed Oct 2, 2024
1 parent 38dd6fc commit 5c7f752
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions docs/Contributing/Understanding-host-vitals.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,9 @@

Following is a summary of the detail queries hardcoded in Fleet used to populate the device details:

## battery_macos
## battery

- Platforms: darwin

- Query:
```sql
SELECT serial_number, cycle_count, health FROM battery;
```

## battery_windows

- Platforms: windows
- Platforms: windows, darwin

- Discovery query:
```sql
Expand Down

0 comments on commit 5c7f752

Please sign in to comment.