Re: Bug when loading multiple configuration files

2016-05-27 Thread Ben Cabot
Hi Willy, Bryan, Thanks for looking at this and getting it fixed quickly. Thanks, Ben On 26 May 2016 at 17:01, Willy Tarreau <w...@1wt.eu> wrote: > Hi Ben, > > On Wed, May 25, 2016 at 08:41:53AM +0100, Ben Cabot wrote: >> Sorry I forgot include the build details. The c

Re: Bug when loading multiple configuration files

2016-05-25 Thread Ben Cabot
openssl/lib > USE_ZLIB=1 USE_PCRE=1 -j4 > ./haproxy -c -f ./haproxy.cfg -f ./haproxy2.cfg || exit 1 > ./haproxy -vv > > > > > >> On May 24, 2016, at May 24, 4:50 AM, Ben Cabot <b...@loadbalancer.org> wrote: >> >> Hi all, >> I think we have f

Re: Howto masquerade real server in a two armed transparent setup

2015-11-13 Thread Ben Cabot
Hi Steffen, If I understand the question right to give your real servers internet access you should be able to enable ip forwarding then use a masquerade rule. You can use "iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE " then "echo “1” > /proc/sys/net/ipv4/ip_forward" . Ben On 12

Re: [PATCH] BUG: config: external-check command validation is checking for incorrect arguments.

2015-10-05 Thread Ben Cabot
Sorry I'd not noticed that. Everything looks good now thank you Willy. Ben On 4 October 2015 at 09:41, Willy Tarreau wrote: > Resending after some mails were lost du to low space on device... > > On Fri, Oct 02, 2015 at 11:15:35PM +0200, Willy Tarreau wrote: > > On Fri, Oct 02,

[PATCH] BUG: config: external-check command validation is checking for incorrect arguments.

2015-09-16 Thread Ben Cabot
When using the external-check command option HAProxy was failing to start with a fatal error "'external-check' cannot handle unexpected argument". When looking at the code it was looking for an incorrect argument. Also correcting an Alert message text as spotted by by PiBa-NL. diff --git

Re: External-check command problem

2015-09-15 Thread Ben Cabot
Hi All, Has anyone been able to confirm this bug and the patch? I wanted to confirm I had not missed any potential issues elsewhere? Thank you, Ben On 4 September 2015 at 13:50, Ben Cabot <b...@loadbalancer.org> wrote: > We have been seeing the following error when trying to use the &

Re: email alerts

2014-10-28 Thread Ben Cabot
Hello Andrey, As Maik has previously mentioned that patch will only work on the older version. We have someone working on an updated patch but cannot supply an ETA at the moment as there are a couple of other things in the queue before it. On 24 October 2014 12:59, Andrey Zakabluk

Email alerts

2013-11-04 Thread Ben Cabot
Hi All, I've been looking into sending email alerts from HAProxy and have written a short blog on what I found with a few a few simple examples : http://blog.loadbalancer.org/3-ways-to-send-haproxy-health-check-email-alerts/ If anyone has any thoughts ,suggestions or improvements please let me