Skip to content

Commit e099c72

Browse files
authored
Add Mail System check to .upptimerc.yml
Added Mail System check with TCP ping and environment variables. Signed-off-by: Laurensius Jeffrey <7936962+arcestia@users.noreply.github.com>
1 parent 49ba089 commit e099c72

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

.upptimerc.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,22 @@ sites:
1313
assignees:
1414
- arcestia
1515

16-
# - name: Mail System
17-
# url: https://email.skiddle.id
18-
# assignees:
19-
# - arcestia
16+
- name: Mail System
17+
check: "tcp-ping"
18+
url: $MAIL_SERVER
19+
port: $MAIL_PORT
20+
assignees:
21+
- arcestia
2022

2123
# - name: NTFY Services
2224
# url: https://ntfy.skiddle.id
2325
# assignees:
2426
# - arcestia
2527

26-
- name: Bluesky PDS
27-
url: https://pds.skiddle.id
28-
assignees:
29-
- arcestia
28+
# - name: Bluesky PDS
29+
# url: https://pds.skiddle.id
30+
# assignees:
31+
# - arcestia
3032

3133
# - name: Metrics Services
3234
# url: $METRICS_API

0 commit comments

Comments
 (0)