mirror of
https://github.com/fleetdm/fleet
synced 2026-05-16 21:48:48 +00:00
This is a redo of the already-approved PR https://github.com/fleetdm/fleet/pull/19125 The difference is that this merge is into main as opposed to the feature branch.
2 lines
262 B
Text
2 lines
262 B
Text
Added `activities_webhook` configuration option to allow for a webhook to be called when an activity is recorded. This can be used to send activity data to external services.
|
|
If the webhook response is a 429 error code, the webhook retries for up to 30 minutes.
|