Re: [PATCH 0/2] MEDIUM: stats: Add JSON output option to show (info|stat)

2017-01-12 Thread Scott McKeown
t;tags": { "nature": "Output", "origin": "Product", "scope": "Service" }, "value": { etc. etc. etc. On 12 January 2017 at 13:34, Simon Horman wrote: > On

Re: [PATCH 0/2] MEDIUM: stats: Add JSON output option to show (info|stat)

2017-01-12 Thread Scott McKeown
: On 12 January 2017 at 13:23, Simon Horman wrote: > Hi Scott, > > could you send the output of the following? > > echo "show info json" | socat /tmp/haproxy.stat stdio > > On Thu, Jan 12, 2017 at 01:18:54PM +, Scott McKeown wrote: > > Hi Guys, > > Sor

Re: [PATCH 0/2] MEDIUM: stats: Add JSON output option to show (info|stat)

2017-01-12 Thread Scott McKeown
5 Jan 9 14:39 haproxy.pid drwxrwxrwt. 3 root root 4.0K Jan 9 14:44 . On 12 January 2017 at 13:18, Scott McKeown wrote: > Hi Guys, > Sorry for the delay I got tied up with some other issues yesterday but > I've just finished with Simons git repo pull. > Simon are you sur

Re: [PATCH 0/2] MEDIUM: stats: Add JSON output option to show (info|stat)

2017-01-12 Thread Scott McKeown
E_LINUX_TPROXY=1 Oh and I'm running with your config file now. Anything else that I can try or detail you would like to make sure its not me? ~Scott On 9 January 2017 at 16:13, Scott McKeown wrote: > No problem I'll have another look tomorrow morning and I'll let you all &

Re: [PATCH 0/2] MEDIUM: stats: Add JSON output option to show (info|stat)

2017-01-09 Thread Scott McKeown
0.0.1 weight 100 cookie RIP_Name > agent-check agent-port 12345 agent-inter 2000 check port 80 inter 2000 rise > 2 fall 3 minconn 0 maxconn 0s on-marked-down shutdown-sessions disabled > server RIP2_Name 127.0.0.1 weight 100 cookie RIP_Name > agent-check agent-port 1

Re: [PATCH 0/2] MEDIUM: stats: Add JSON output option to show (info|stat)

2017-01-09 Thread Scott McKeown
f you prefer > > to respin it. > > I'd prefer if you merged the series as-is > and I then provided incremental updates. > > -- > Simon Horman si...@horms.nl > Horms Solutions BV www.horms.nl > Parnassusweg 819, 1082 LZ Amsterdam, Netherlands > Tel: +31 (0)20 800 6155Skype: horms7 > > -- With Kind Regards. Scott McKeown Loadbalancer.org http://www.loadbalancer.org Tel (UK) - +44 (0) 3303801064 (24x7) Tel (US) - +1 888.867.9504 (Toll Free)(24x7)

Re: Haproxy 1.5 ssl redirect

2015-03-17 Thread Scott McKeown|redIT
Hi Sean, I've got a setup that is somewhat like what you are after. I have however, done it in a very dirrerent way for this very same reason. Example below: global log /dev/log local4 debug maxconn 4096 daemon tune.ssl.default-dh-param 2048 ssl-defaul

Re: [PATCH/RFC 0/8] Email Alerts

2015-02-12 Thread Scott McKeown
perfect and very much appreciated. > > But, in large installation where you have 10K servers and 400 services, > you want to receive raw events without any aggregation and the 'smart' > monitor system will figure out what to do before it wakes up the on-call > sysadmin(I

Re: [PATCH/RFC 0/8] Email Alerts

2015-02-04 Thread Scott McKeown
Thanks Willy, I did look in the github repo at https://github.com/haproxy but this says that the last commit was 7 days ago. Am I looking in the wrong place? ~Ta Scott On 3 February 2015 at 22:49, Willy Tarreau wrote: > Hi Scott, > > On Tue, Feb 03, 2015 at 03:27:13PM +0000, Scot

Re: [PATCH/RFC 0/8] Email Alerts

2015-02-03 Thread Scott McKeown|redIT
Hi Willy, Can you please just confirm where this has been merged into as I've downloaded the v1.6-dev0 archive today and I can't see it in there also I've tried Horms github version at https://github.com/horms/haproxy/tree/devel/email-alert which does look to have all the options in but I can

Re: Roadmap for 1.6

2014-07-29 Thread Scott McKeown | redIT
Hi Scott, On Sun, Jul 27, 2014 at 03:40:10PM +0100, Scott McKeown | redIT wrote: Anyhow, as you have mentioned that its really the community that is helping drive the developement forward, how about some form of online vote system to help find out what the community would most like to have ad

Re: Roadmap for 1.6

2014-07-27 Thread Scott McKeown | redIT
Hi Willy, I know that you are thinking of all sorts of wonderful things for HAProxy at the moment and reading through this email thread only empisises the amount of work that you and other cleaver people have put into making HAProxy in my opinion the only product that works. OK that sounds a

Re: Need help with configuration file

2014-06-20 Thread Scott McKeown
; > backend bck2 > balance roundrobin > server srv2 0.0.0.0:8089 check > > # haproxy stat http://domain.tld:1936/haproxy?stats > <http://domain.tdl:1936/haproxy?stats> > listen stats :1936 > mode http > stats enable > stats hide-version > stats realm Haproxy\ Statistics > stats uri / > stats auth userName:Password > # EOF # > -- With Kind Regards. Scott McKeown Loadbalancer.org http://www.loadbalancer.org

IPv6 Address 'server' requires port number

2013-11-29 Thread Scott McKeown
heck inter 1000 server working 2001:470:1f09:52d::a1:80 cookie working check inter 1000 This is easily workable if your bind or listen statement is not for a multi-port setup as you will be able to assign the same port that is used on this statement. ~Yours, Scott -- With Kind Regards. Sco

Re: HAProxy v1.5-dev19 OpenSSL Support Issue

2013-08-22 Thread Scott McKeown
On 22 August 2013 09:01, Simon Horman wrote: > On Tue, Aug 13, 2013 at 04:56:57PM +0200, Willy Tarreau wrote: > > On Tue, Aug 13, 2013 at 03:36:09PM +0100, Scott McKeown wrote: > > > Hi Guys, > > > > > > I've not applied any patches to the download as this was a

Re: HAProxy v1.5-dev19 OpenSSL Support Issue

2013-08-13 Thread Scott McKeown
Whoops, I'll have another bash at getting this to work with the correct branch then. Sorry for the confusion to one and all. On 13 August 2013 15:56, Willy Tarreau wrote: > On Tue, Aug 13, 2013 at 03:36:09PM +0100, Scott McKeown wrote: > > Hi Guys, > > > > I've

Re: HAProxy v1.5-dev19 OpenSSL Support Issue

2013-08-13 Thread Scott McKeown
check" struct contains an "xprt" > field. So I don't see how the build can fail. Your change does not fix > the issue, it applies the check protocol to the nominal traffic instead > of applying it to the health checks. > > Regards, > Willy > > -- With Kind Regards. Scott McKeown Loadbalancer.org http://www.loadbalancer.org

HAProxy v1.5-dev19 OpenSSL Support Issue

2013-08-08 Thread Scott McKeown
do I go now or is this correct? I've tried this with OpenSSL 1.0.1e to and I get the same problem. Thanks in advance. ~Scott -- With Kind Regards. Scott McKeown Loadbalancer.org http://www.loadbalancer.org