On Thu, Jan 12, 2017 at 03:14:27PM +0000, Scott McKeown wrote: > Doh, that would do it. > Sorry wrong git branch. > > # haproxy -v > HA-Proxy version 1.8-dev0 2016/11/25 > Copyright 2000-2016 Willy Tarreau <[email protected]> > > # echo "show info json" | socat /tmp/haproxy.stat stdio | python -m > json.tool > [ > { > "field": { > "name": "Name", > "pos": 0 > }, > "processNum": 1, > "tags": { > "nature": "Output", > "origin": "Product", > "scope": "Service" > }, > "value": { > "type": "str", > "value": "HAProxy" > } > }, > { > "field": { > "name": "Version", > "pos": 1 > }, > "processNum": 1, > "tags": { > "nature": "Output", > "origin": "Product", > "scope": "Service" > }, > "value": { > > etc. etc. etc.
Thanks, that looks like what I would expect. -- Simon Horman [email protected] Horms Solutions BV www.horms.nl Parnassusweg 819, 1082 LZ Amsterdam, Netherlands Tel: +31 (0)20 800 6155 Skype: horms7

