hex-ssh

command module
v0.0.0-...-0149d32 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2018 License: MIT Imports: 5 Imported by: 0

README

Hex Plugin - SSH

Hex Plugin which executes commands on SSH accessible servers.

{
  "rule": "example ssh rule",
  "match": "disk size",
  "actions": [
    {
      "type": "hex-ssh",
      "command": "df -h",
      "config": {
        "server": "127.0.0.1",
        "port": "22",
        "login": "hexbot",
        "pass": "${HEXBOT_SSH_PASSWORD}",
        "retry": "2"
      }
    }
  ]
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL