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