my-homelab-configs/infra/rpi-services/uptime-kuma-monitors.json

95 lines
2.2 KiB
JSON

[
{
"name": "Public Website",
"type": "http",
"url": "https://lab2025.duckdns.org/",
"accepted_statuscodes": ["200-399"]
},
{
"name": "Public Gitea",
"type": "http",
"url": "https://lab2025.duckdns.org/git/",
"accepted_statuscodes": ["200-399", "404"]
},
{
"name": "Traefik LAN",
"type": "http",
"url": "http://192.168.100.240/",
"accepted_statuscodes": ["200-399", "404"]
},
{
"name": "Gitea LAN",
"type": "http",
"url": "http://192.168.100.73:3000/",
"accepted_statuscodes": ["200-399", "404"]
},
{
"name": "Pi-hole Web",
"type": "http",
"url": "http://192.168.100.89:8081/admin/",
"accepted_statuscodes": ["200-399", "401", "403"]
},
{
"name": "RPi DNS TCP 53",
"type": "port",
"hostname": "192.168.100.89",
"port": 53
},
{
"name": "RPi DNS UDP 53",
"type": "dns",
"hostname": "cloudflare.com",
"port": 53,
"dns_resolve_type": "A",
"dns_resolve_server": "192.168.100.89"
},
{
"name": "ARR Prowlarr",
"type": "http",
"url": "http://192.168.100.73:9696/",
"accepted_statuscodes": ["200-399", "401", "403"]
},
{
"name": "ARR Radarr",
"type": "http",
"url": "http://192.168.100.73:7878/",
"accepted_statuscodes": ["200-399", "401", "403"]
},
{
"name": "ARR Sonarr",
"type": "http",
"url": "http://192.168.100.73:8989/",
"accepted_statuscodes": ["200-399", "401", "403"]
},
{
"name": "ARR qBittorrent",
"type": "http",
"url": "http://192.168.100.73:8080/",
"accepted_statuscodes": ["200-399", "401", "403"]
},
{
"name": "ARR Kapowarr",
"type": "http",
"url": "http://192.168.100.73:5656/",
"accepted_statuscodes": ["200-399", "401", "403"]
},
{
"name": "ARR Suwayomi",
"type": "http",
"url": "http://192.168.100.73:4567/",
"accepted_statuscodes": ["200-399", "401", "403"]
},
{
"name": "ARR Maintainerr",
"type": "http",
"url": "http://192.168.100.73:6246/",
"accepted_statuscodes": ["200-399", "401", "403"]
},
{
"name": "ARR FlareSolverr",
"type": "http",
"url": "http://192.168.100.73:8191/",
"accepted_statuscodes": ["200-399", "401", "403"]
}
]