Package Products :: Package ZenUtils :: Module RunCommand
[hide private]
[frames] | no frames]

Module RunCommand

source code

Classes [hide private]
collectorStats
RunCommand
Variables [hide private]
  __doc__ = """RunComm...
  log = logging.getLogger('zen.runCommand')
Variables Details [hide private]

__doc__

Value:
"""RunCommand
Run an event command on the local device or on the remote collector.
Assumes that SSH keys have been set up to all remote collectors.

  Example usage:

dcsh -collector=xxx 'zencommand run'

...