|
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 |
4 | 4 |
|
5 | 5 | 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 |
19 | 41 |
|
20 | 42 | 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)." |
29 | 49 | navbar: |
30 | 50 | - title: Status |
31 | 51 | href: / |
| 52 | + - title: DOS.AI |
| 53 | + href: https://dos.ai |
32 | 54 | - title: GitHub |
33 | 55 | href: https://github.com/$OWNER/$REPO |
34 | 56 |
|
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