mirror of
https://github.com/fleetdm/fleet
synced 2026-05-16 21:48:48 +00:00
# Changes I'm running orbit based osqueryd on a laptop with [Tuxedo OS](https://www.tuxedocomputers.com/en/TUXEDO-OS_1.tuxedo#). This OS identifies its platform via osquery as `tuxedo` and is therefore not recognized by the Fleet server: ```json { "err": "unrecognized platform", "hostID": 76, "level": "error", "platform": "tuxedo", "ts": "2024-05-15T13:17:34.513509387Z" } ``` This causes policy and scheduled queries to not being run on my system. With this PR Im adding `tuxedo` to all occurrences found when searching for `kali`. Additionally pre-commit checks were failing for me locally as it could not find the hook-id `RuboCop`. This could be solved by using `rubocop` instead. Afterwards all pre-commit checks succeeded locally. # Checklist for submitter - [x] Added/updated tests Signed-off-by: Andreas Ulm <andreas.ulm@prisma-capacity.eu> |
||
|---|---|---|
| .. | ||
| 01-Using-Fleet/standard-query-library | ||
| Configuration | ||
| Contributing | ||
| Deploy | ||
| files | ||
| Get started | ||
| images | ||
| REST API | ||
| Using Fleet | ||
| README.md | ||
Fleet documentation
Welcome to the documentation for Fleet, the lightweight management platform for laptops and servers.
You can also read the Fleet docs over at https://fleetdm.com/docs.
Using Fleet
Resources for using the Fleet UI, fleetctl CLI, and Fleet REST API.
Deploying
Resources for installing Fleet's infrastructure dependencies, configuring Fleet, deploying osquery to hosts, and viewing example deployment scenarios.
Contributing
If you're interested in interacting with the Fleet source code, you'll find information on modifying and building the code here.
If you have any questions, please don't hesitate to File a GitHub issue or join us on Slack. You can find us in the #fleet channel.