config.yaml 550 B

12345678910111213141516171819202122
  1. monitors:
  2. - name: GitHub
  3. url: https://github.com
  4. category: Developer Tools
  5. - name: Cloudflare DNS
  6. url: dns://cloudflare.com
  7. category: DNS
  8. - name: Google TLS
  9. url: tls://www.google.com:443
  10. category: Google
  11. - name: Google Ping
  12. url: ping://8.8.8.8
  13. category: Google
  14. - name: Google Search
  15. url: https://www.google.com
  16. category: Google
  17. - name: OpenAI Reachability
  18. url: ping://platform.openai.com:443
  19. category: Network
  20. - name: Example API
  21. url: https://httpbin.org/status/200
  22. category: API