projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a70f94
)
[TESTS] add test-pollers.cfg to easily report pollers in use
author
Willy Tarreau
<w@1wt.eu>
Sat, 16 Feb 2008 19:02:48 +0000
(20:02 +0100)
committer
Willy Tarreau
<w@1wt.eu>
Sat, 16 Feb 2008 19:02:48 +0000
(20:02 +0100)
tests/test-pollers.cfg
[new file with mode: 0644]
patch
|
blob
diff --git a/tests/test-pollers.cfg
b/tests/test-pollers.cfg
new file mode 100644
(file)
index 0000000..
1771715
--- /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
+