Package ZenRRD :: Module zencommand :: Class SshRunner
[hide private]
[frames] | no frames]

Class SshRunner

source code

Run a single command across a cached Ssh connection

Instance Methods [hide private]
 
__init__(self, pool) source code
 
start(self, cmd)
Initiate a command on the remote device
source code
 
timeout(self, arg)
Deal with slow executing command/connection (close it)
source code
 
processEnded(self, value)
Deliver ourselves to the starter with the proper attributes
source code
Class Variables [hide private]
  exitCode = None
  output = None