verae-uptime/probes.json

17 lines
711 B
JSON

{
"intervalSec": 60,
"failAfter": 2,
"timeoutMs": 15000,
"stateDir": "~/.verae-uptime",
"webhook": "",
"targets": [
{ "id": "catalog", "url": "https://zapier.georgelambert.org/" },
{ "id": "portal", "url": "https://portal.zapier.georgelambert.org/portal/" },
{ "id": "api", "url": "https://api.zapier.georgelambert.org/health" },
{ "id": "zap", "url": "https://zap.zapier.georgelambert.org/health" },
{ "id": "iam", "url": "https://iam.zapier.georgelambert.org/" },
{ "id": "mw", "url": "https://mw.zapier.georgelambert.org/health" },
{ "id": "fleet", "url": "https://fleet.zapier.georgelambert.org/" },
{ "id": "git", "url": "https://git.georgelambert.org/" }
]
}