You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `alerting.clickup.overrides` | List of overrides that may be prioritized over the default configuration | `[]` |
932
+
| `alerting.clickup.overrides[].group` | Endpoint group for which the configuration will be overridden by this configuration | `""` |
933
+
| `alerting.clickup.overrides[].*` | See `alerting.clickup.*` parameters | `{}` |
934
+
935
+
The ClickUp alerting provider creates tasks in a ClickUp list when alerts are triggered. If `send-on-resolved` is set to `true` on the endpoint alert, the task will be automatically closed when the alert is resolved.
936
+
937
+
The following placeholders are supported in `name` and `content`:
938
+
939
+
- `[ENDPOINT_GROUP]`- Resolved from `endpoints[].group`
940
+
- `[ENDPOINT_NAME]`- Resolved from `endpoints[].name`
941
+
- `[ALERT_DESCRIPTION]`- Resolved from `endpoints[].alerts[].description`
942
+
- `[RESULT_ERRORS]`- Resolved from the health evaluation errors
To get your ClickUp API token follow: [Generate or regenerate a Personal API Token](https://developer.clickup.com/docs/authentication#:~:text=the%20API%20docs.-,Generate%20or%20regenerate%20a%20Personal%20API%20Token,-Log%20in%20to)
969
+
970
+
To find your List ID:
971
+
972
+
1. Open the ClickUp list where you want tasks to be created
973
+
2. The List ID is in the URL: `https://app.clickup.com/{workspace_id}/v/l/li/{list_id}`
974
+
975
+
To find Assignee IDs:
976
+
977
+
1. Go to `https://app.clickup.com/{workspace_id}/teams-pulse/teams/people`
978
+
2. Hover over a team member
979
+
3. Click the 3 dots (overflow menu)
980
+
3. Click `Copy member ID`
981
+
914
982
#### Configuring Datadog alerts
915
983
916
984
> ⚠️ **WARNING**: This alerting provider has not been tested yet. If you've tested it and confirmed that it works, please remove this warning and create a pull request, or comment on [#1223](https://github.com/TwiN/gatus/discussions/1223) with whether the provider works as intended. Thank you for your cooperation.
0 commit comments