| Trees | Index | Help |
|
|---|
| Package ZenStatus :: Module pingtree :: Class Rnode |
|
object --+
|
Rnode
| Method Summary | |
|---|---|
__init__(self,
ip,
devname,
status,
parent)
| |
__str__(self)
| |
Add a device to the ping tree. | |
addNet(self,
netip,
enterip)
| |
addRouter(self,
ip,
devname,
status)
| |
Walk back up the path to the ping server looking for failed routers. | |
Return the net node for net name | |
hasDev(self,
devname)
| |
hasNet(self,
netname)
| |
pjgen(self)
| |
pprint(self,
nodes)
| |
pprint_gen(self,
root)
| |
Return the pingJob of our parent router. | |
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__
| |
| Method Details |
|---|
addDevice(self, device, unused_cycle=60)Add a device to the ping tree. |
checkpath(self)Walk back up the path to the ping server looking for failed routers. |
getNet(self, netname)Return the net node for net name |
routerpj(self)Return the pingJob of our parent router. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Aug 16 09:55:13 2007 | http://epydoc.sf.net |