mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Revert "Merge pull request #155 from shermdog/RE-7014-cinext"
This reverts commitcc03a86f6a, reversing changes made to5aaab7c5c2.
This commit is contained in:
parent
cc03a86f6a
commit
0fd6fff934
11 changed files with 26 additions and 251 deletions
|
|
@ -53,39 +53,10 @@
|
|||
:redis:
|
||||
server: 'redis.company.com'
|
||||
|
||||
|
||||
# :statsd:
|
||||
#
|
||||
# This section contains the connection information required to store
|
||||
# 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)
|
||||
#
|
||||
# - prefix
|
||||
# The prefix to use while storing statsd data.
|
||||
# (optional; default: 'vmpooler')
|
||||
#
|
||||
# - port
|
||||
# The UDP port to communicate with statsd daemon.
|
||||
# (optional; default: 8125)
|
||||
|
||||
# Example:
|
||||
|
||||
:statsd:
|
||||
server: 'statsd.company.com'
|
||||
prefix: 'vmpooler'
|
||||
port: 8125
|
||||
|
||||
# :graphite:
|
||||
#
|
||||
# This section contains the connection information required to store
|
||||
# historical data in an external Graphite database. This is mutually exclusive
|
||||
# with statsd.
|
||||
# historical data in an external Graphite database.
|
||||
#
|
||||
# Available configuration parameters:
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue