b9aa60bb68
This patch is adding missing documentation of two collectd write plugins in the collectd-evnironment.yaml and fixes deprecated configuration keys for metrics_qdr in metrics-collectd-qdr.yaml. Change-Id: I7d41bbf1ca46114cfa5f1784baa8da03aee9fcab
28 lines
747 B
YAML
28 lines
747 B
YAML
## This environment servers the purpose of enabling collectd to send metrics
|
|
## through mesh of QPID dispatch routers. Each ovecloud node will have one local
|
|
## qdrouterd service running and collectd will send data to it.
|
|
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::MetricsQdr: ../docker/services/metrics/qdr.yaml
|
|
OS::TripleO::Services::Collectd: ../docker/services/metrics/collectd.yaml
|
|
|
|
|
|
parameter_defaults:
|
|
CollectdConnectionType: amqp1
|
|
CollectdAmqpInstances:
|
|
notify:
|
|
notify: true
|
|
format: JSON
|
|
presettle: true
|
|
telemetry:
|
|
format: JSON
|
|
presettle: false
|
|
#MetricsQdrConnectors:
|
|
# - host: IP1
|
|
# port: 1234
|
|
# role: inter-router
|
|
# - host: IP2
|
|
# port: 5678
|
|
# role: inter-router
|