| 12345678910111213141516171819202122232425 |
- monitors:
- - name: GitHub
- url: https://github.com
- category: Developer Tools
- - name: Cloudflare DNS
- url: dns://cloudflare.com
- category: DNS
- - name: Google TLS
- url: tls://www.google.com:443
- category: Google
- - name: Google Ping
- url: ping://8.8.8.8
- category: Google
- - name: Google Search
- url: https://www.google.com
- category: Google
- - name: OpenAI Reachability
- url: ping://platform.openai.com:443
- category: Network
- - name: Example API
- url: https://httpbin.org/status/200
- category: API
- # - name: Example Fail
- # url: https://httpbin.org/status/500
- # category: API
|