You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by nakomis <gi...@git.apache.org> on 2018/04/16 11:35:31 UTC

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

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 <gi...@...>
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

----


---

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

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---