Skip to content

Commit aad5534

Browse files
committed
Add webhooks
1 parent 552ddfe commit aad5534

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

.upptimerc.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
owner: cowprotocol
22
repo: uptime-periphery
33

4+
notifications:
5+
- type: slack
6+
webhook-url: $SLACK_WEBHOOK_URL
7+
48
sites:
59
- name: Bridging - Near/1Click/Tokens
610
url: https://1click.chaindefuser.com/v0/tokens
11+
notifications:
12+
- type: telegram
13+
chat-id: $TELEGRAM_CHAT_ID_NEAR
14+
bot-token: $TELEGRAM_BOT_TOKEN
715

816
- name: Bridging - Near/1Click/Quote
917
method: POST
1018
url: https://1click.chaindefuser.com/v0/quote
1119
headers: ["Content-Type: application/json"]
20+
notifications:
21+
- type: telegram
22+
chat-id: $TELEGRAM_CHAT_ID_NEAR
23+
bot-token: $TELEGRAM_BOT_TOKEN
1224
body: |
1325
{
1426
"dry": false,
@@ -26,14 +38,12 @@ sites:
2638
}
2739
2840
status-website:
29-
# Add your custom domain name, or remove the `cname` line if you don't have a domain
30-
# Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there
3141
cname: periphery.status.cow.fi
32-
# baseUrl: /your-repo-name
42+
baseUrl: /
3343
logoUrl: https://raw.githubusercontent.com/uptime-periphery/master/assets/cow-logo.png
34-
name: Upptime
35-
introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub."
36-
introMessage: This is a sample status page which uses **real-time** data from our [GitHub repository](https://github.com/upptime/upptime). No server required — just GitHub Actions, Issues, and Pages. [**Get your own for free**](https://github.com/upptime/upptime)
44+
name: Upptime for periphery services
45+
introTitle: "**Upptime** for periphery services of CoW Protocol"
46+
introMessage: This is a status page for periphery services of CoW Protocol.
3747
navbar:
3848
- title: Status
3949
href: /

0 commit comments

Comments
 (0)