mirror of
https://github.com/fleetdm/fleet
synced 2026-05-14 20:48:35 +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> |
||
|---|---|---|
| .. | ||
| Audit-logs.md | ||
| Automations.md | ||
| CIS-Benchmarks.md | ||
| downgrading-fleet.md | ||
| enroll-chromebooks.md | ||
| enroll-hosts.md | ||
| Fleet-desktop.md | ||
| Fleet-UI.md | ||
| fleetctl-CLI.md | ||
| Learn-how-to-use-Fleet.md | ||
| Log-destinations.md | ||
| manage-access.md | ||
| MDM-commands.md | ||
| MDM-custom-OS-settings.md | ||
| MDM-disk-encryption.md | ||
| MDM-macOS-setup-experience.md | ||
| MDM-migration-guide.md | ||
| MDM-OS-updates.md | ||
| MDM-setup.md | ||
| Osquery-process.md | ||
| Puppet-module.md | ||
| README.md | ||
| Scripts.md | ||
| segment-hosts.md | ||
| Supported-browsers.md | ||
| Supported-host-operating-systems.md | ||
| Understanding-host-vitals.md | ||
| update-agents.md | ||
| Usage-statistics.md | ||
| Vulnerability-Processing.md | ||
Using Fleet
Fleet UI
Provides documentation about running and scheduling queries from within the Fleet UI
fleetctl CLI
Includes resources for setting up and configuring Fleet via the fleetctl CLI
Enroll hosts
Provides resources for enrolling your hosts to Fleet
Log destinations
Includes documentation on the log destinations for sending with osquery logs
Osquery processes
Includes documentation about osquery children processes and under which conditions they are terminated