🍱 Add more screenshots

This commit is contained in:
Anand Chowdhary
2020-08-10 18:08:07 +05:30
parent acfa20001a
commit b072e93a8c
5 changed files with 34 additions and 0 deletions
+34
View File
@@ -27,6 +27,8 @@ Live status: <!--live status--> **🟨 Partial outage**
- Built with Svelte and Sapper
- Fetches data from this repository using the GitHub API
![Screenshot of status website](./assets/screenshot-status.png)
## 📈 Status
This section automatically updates every day and when the status of any website changes:
@@ -41,6 +43,38 @@ This section automatically updates every day and when the status of any website
2. Update the [`.statusrc.yml`](./.statusrc.yml) file with your configuration
3. Optionally, add a Personal Access Token for commits
### Concepts
#### Issues as incidents
When the GitHub Actions workflow detects that one of your URLs is down, it automatically opens a GitHub issue ([example issue #15](https://github.com/koj-co/upptime/issues/15)). You can add incident reports to this issue by adding comments. When your site comes back up, the issue will be closed automatically as well.
<table>
<tr>
<td>
<img alt="Screenshot of GitHub issue" src="./assets/screenshot-issue.png">
</td>
<td>
<img alt="Screenshot of incident page" src="./assets/screenshot-incident.png">
</td>
</tr>
</table>
#### Commits for response time
Four times per day, another workflow runs and records the response time of your websites. This data is commited to GitHub, so it's available in the commit history of each file. Then, the GitHub API may be used to graph the response time history of each endpoint and track when a site goes down.
<table>
<tr>
<td>
<img alt="Screenshot of GitHub commits" src="./assets/screenshot-history.png">
</td>
<td>
<img alt="Screenshot of live status" src="./assets/screenshot-live-status.png">
</td>
</tr>
</table>
### Configuration
The [`.statusrc.yml`](./.statusrc.yml) file is used as the central configuration for Upptime, with this syntax:
Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB