GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-server/pull/824
Config for VanillaSoftwareProcess disabling ssh polling
See individual commits for more details.
The `FunctionSensor` I primarily added to make it easier to write my
`VanillaSoftwareProessYamlTest`, but I think it's a useful addition to allow
you to do in yaml what you can do in java entities (i.e. to add a
`FunctionFeed` to an entity).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-server
config-disable-sshPolling
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/824.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #824
----
commit 6ee34d0fc1a1a869bb53d8cb68d4c1bb6499db25
Author: Aled Sage <[email protected]>
Date: 2017-09-15T08:11:45Z
Adds FunctionSensor (for yaml FunctionFeed)
commit 4a44a4149cefc86b9be6d9c262fb29477b7c6b98
Author: Aled Sage <[email protected]>
Date: 2017-09-15T08:14:10Z
EmptySoftwareProcessYamlTest: make unit test
commit 611612539b45dcfd858691e29205a0f41b4abe1a
Author: Aled Sage <[email protected]>
Date: 2017-09-15T08:14:35Z
EmptySoftwareProcessImpl: improve setting of service.isRunning
commit ed21979bd65b98ae14eaf5bb505d50d6bb2b7248
Author: Aled Sage <[email protected]>
Date: 2017-09-15T08:29:28Z
Add/test VanillaSoftwareProcess âsshMonitoring.enabledâ
----
---