[QENG-4075] update example vmpooler.yaml file

This documents the changes to :server being mandatory for all metrics
endpoints, as well as the graphite endpoint supporting an optional :port
configuration value.
This commit is contained in:
Rick Bradley 2016-07-12 14:38:54 -05:00
parent ad56bbc732
commit 3a299af59d

View file

@ -64,14 +64,14 @@
#
# - server
# The FQDN hostname of the statsd daemon.
# (optional)
# (required)
#
# - prefix
# The prefix to use while storing statsd data.
# (optional; default: 'vmpooler')
#
# - port
# The UDP port to communicate with statsd daemon.
# The UDP port to communicate with the statsd daemon.
# (optional; default: 8125)
# Example:
@ -91,11 +91,15 @@
#
# - server
# The FQDN hostname of the Graphite server.
# (optional)
# (required)
#
# - prefix
# The prefix to use while storing Graphite data.
# (optional; default: 'vmpooler')
#
# - port
# The TCP port to communicate with the graphite server.
# (optional; default: 2003)
# Example:
@ -275,4 +279,3 @@
size: 5
timeout: 15
ready_ttl: 1440