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

Module zenping

source code

Classes [hide private]
PingCollectionPreferences
PerIpAddressTaskSplitter
TopologyUpdater
This updates the link between a device and the topology.
Functions [hide private]
 
findIp() source code
Variables [hide private]
  __doc__ = """zenp...
  log = logging.getLogger("zen.zenping")
  COLLECTOR_NAME = "zenping"
  TOPOLOGY_MODELER_NAME = "topology_modeler"
  TOPOLOGY_CORRELATOR_NAME = "topology_correlator"
  MAX_BACK_OFF_MINUTES = 20
  MAX_IFACE_PING_JOBS = 10
Variables Details [hide private]

__doc__

Value:
"""zenping

Determines the availability of a IP addresses using ping (ICMP).

"""