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