From 42daed004ae6517d392a15d6fbf22c0377a28131 Mon Sep 17 00:00:00 2001 From: liuxunxun7-max Date: Mon, 9 Mar 2026 13:44:20 +0800 Subject: [PATCH] Add files via upload --- m18-health-check/config.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 m18-health-check/config.json diff --git a/m18-health-check/config.json b/m18-health-check/config.json new file mode 100644 index 00000000..54bbd872 --- /dev/null +++ b/m18-health-check/config.json @@ -0,0 +1,21 @@ +{ + "server": { + "httpPort": 3000, + "wsPort": 3018 + }, + "patrol": { + "interval": 60000, + "maxHistory": 50 + }, + "alert": { + "warningThreshold": 80, + "criticalThreshold": 90 + }, + "log": { + "file": "health-log.json", + "maxDays": 7 + }, + "heartbeat": { + "timeout": 300000 + } +} \ No newline at end of file