Skip to content

Commit 3918da5

Browse files
JOYclaude
andcommitted
Configure DOS ecosystem monitoring
Monitor: app.dos.ai, dos.ai, api.dos.ai, id.dos.me, api.dos.me, dosafe.io, doscan.io, inference.dos.ai Custom domain: status.dos.ai, dark theme Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 67febae commit 3918da5

1 file changed

Lines changed: 68 additions & 26 deletions

File tree

.upptimerc.yml

Lines changed: 68 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,78 @@
1-
# Change these first
2-
owner: upptime # Your GitHub organization or username, where this repository lives
3-
repo: upptime # The name of this repository
1+
owner: DOS
2+
repo: status
3+
user-agent: DOS
44

55
sites:
6-
- name: Google
7-
url: https://www.google.com
8-
- name: Wikipedia
9-
url: https://en.wikipedia.org
10-
- name: Hacker News
11-
url: https://news.ycombinator.com
12-
- name: Test Broken Site
13-
url: https://thissitedoesnotexist.koj.co
14-
- name: IPv6 test
15-
url: forwardemail.net
16-
port: 80
17-
check: "tcp-ping"
18-
ipv6: true
6+
- name: DOS.AI Platform
7+
url: https://app.dos.ai
8+
icon: https://dos.ai/icon.svg
9+
maxResponseTime: 5000
10+
11+
- name: DOS.AI Landing
12+
url: https://dos.ai
13+
icon: https://dos.ai/icon.svg
14+
15+
- name: DOS.AI API
16+
url: https://api.dos.ai/health
17+
icon: https://dos.ai/icon.svg
18+
maxResponseTime: 3000
19+
20+
- name: DOS.Me Identity
21+
url: https://id.dos.me
22+
icon: https://dos.me/favicon.ico
23+
24+
- name: DOS.Me API
25+
url: https://api.dos.me/health
26+
icon: https://dos.me/favicon.ico
27+
maxResponseTime: 3000
28+
29+
- name: DOSafe
30+
url: https://dosafe.io
31+
icon: https://dosafe.io/favicon.ico
32+
33+
- name: DOScan Explorer
34+
url: https://doscan.io
35+
icon: https://doscan.io/favicon.ico
36+
37+
- name: Inference Engine
38+
url: https://inference.dos.ai/health
39+
icon: https://dos.ai/icon.svg
40+
maxResponseTime: 5000
1941

2042
status-website:
21-
# Add your custom domain name, or remove the `cname` line if you don't have a domain
22-
# Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there
23-
cname: demo.upptime.js.org
24-
# baseUrl: /your-repo-name
25-
logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
26-
name: Upptime
27-
introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub."
28-
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)
43+
cname: status.dos.ai
44+
logoUrl: https://dos.ai/icon.svg
45+
name: DOS Status
46+
theme: dark
47+
introTitle: "**DOS** Service Status"
48+
introMessage: "Real-time uptime monitoring for all DOS ecosystem services. Powered by [Upptime](https://github.com/upptime/upptime)."
2949
navbar:
3050
- title: Status
3151
href: /
52+
- title: DOS.AI
53+
href: https://dos.ai
3254
- title: GitHub
3355
href: https://github.com/$OWNER/$REPO
3456

35-
# Upptime also supports notifications, assigning issues, and more
36-
# See https://upptime.js.org/docs/configuration
57+
i18n:
58+
activeIncidents: "Active Incidents"
59+
allSystemsOperational: "All Systems Operational"
60+
incidentReport: "Incident Report for"
61+
responseTime: "Response Time"
62+
uptime: "Uptime"
63+
liveStatus: "Live Status"
64+
65+
commitMessages:
66+
readmeContent: ":pencil: Update summary [skip ci]"
67+
summaryJson: ":card_file_box: Update status summary [skip ci]"
68+
statusChange: "$EMOJI $SITE_NAME is $STATUS"
69+
graphsUpdate: ":bento: Update graphs [skip ci]"
70+
commitAuthorName: "DOS Status Bot"
71+
commitAuthorEmail: "status@dos.ai"
72+
73+
workflowSchedule:
74+
uptime: "*/5 * * * *"
75+
graphs: "0 0 * * *"
76+
responseTime: "0 23 * * *"
77+
staticSite: "0 1 * * *"
78+
summary: "0 0 * * *"

0 commit comments

Comments
 (0)