Hello folks, I wrote a simple perl daemon that acts as backend server weight watchdog, dynamically change server weight on haproxy configuration through its socket.
The daemon polls the backends to a specific url, that should return the current server load. Basing on the server load the watchdog change the backend weight. You can find it here (v 0.9): https://github.com/ssasso/lbwwd Hoping it will be useful :) bye, Stefano -- Stefano Sasso http://stefano.dscnet.org/

