From 8b2f55aec473879586005a8a4a107f3ba5f9c2a9 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 16 Feb 2008 20:02:48 +0100 Subject: [PATCH] [TESTS] add test-pollers.cfg to easily report pollers in use --- tests/test-pollers.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/test-pollers.cfg diff --git a/tests/test-pollers.cfg b/tests/test-pollers.cfg new file mode 100644 index 000000000..1771715e8 --- /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 +