Proxmox worker, uptime, backup, tagged deploy

This commit is contained in:
George Lambert 2026-09-11 23:36:00 -04:00
commit fc395f824b
8 changed files with 231 additions and 0 deletions

17
probes.json Normal file
View file

@ -0,0 +1,17 @@
{
"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/" }
]
}