proxmox-server-setup/kuma-checks.json
2025-08-01 03:37:08 -05:00

31 lines
677 B
JSON

[
{
"name": "self_alive",
"type": "native",
"push": "xxxxxxxxxxxxxxxx"
},
{
"name": "web_frontend",
"type": "http",
"target": "http://localhost:8080/health",
"push": "xxxxxxxxxxxxxxxx"
},
{
"name": "api_service",
"type": "service",
"target": "my-api.service",
"push": "xxxxxxxxxxxxxxxx"
},
{
"name": "redis_container",
"type": "docker",
"target": "redis",
"push": "xxxxxxxxxxxxxxxx"
},
{
"name": "media_nfs",
"type": "mount",
"target": "/mnt/media",
"push": "xxxxxxxxxxxxxxxx"
}
]