[DOCS] Document statsfile option

Add documentation for the new 'statsfile' option for the HAProxy
driver.

Change-Id: I8c0df688c9942bb6c5c7008a87b89c54df08ce50
This commit is contained in:
David Shrewsbury 2013-11-22 08:51:23 -05:00
parent 6a4de666cc
commit 6800219e68

View File

@ -19,13 +19,24 @@ Configuration File
.. option:: logfile
Path where haproxy will store its logs.
Path where HAProxy will store its logs. Note that this file is not
created by the worker, but rather by the haproxy process itself. Its
contents will be delivered in response to an ARCHIVE request from the
API server.
.. note::
See :ref:`libra-worker-driver-haproxy-archiving` for information on
archiving.
.. option:: statsfile
Location of the HAProxy statistics cache file. This file needs to be
placed in a location where the worker has write access and where it
will not be deleted by external processes (so don't place it in /tmp).
This is used to deliver usage reports to the API server in response to
a STATS requests.
.. option:: service
The underlying OS Service implementation to use. Default is 'ubuntu'.