mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 02:18:41 -05:00
[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:
parent
ad56bbc732
commit
3a299af59d
1 changed files with 8 additions and 5 deletions
|
|
@ -57,21 +57,21 @@
|
||||||
# :statsd:
|
# :statsd:
|
||||||
#
|
#
|
||||||
# This section contains the connection information required to store
|
# 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.
|
# and takes precedence.
|
||||||
#
|
#
|
||||||
# Available configuration parameters:
|
# Available configuration parameters:
|
||||||
#
|
#
|
||||||
# - server
|
# - server
|
||||||
# The FQDN hostname of the statsd daemon.
|
# The FQDN hostname of the statsd daemon.
|
||||||
# (optional)
|
# (required)
|
||||||
#
|
#
|
||||||
# - prefix
|
# - prefix
|
||||||
# The prefix to use while storing statsd data.
|
# The prefix to use while storing statsd data.
|
||||||
# (optional; default: 'vmpooler')
|
# (optional; default: 'vmpooler')
|
||||||
#
|
#
|
||||||
# - port
|
# - port
|
||||||
# The UDP port to communicate with statsd daemon.
|
# The UDP port to communicate with the statsd daemon.
|
||||||
# (optional; default: 8125)
|
# (optional; default: 8125)
|
||||||
|
|
||||||
# Example:
|
# Example:
|
||||||
|
|
@ -91,11 +91,15 @@
|
||||||
#
|
#
|
||||||
# - server
|
# - server
|
||||||
# The FQDN hostname of the Graphite server.
|
# The FQDN hostname of the Graphite server.
|
||||||
# (optional)
|
# (required)
|
||||||
#
|
#
|
||||||
# - prefix
|
# - prefix
|
||||||
# The prefix to use while storing Graphite data.
|
# The prefix to use while storing Graphite data.
|
||||||
# (optional; default: 'vmpooler')
|
# (optional; default: 'vmpooler')
|
||||||
|
#
|
||||||
|
# - port
|
||||||
|
# The TCP port to communicate with the graphite server.
|
||||||
|
# (optional; default: 2003)
|
||||||
|
|
||||||
# Example:
|
# Example:
|
||||||
|
|
||||||
|
|
@ -275,4 +279,3 @@
|
||||||
size: 5
|
size: 5
|
||||||
timeout: 15
|
timeout: 15
|
||||||
ready_ttl: 1440
|
ready_ttl: 1440
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue