Skip to content

Commit

Permalink
Added some services #23
Browse files Browse the repository at this point in the history
#23 More Services getting added

Signed-off-by: Laurensius Jeffrey <7936962+arcestia@users.noreply.github.com>
  • Loading branch information
arcestia authored Apr 17, 2024
1 parent fbc6c4b commit af6ee34
Showing 1 changed file with 54 additions and 1 deletion.
55 changes: 54 additions & 1 deletion .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,56 +5,109 @@ repo: monitoring # The name of this repository
sites:
- name: Main Website
url: https://skiddle.id
assignees:
- arcestia

- name: Private Wiki (wiki.skiddle.id)
url: https://wiki.skiddle.id
assignees:
- arcestia

- name: Mail System
url: https://skiddle.id
assignees:
- arcestia

- name: NTFY Services
url: https://ntfy.skiddle.id
assignees:
- arcestia

- name: Skiddle Network (FireFish)
url: https://skiddle.network/
assignees:
- arcestia

- name: API Services
url: $API_URL
assignees:
- arcestia

- name: Metrics Services
url: $METRICS_API
assignees:
- arcestia

- name: CheckDomain API
url: https://chkdomain.my.id/api
assignees:
- arcestia

- name: Private Git
url: https://git.skiddle.id
assignees:
- arcestia

- name: Skiddle CDN
url: $CDN_URL
assignees:
- arcestia
expectedStatusCodes:
- 200
- 201
- 403
- 404

- name: Dummy Wordpress
url: https://skiddle.my.id
assignees:
- arcestia

- name: Seedbox & Plex
url: $IP_SEEDBOX
__dangerous__insecure: true
assignees:
- arcestia

- name: Maloja
url: https://listen.skiddle.id
assignees:
- arcestia

# SERVER PING
- name: GITHUB CI Nodes
check: "tcp-ping"
url: $GITCI_SERVER
port: 22
assignees:
- arcestia

- name: SG1 Nodes
check: "tcp-ping"
url: $IP_SG1
port: 53
assignees:
- arcestia

- name: SG2 Nodes
check: "tcp-ping"
url: $IP_SG2
port: 22
assignees:
- arcestia

- name: SG3 Nodes
check: "tcp-ping"
url: $IP_SG3
port: $SECRET_PORT
assignees:
- arcestia

- name: DE1 Nodes
check: "tcp-ping"
url: $IP_DE1
port: $SECRET_PORT
assignees:
- arcestia

status-website:
# Add your custom domain name, or remove the `cname` line if you don't have a domain
Expand Down

0 comments on commit af6ee34

Please sign in to comment.