mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-10 17:32:03 -04:00
[TESTS] add test-pollers.cfg to easily report pollers in use
(cherry picked from commit 8b2f55aec4)
This commit is contained in:
parent
1b1b7a967d
commit
6f93cd9ba8
1 changed files with 15 additions and 0 deletions
15
tests/test-pollers.cfg
Normal file
15
tests/test-pollers.cfg
Normal file
|
|
@ -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
|
||||
|
||||
Loading…
Reference in a new issue