| Trees | Indices | Help |
|
|---|
|
|
CollectorClient
Base class for Telnet and Ssh client collectors
Device Tree Parameters are:
zCommandLoginTries - number of times to try login default: 1
zCommandPathList - list of path to check for a command
zCommandExistanceCheck - shell command issued to look for executible
must echo succ if executible is found
default: test -f executible
$Id: CollectorClient.py,v 1.5 2004/04/05 02:05:30 edahl Exp $
Version: 1.5
|
|||
| CollectorClient | |||
|
|||
|
|||
|
|||
|
|||
__doc__ = """CollectorCli
|
|||
log = logging.getLogger("zen.CmdClient")
|
|||
defaultUsername =
|
|||
defaultPassword =
|
|||
defaultLoginTries = 1
|
|||
defaultLoginTimeout = 10
|
|||
defaultCommandTimeout = 10
|
|||
defaultKeyPath =
|
|||
defaultSearchPath =
|
|||
defaultExistanceTest =
|
|||
|
|||
__doc__
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Oct 25 16:27:40 2007 | http://epydoc.sourceforge.net |