[GitHub] brooklyn-server pull request #956: SSH Sensor value-on-error

2018-04-16 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/brooklyn-server/pull/956


---


[GitHub] brooklyn-server pull request #956: SSH Sensor value-on-error

2018-04-16 Thread nakomis
GitHub user nakomis opened a pull request:

https://github.com/apache/brooklyn-server/pull/956

SSH Sensor value-on-error

Adds `value.on.error` config key to SshCommandSensor to allow a value
to be specified for use when an exception occurs when executing the
ssh command

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/nakomis/brooklyn-server 
ssh-sensor-value-on-error

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/brooklyn-server/pull/956.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 #956


commit fde2f24f733ce8604a033a775453fbff27e40608
Author: Martin Harris 
Date:   2018-04-16T11:34:11Z

SSH Sensor value-on-error

Adds `value.on.error` config key to SshCommandSensor to allow a value
to be specified for use when an exception occurs when executing the
ssh command




---