Package Peach :: Module agent
[hide private]

Module agent

source code

Peach Agent

This is the Peach Agent program. Peach supports both local and remote agents that can perform variouse actions such as monitor something (network, proccess) or perform other actions such as restart a vm.


Author: Michael Eddington

Version: $Id: Peach.Agent-module.html 1138 2008-08-16 19:39:03Z meddingt $

Classes [hide private]
  Monitor
Extend from this to implement a Monitor.
  _MsgType
Type of message
  _Msg
This is a message holder that is serialized and sent over the named pipe.
  Agent
A remote or local Agent that listens on a named pipe.
  AgentXmlRpc
  AgentClient
An Agent client.
  AgentPlexer
Will manage communication with one or more agent.
Functions [hide private]
 
PeachStr(s)
Our implementation of str() which does not convert None to 'None'.
source code