mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
1516caad46
in #10134 we added a silent mechanism to try to read configuration values from macOS configuration profiles if --fleet-url and --enroll-secret weren't present. while using this logic to test #9459 I have found that there's a race condition where sometimes `fleetd` is installed before the configuration profile with the values delivered by Fleet, causing orbit to get stuck forever. I added logic to loop every 30 seconds and try to fetch the values again if none are found, but I didn't felt comfortable adding this logic without also adding an extra flag to explicitly enable this behavior. |
||
---|---|---|
.. | ||
01-Using-Fleet/standard-query-library | ||
Contributing | ||
Deploying | ||
files | ||
images | ||
Using-Fleet | ||
README.md |
Fleet documentation
Welcome to the documentation for Fleet, the lightweight telemetry platform for servers and workstations.
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.