Package Products :: Package ZenStatus :: Package nmap :: Module NmapPingTask
[hide private]
[frames] | no frames]

Module NmapPingTask

source code

Classes [hide private]
NmapPingCollectionPreferences
NPingTaskFactory
A Factory to create PingTasks that do not run.
NmapPingTask
Variables [hide private]
  __doc__ = """NmapPingT...
  log = logging.getLogger("zen.NmapPingTask")
  _NMAP_BINARY = zenPath("bin/nmap")
  _CLEAR = 0
  _CRITICAL = 5
  _WARNING = 3
  _SENDEVENT_YIELD_INTERVAL = 100
  _NEVER_INTERVAL = 60* 60* 24* 365* 100
Variables Details [hide private]

__doc__

Value:
"""NmapPingTask

Pings a all devices in the current device list.
"""