| Trees | Index | Help |
|
|---|
| Package ZenRRD :: Module zencommand |
|
ZenCommand
Run Command pluggins periodically.
$Id$| Classes | |
|---|---|
Cmd |
Holds the config of every command to be run |
CommandConfig |
|
MySshClient |
Connection to SSH server at the remote device |
Options |
|
ProcessRunner |
Provide deferred process execution |
SshPool |
Cache all the Ssh connections so they can be managed |
SshRunner |
Run a single command across a cached Ssh connection |
zencommand |
|
| Exceptions | |
|---|---|
TimeoutError |
Error for a defered call taking too long to complete |
| Function Summary | |
|---|---|
Cause an error on a deferred when it is taking too long to complete | |
| Variable Summary | |
|---|---|
str |
__version__ = ''
|
SRE_Pattern |
CacParser = ([^ :']+|'(.*)'+):([-0-9\.]+)
|
dict |
EXIT_CODE_MAPPING = {0: 'Success', 1: 'General error', 2...
|
Logger |
log = <logging.Logger instance at 0x37759b8>
|
int |
MAX_CONNECTIONS = 256 |
SRE_Pattern |
NagParser = ([^ =']+|'(.*)'+)=([-0-9\.]+)([^;]*;?){,5}
|
| Function Details |
|---|
Timeout(deferred, seconds, obj)Cause an error on a deferred when it is taking too long to complete |
| Variable Details |
|---|
__version__
|
CacParser
|
log
|
MAX_CONNECTIONS
|
NagParser
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Aug 16 09:55:09 2007 | http://epydoc.sf.net |