Add docker to check map

This commit is contained in:
Alex Holliday
2024-11-13 15:34:31 +08:00
parent 8a407f61fe
commit 20d84e0a18

View File

@@ -20,6 +20,7 @@ const SERVICE_NAME = "monitorModule";
const CHECK_MODEL_LOOKUP = {
http: Check,
ping: Check,
docker: Check,
pagespeed: PageSpeedCheck,
hardware: HardwareCheck,
};