Package ClusterShell :: Module Gateway
[hide private]
[frames] | no frames]

Module Gateway

source code

ClusterShell agent launched on remote gateway nodes. This script reads messages on stdin via the SSH connection, interprets them, takes decisions, and prints out replies on stdout.

Classes [hide private]
  WorkerTreeResponder
Gateway WorkerTree handler
  GatewayChannel
high level logic for gateways
Functions [hide private]
 
_gw_print_debug(task, line)
Default gateway task debug printing function
source code
 
gateway_excepthook(exc_type, exc_value, tb)
Default excepthook for Gateway to redirect any unhandled exception to logger instead of stderr.
source code
 
gateway_main()
ClusterShell gateway entry point
source code
Variables [hide private]
  __package__ = 'ClusterShell'