Completed missing name change
This commit is contained in:
parent
dc0fad4c07
commit
fd1583ab35
@ -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(),
|
||||
|
||||
@ -678,9 +678,9 @@
|
||||
<code>systemctl is-active <service></code>
|
||||
</template>
|
||||
<!-- Reserved for Windows impl.ementation -->
|
||||
<!-- template #windowsCommand>
|
||||
<template #windowsCommand>
|
||||
<code>Get-Service -Name "<service>"</code>
|
||||
</template -->
|
||||
</template>
|
||||
</i18n-t>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user