~ubuntu-branches/ubuntu/quantal/haproxy/quantal

« back to all changes in this revision

Viewing changes to tests/test-pollers.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2008-03-09 21:30:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080309213029-8oupnrc607mg5uqw
Tags: 1.3.14.3-1
* New Upstream Version
* Add status argument support to init-script to conform to LSB.
* Cleanup pidfile after stop in init script. Init script return code fixups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This is the smallest possible configuration. It does not
 
2
# bind to any port, and is enough to check the polling
 
3
# system in use without disturbing any running process.
 
4
#
 
5
# To be used that way:  haproxy -V -f test-pollers.cfg
 
6
 
 
7
global
 
8
        #nosepoll
 
9
        #noepoll
 
10
        #nopoll
 
11
 
 
12
# fake backend to pass the config checks
 
13
backend dummy
 
14
        balance
 
15