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

Class MySshClient

source code

Products.DataCollector.SshClient.SshClient --+
                                             |
                                            MySshClient

Connection to SSH server at the remote device

Instance Methods [hide private]
 
__init__(self, *args, **kw) source code
 
addCommand(self, command)
Run a command against the server
source code
 
addResult(self, command, data, code)
Forward the results of the command execution to the starter
source code
 
check(self, ip, timeout=2)
Turn off blocking SshClient.test method
source code
 
clientFinished(self)
We don't need to track commands/results when they complete
source code