diff --git a/server/model/monitor.js b/server/model/monitor.js index c9ba0b140..0f54ca3a9 100644 --- a/server/model/monitor.js +++ b/server/model/monitor.js @@ -148,7 +148,7 @@ class Monitor extends BeanModel { httpBodyEncoding: this.httpBodyEncoding, jsonPath: this.jsonPath, expectedValue: this.expectedValue, - local_service_name: this.local_service_name, + system_service_name: this.system_service_name, kafkaProducerTopic: this.kafkaProducerTopic, kafkaProducerBrokers: JSON.parse(this.kafkaProducerBrokers), kafkaProducerSsl: this.getKafkaProducerSsl(), diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index 32fe712b6..db45d4889 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -678,9 +678,9 @@ systemctl is-active <service> - +