Files
legacy-docker-compose/CodeServer/UptimeKuma/http-1.json
2023-09-26 18:14:36 -06:00

15 lines
279 B
JSON

{
"type": "http",
"name": "CodeServer - Web",
"interval": 60,
"retryInterval": 20,
"maxretries": 1,
"notificationIDList": [
3,
4
],
"url": "https://codeserver.alexlebens.net",
"accepted_statuscodes": [
"200-299"
]
}