fleet/docs
Andrwe Lord Weber a8a1054b36
add linux platform tuxedo (#19011)
# 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>
2024-05-29 13:54:07 -03:00
..
01-Using-Fleet/standard-query-library Updated 1Password policy to only search 1 level deep for performance reasons. (#18003) 2024-04-04 09:33:17 -05:00
Configuration Sever config docs: Deploy security agents (#19236) 2024-05-23 17:07:28 -04:00
Contributing API design: Deploy security agents to macOS, Windows, and Linux hosts (#19245) 2024-05-23 17:07:07 -04:00
Deploy Update docs: Best practice infra for deploy security agents (#19251) 2024-05-28 14:41:54 -04:00
files Add 2023 penetration test (#18375) 2024-04-29 14:39:28 -05:00
Get started Update why-fleet.md (#19064) 2024-05-17 08:07:17 +09:00
images Migrate deployment guides to articles (#19007) 2024-05-16 07:29:51 +09:00
REST API API design: Deploy security agents to macOS, Windows, and Linux hosts (#19245) 2024-05-23 17:07:07 -04:00
Using Fleet add linux platform tuxedo (#19011) 2024-05-29 13:54:07 -03:00
README.md Update positioning in documentation readme and CTA example (#12464) 2023-07-17 12:38:07 -07:00

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.