Merge pull request #400 from pburkholder/pdb_clarify_backends

Clarify use of backends with example
This commit is contained in:
Daniel Schauenberg 2014-03-12 12:24:48 -04:00
Родитель f27c349822 9745067668
Коммит 7fa12d5345
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,9 @@ Optional Variables:
backends: an array of backends to load. Each backend must exist
by name in the directory backends/. If not specified,
the default graphite backend will be loaded.
the default graphite backend will be loaded.
* example for console and graphite:
[ "./backends/console", "./backends/graphite" ]
debug: debug flag [default: false]
address: address to listen on over UDP [default: 0.0.0.0]
address_ipv6: defines if the address is an IPv4 or IPv6 address [true or false, default: false]