Trees | Indices | Help |
|
---|
|
|
|||
ScanFailure | |||
Pid Helper class to track process id information |
|||
Process Track process-specific configuration data |
|||
Device Track device data |
|||
zenprocess Daemon class to connect to an SNMP agent and determine the processes that are running on that server. |
|
|||
|
|||
|
|
|||
__doc__ = """zenproc
|
|||
log = logging.getLogger("zen.zenprocess")
|
|||
SnmpConnInfo = SnmpConnInfo
|
|||
HOSTROOT = '.1.3.6.1.2.1.25'
|
|||
RUNROOT = HOSTROOT+ '.4'
|
|||
NAMETABLE = RUNROOT+ '.2.1.2'
|
|||
PATHTABLE = RUNROOT+ '.2.1.4'
|
|||
ARGSTABLE = RUNROOT+ '.2.1.5'
|
|||
PERFROOT = HOSTROOT+ '.5'
|
|||
CPU = PERFROOT+ '.1.1.1.'
|
|||
MEM = PERFROOT+ '.1.1.2.'
|
|||
DEFAULT_PARALLEL_JOBS = 10
|
|||
WRAP = 0xffffffffL
|
|
__doc__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Fri Aug 28 03:04:54 2009 | http://epydoc.sourceforge.net |