From 3a299af59d4b82a9d7f5db3256c3938057444e32 Mon Sep 17 00:00:00 2001 From: Rick Bradley Date: Tue, 12 Jul 2016 14:38:54 -0500 Subject: [PATCH] [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. --- vmpooler.yaml.example | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/vmpooler.yaml.example b/vmpooler.yaml.example index 5476094..64044e4 100644 --- a/vmpooler.yaml.example +++ b/vmpooler.yaml.example @@ -57,21 +57,21 @@ # :statsd: # # This section contains the connection information required to store - # historical data via statsd. This is mutually exclusive with graphite + # historical data via statsd. This is mutually exclusive with graphite # and takes precedence. # # Available configuration parameters: # # - 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 -