From: Willy Tarreau Date: Sat, 16 Feb 2008 19:02:48 +0000 (+0100) Subject: [TESTS] add test-pollers.cfg to easily report pollers in use X-Git-Tag: v1.3.15~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b2f55aec473879586005a8a4a107f3ba5f9c2a9;p=thirdparty%2Fhaproxy.git [TESTS] add test-pollers.cfg to easily report pollers in use --- diff --git a/tests/test-pollers.cfg b/tests/test-pollers.cfg new file mode 100644 index 0000000000..1771715e89 --- /dev/null +++ b/tests/test-pollers.cfg @@ -0,0 +1,15 @@ +# This is the smallest possible configuration. It does not +# bind to any port, and is enough to check the polling +# system in use without disturbing any running process. +# +# To be used that way: haproxy -V -f test-pollers.cfg + +global + #nosepoll + #noepoll + #nopoll + +# fake backend to pass the config checks +backend dummy + balance +