Skip to content

Commit 4910b1b

Browse files
committed
refactor(alerting): simplified ClickUp configurations example
1 parent ab9fa67 commit 4910b1b

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -950,41 +950,16 @@ alerting:
950950
priority: high
951951
name: "Health Check Alert: [ENDPOINT_GROUP] - [ENDPOINT_NAME]"
952952
content: "Alert triggered for [ENDPOINT_GROUP] - [ENDPOINT_NAME] - [ALERT_DESCRIPTION] - [RESULT_ERRORS]"
953-
# You can also add group-specific configurations, which will
954-
# override the default configuration for the specified groups
955-
overrides:
956-
- group: "core"
957-
list-id: "987654321"
958-
priority: urgent
959953
960954
endpoints:
961955
- name: website
962956
url: "https://twin.sh/health"
963957
interval: 5m
964958
conditions:
965959
- "[STATUS] == 200"
966-
- "[BODY].status == UP"
967-
- "[RESPONSE_TIME] < 300"
968960
alerts:
969961
- type: clickup
970-
failure-threshold: 2
971-
success-threshold: 3
972962
send-on-resolved: true
973-
description: "healthcheck failed"
974-
975-
- name: back-end
976-
group: core
977-
url: "https://example.org/"
978-
interval: 5m
979-
conditions:
980-
- "[STATUS] == 200"
981-
- "[CERTIFICATE_EXPIRATION] > 48h"
982-
alerts:
983-
- type: clickup
984-
failure-threshold: 2
985-
success-threshold: 3
986-
send-on-resolved: true
987-
description: "healthcheck failed"
988963
```
989964

990965
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)

0 commit comments

Comments
 (0)