|
|
__init__(self,
hostname,
ipaddr,
options=None,
device=None,
datacollector=None,
plugins=[])
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
|
|
|
|
|
|
_ebScanError(self,
err,
pluginName)
Handle an error generated by one of our requests. |
source code
|
|
|
|
getResults(self)
ZenUtils.PortScan records open ports in a list that are the
values for a key in a dict where the key is the IP address
scanned. |
source code
|
|
|
|
clientFinished(self,
pluginName)
Tell the datacollector that we are all done. |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|