|
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: RoboFinSystems |
| 2 | +repo: status |
4 | 3 |
|
5 | 4 | 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: Secret Site |
13 | | - url: $SECRET_SITE |
| 5 | + - name: RoboSystems API |
| 6 | + url: https://api.robosystems.ai/v1/status |
| 7 | + expectedStatusCodes: [200] |
| 8 | + maxResponseTime: 5000 |
| 9 | + - name: RoboSystems |
| 10 | + url: https://robosystems.ai |
| 11 | + expectedStatusCodes: [200] |
| 12 | + maxResponseTime: 5000 |
| 13 | + - name: RoboLedger |
| 14 | + url: https://roboledger.ai |
| 15 | + expectedStatusCodes: [200] |
| 16 | + maxResponseTime: 5000 |
| 17 | + - name: RoboInvestor |
| 18 | + url: https://roboinvestor.ai |
| 19 | + expectedStatusCodes: [200] |
| 20 | + maxResponseTime: 5000 |
14 | 21 |
|
15 | 22 | status-website: |
16 | | - # Add your custom domain name, or remove the `cname` line if you don't have a domain |
17 | | - # Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there |
18 | | - cname: demo.upptime.js.org |
19 | | - # baseUrl: /your-repo-name |
20 | | - logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg |
21 | | - name: Upptime |
22 | | - introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub." |
23 | | - 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) |
| 23 | + cname: status.robosystems.ai |
| 24 | + name: RoboSystems Status |
| 25 | + theme: dark |
| 26 | + introTitle: "RoboSystems Platform Status" |
| 27 | + introMessage: >- |
| 28 | + Live availability and response times for the RoboSystems platform and |
| 29 | + applications. Checks run every five minutes from infrastructure independent |
| 30 | + of the services being monitored. Incidents are opened, updated, and resolved |
| 31 | + publicly. |
24 | 32 | navbar: |
25 | 33 | - title: Status |
26 | 34 | href: / |
27 | | - - title: GitHub |
28 | | - href: https://github.com/$OWNER/$REPO |
| 35 | + - title: Changelog |
| 36 | + href: https://github.com/RoboFinSystems/robosystems/releases |
| 37 | + - title: Documentation |
| 38 | + href: https://github.com/RoboFinSystems/robosystems/wiki |
| 39 | + - title: Support |
| 40 | + href: mailto:hello@robosystems.ai |
29 | 41 |
|
30 | | -# Upptime also supports notifications, assigning issues, and more |
31 | | -# See https://upptime.js.org/docs/configuration |
| 42 | +assignees: |
| 43 | + - jfrench9 |
0 commit comments