Add kuma-checks.json

This commit is contained in:
Jordan Wages 2025-08-01 02:43:49 -05:00
commit 45546df89a

32
kuma-checks.json Normal file
View file

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