| Trees | Indices | Help |
|
|---|
|
|
ZenCommand
Run Command pluggins periodically.
$Id$Version:
|
|||
| CommandConfig | |||
|
TimeoutError Error for a defered call taking too long to complete |
|||
|
ProcessRunner Provide deferred process execution |
|||
|
MySshClient Connection to SSH server at the remote device |
|||
|
SshPool Cache all the Ssh connections so they can be managed |
|||
|
SshRunner Run a single command across a cached Ssh connection |
|||
|
Cmd Holds the config of every command to be run |
|||
| Options | |||
| zencommand | |||
|
|||
|
|||
|
|||
__doc__ = ''' ZenComm
|
|||
log = logging.getLogger("zen.zencommand")
|
|||
NagParser = re.compile(r'
|
|||
CacParser = re.compile(r'
|
|||
MAX_CONNECTIONS = 256
|
|||
EXIT_CODE_MAPPING =
|
|||
|
|||
__doc__
|
NagParser
|
EXIT_CODE_MAPPING
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Oct 25 16:27:42 2007 | http://epydoc.sourceforge.net |