Re: Communicating with HA Proxy using Python

2011-10-06 Thread German Gutierrez
AFAIK HATop si writtren in python (http://code.google.com/p/hatop/) it should be a good starting point and/or reference. 2011/10/5, Deepak Jha : > Hi, > > I am new to HaProxy, so I need some information regarding HAProxy. Basically > I want to communicate with HAProxy in a virtual environment. Thi

Re: Communicating with HA Proxy using Python

2011-10-06 Thread Brane F. Gračnar
On Wednesday 05 of October 2011 20:54:24 Deepak Jha wrote: > Hi, > > I am new to HaProxy, so I need some information regarding HAProxy. > Basically I want to communicate with HAProxy in a virtual environment. > This may include requesting it for some data or giving it some data. I > want to know i

Communicating with HA Proxy using Python

2011-10-05 Thread Deepak Jha
Hi, I am new to HaProxy, so I need some information regarding HAProxy. Basically I want to communicate with HAProxy in a virtual environment. This may include requesting it for some data or giving it some data. I want to know is it possible to do such operation ? If yes, can I get some pointer for