Trees | Indices | Help |
|
---|
|
|
|||
SshPerformanceCollectionPreferences | |||
SshPerCycletimeTaskSplitter | |||
TimeoutError Error for a defered call taking too long to complete |
|||
ProcessRunner Provide deferred process execution for a *single* command |
|||
MySshClient Connection to SSH server at the remote device |
|||
SshOptions | |||
SshRunner Run a single command across a cached SSH connection |
|||
DataPointConfig | |||
Cmd Holds the config of every command to be run |
|||
SshPerformanceCollectionTask A task that performs periodic performance collection for devices providing data via SSH connections. |
|
|||
|
|
|||
__doc__ = """ZenComm
|
|||
log = logging.getLogger("zen.zencommand")
|
|||
MAX_CONNECTIONS = 250
|
|||
MAX_BACK_OFF_MINUTES = 20
|
|||
COLLECTOR_NAME = "zencommand"
|
|||
POOL_NAME = 'SshConfigs'
|
|||
STATUS_EVENT = {'eventClass': Cmd_Fail, 'component': 'command',}
|
|
__doc__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1.1812 on Tue Oct 11 12:51:17 2011 | http://epydoc.sourceforge.net |