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:
|
||||
#
|
||||
# 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue