From 6bc382ef4d3469b21d8f7caf9e2bc0dfd5e38d94 Mon Sep 17 00:00:00 2001 From: iotux <46082385+iotux@users.noreply.github.com> Date: Thu, 1 Jan 2026 08:41:09 +0100 Subject: [PATCH 1/2] Update server/monitor-types/system-service.js Co-authored-by: Frank Elsinga --- server/monitor-types/system-service.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/monitor-types/system-service.js b/server/monitor-types/system-service.js index 9ed493e97..2f959b54f 100644 --- a/server/monitor-types/system-service.js +++ b/server/monitor-types/system-service.js @@ -15,7 +15,6 @@ class SystemServiceMonitorType extends MonitorType { * @returns {Promise} Resolves when check is complete. */ async check(monitor, heartbeat) { - // Use the new variable name 'system_service_name' to match the monitor type change const serviceName = monitor.system_service_name; if (!serviceName) { From 455df272e3d41e7aa0df0ef923a6bd319a8bd6cb Mon Sep 17 00:00:00 2001 From: iotux <46082385+iotux@users.noreply.github.com> Date: Thu, 1 Jan 2026 09:38:36 +0100 Subject: [PATCH 2/2] Update src/pages/EditMonitor.vue Co-authored-by: Frank Elsinga --- src/pages/EditMonitor.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index 362e1e42f..71bd8cb09 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -696,8 +696,7 @@ {{ $t("systemServiceExpectedOutput", ["active"]) }} - -
+