diff --git a/server/monitor-types/system-service.js b/server/monitor-types/system-service.js index e7cdc591c..1e526b684 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) { 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"]) }} - -
+