On 12 Jul 2016 05:43, "Willy Tarreau" <[email protected]> wrote: > That could possibly be ssh $host "halog -st < /var/log/haproxy.log" or > anything like this.
On behalf of people running busy load balancers / edge proxies / etc, please don't do this ;-) Instead laptop$ halog -st <(ssh -C $balancer "cat /var/log/haproxy.log") ... is likely to be slightly kinder to my contended servers :-) J

