From 45546df89a4468088e3862a2f4723daab3afeb1c Mon Sep 17 00:00:00 2001 From: wagesj45 Date: Fri, 1 Aug 2025 02:43:49 -0500 Subject: [PATCH] Add kuma-checks.json --- kuma-checks.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 kuma-checks.json diff --git a/kuma-checks.json b/kuma-checks.json new file mode 100644 index 0000000..651b436 --- /dev/null +++ b/kuma-checks.json @@ -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" + } +]