| Trees | Indices | Help |
|
|---|
|
|
object --+
|
BaseClient.BaseClient --+
|
PortscanClient
Implement the DataCollector Client interface for port-scanning
|
|||
|
|||
|
|||
|
|||
|
|||
| list of results |
|
||
|
|||
|
Inherited from |
|||
|
|||
Initializer
|
Start portscan collection.
|
Start portscan collection.
|
Handle an error generated by one of our requests.
|
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.
For example, if we scan host 10.0.4.55 and ports 22 and 80 are
open, getSuccesses() will return the following:
{'10.0.4.55': [22, 80]}
@return: results
@rtype: list of strings
|
Tell the datacollector that we are all done.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1.1812 on Tue Oct 11 12:51:17 2011 | http://epydoc.sourceforge.net |