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

Module PingService

source code

Classes [hide private]
PermissionError
Not permitted to access resource.
IpConflict
Pinging two IP pingjobs simultaneously with different hostnames
PingJobError
PingService
Functions [hide private]
 
_printResults(results, start) source code
Variables [hide private]
  __doc__ = """PingServ...
  log = logging.getLogger("zen.PingService")
Variables Details [hide private]

__doc__

Value:
"""PingService
Class that provides a way to asynchronously ping (ICMP packets) IP add\
resses.
"""