Completed missing name change

This commit is contained in:
iotux 2025-12-16 05:29:24 +01:00
parent dc0fad4c07
commit fd1583ab35
2 changed files with 3 additions and 3 deletions

View File

@ -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(),

View File

@ -678,9 +678,9 @@
<code>systemctl is-active &lt;service&gt;</code>
</template>
<!-- Reserved for Windows impl.ementation -->
<!-- template #windowsCommand>
<template #windowsCommand>
<code>Get-Service -Name "&lt;service&gt;"</code>
</template -->
</template>
</i18n-t>
</div>
</div>