|
__init__(self,
hostname,
ipaddr,
options=None,
device=None,
datacollector=None,
plugins=[ ] )
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
|
checkCiscoChange(self,
driver)
Check to see if a cisco box has changed. |
source code
|
|
|
|
|
|
|
getResults(self)
Return data for this client in the form ((pname, (getdata,
tabledata),) getdata = {'.1.2.4.5':"value",} tabledata =
{tableMap : {'.1.2.3.4' : {'.1.2.3.4.1': "value",... |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|