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" + } +]