controlio-transport-ssh
v0.0.6
Published
controlio module for executing checks via SSH
Downloads
2
Readme
controlio-transport-ssh
A transport module for controlio.
Description
Executes shell commands used in checks via SSH.
Options
To change SSH settings, add an ssh
object to either a host or check. check settings override host settings.
ssh.hostname
: The server's hostname. If not defined, hostname is read from the general host configurationssh.username
: The SSH usernamessh.port
: The SSH port, defaults to22
ssh.keyfile
: Path to an SSH keyfile to use