We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c05b2d commit b4b75adCopy full SHA for b4b75ad
.upptimerc.yml
@@ -6,6 +6,14 @@ notifications:
6
webhook-url: $SLACK_WEBHOOK_URL
7
8
sites:
9
+ - name: TEST - Intentional Failure (Remove After Testing)
10
+ url: https://this-url-does-not-exist-12345678.com
11
+ maxResponseTime: 5000
12
+ notifications:
13
+ - type: telegram
14
+ chat-id: $TELEGRAM_CHAT_ID_NEAR
15
+ bot-token: $TELEGRAM_BOT_TOKEN
16
+
17
- name: Bridging - Near/1Click/Tokens
18
url: https://1click.chaindefuser.com/v0/tokens
19
notifications:
0 commit comments