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

Module ZenTcpClient

source code

Classes [hide private]
ZenTcpTest
Twisted class to make a TCP/IP connection to a remote IP service and report back the result.
ZenTcpClient
Client class to run TCP tests.
Variables [hide private]
  __doc__ = """ZenTcpCli...
  log = logging.getLogger("zen.ZenTcpClient")
  hostname = getfqdn()
Variables Details [hide private]

__doc__

Value:
"""ZenTcpClient
Connect to the remote service and (optionally) test the output from
the service against what we expect.

Error types:

    1. timeout (no connection)
    2. connection refused - port not available on remote end
...