|
__init__(self,
ip,
devname,
status,
parent=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
checkpath(self)
Walk back up the path to the ping server looking for failed
routers. |
source code
|
|
|
routerpj(self)
Return the pingJob of our parent router. |
source code
|
|
|
|
|
|
|
|
|
|
|
getNet(self,
netname)
Return the net node for net name |
source code
|
|
|
addDevice(self,
device,
unused_cycle=60)
Add a device to the ping tree. |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|