Skip to content

Commit

Permalink
Update checks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
harsxv authored Oct 25, 2024
1 parent 52e2fea commit 8bc21e6
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
host: https://news.ycombinator.com
expected_code: 200

- name: Google Home
type: http
host: https://www.google.com
expected_code: 200

- title: 'Group 2'
checks:
- name: Cloudflare DNS Checker
Expand All @@ -53,6 +48,12 @@
host: db.example.com
port: 3306

- name: Google Home
type: http
host: https://www.google.com
expected_code: 200


- title: 'Group 3'
checks:
- name: Amazon Web Services
Expand All @@ -70,11 +71,6 @@
host: https://twitter.com
expected_code: 200

- name: Facebook Home
type: http
host: https://www.facebook.com
expected_code: 200

- name: Localhost
type: ping
host: localhost
Expand Down

0 comments on commit 8bc21e6

Please sign in to comment.