]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[TESTS] add test-pollers.cfg to easily report pollers in use
authorWilly Tarreau <w@1wt.eu>
Sat, 16 Feb 2008 19:02:48 +0000 (20:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 16 Feb 2008 19:02:48 +0000 (20:02 +0100)
tests/test-pollers.cfg [new file with mode: 0644]

diff --git a/tests/test-pollers.cfg b/tests/test-pollers.cfg
new file mode 100644 (file)
index 0000000..1771715
--- /dev/null
@@ -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
+