mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
## Addresses #31671 - [x] Changes file added for user-visible changes in `changes/` - [x] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) ## Testing - [x] Added/updated automated tests - [x] QA'd all new/changed functionality manually ## Database migrations - [x] Checked schema for all modified table for columns that will auto-update timestamps during migration. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added total disk space metrics for all partitions on Linux hosts. The disk space indicator now displays comprehensive storage information including root partition and all other partitions, improving visibility into host storage capacity. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com> |
||
|---|---|---|
| .. | ||
| mdm | ||
| orchestration | ||
| software | ||
| README.md | ||
Fleet product groups
Fleet is organized into three main product groups:
MDM
The MDM product group focuses on Mobile Device Management, including:
- Apple MDM (macOS, iOS)
- Windows MDM
- Android MDM
- End user authentication
- Disk encryption
- Automated device enrollment
Orchestration
The Orchestration product group focuses on device orchestration using osquery, including:
- Live queries
- Scheduled queries
- Query packs
- Host vitals
- Teams and access control
- File carving
- Policies
- Scripts
Software
The Software product group focuses on software management, including:
- Software inventory
- Vulnerability management
- Software installation
- Software updates
- Software policies
- Fleet-maintained apps
Cross-Product Documentation
Some documentation applies to multiple product groups:
- Architecture - High-level architecture documentation
- Guides - How-to guides for common tasks
- Workflows - Development workflows
- Reference - API reference, configuration, etc.