Skip to content

Commit ac1e6f8

Browse files
authored
Update README.md
- update: screenshot - update: checks.yaml
1 parent f0b0856 commit ac1e6f8

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

README.md

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Check out an online demo https://status.harry.id
99

1010
| Light Mode | Dark Mode |
1111
|-|-|
12-
| ![Light](https://github.com/user-attachments/assets/28227221-d1e1-442e-89a4-2a0a09615514) | ![Dark](https://github.com/user-attachments/assets/8bbfc364-319a-417d-898d-3e0807b782bf) |
12+
| ![Light](https://github.com/user-attachments/assets/3ea7b55e-397f-4f7c-8189-64b74a03594b) | ![Dark](https://github.com/user-attachments/assets/92072f9e-1031-4f07-8392-1111df57453a) |
1313

1414

1515
## Features
@@ -60,21 +60,28 @@ Check out an online demo https://status.harry.id
6060
2. Edit the `checks.yaml` file to add or modify the services you want to monitor.
6161
Example:
6262
```yaml
63-
- name: GitHub Home
64-
type: http
65-
host: https://github.com
66-
url: https://github.com # (optional: URL review/clickable)
67-
ssc: True # (optional: if the server uses a self-signed certificate)
68-
expected_code: 200
69-
70-
- name: Google DNS
71-
type: ping
72-
host: 8.8.8.8
73-
74-
- name: Database
75-
type: port
76-
host: db.example.com
77-
port: 5432
63+
- title: 'Group 1'
64+
checks:
65+
- name: GitHub Home
66+
type: http
67+
host: https://github.com
68+
url: https://docs.github.com/en
69+
expected_code: 200
70+
71+
- name: Google Public DNS
72+
type: ping
73+
host: 8.8.8.8
74+
75+
- name: Dummy MySQL Database
76+
type: port
77+
host: db.example.com
78+
port: 3306
79+
80+
- name: Home Server with Self-Signed Certs
81+
type: http
82+
host: https://homeserver.local
83+
ssc: True
84+
expected_code: 200
7885
```
7986
8087
3. (Optional) Customize the `incidents.md` file to add any known incidents or maintenance schedules.

0 commit comments

Comments
 (0)