tripleo-heat-templates/environments/metrics/collectd-read-rabbitmq.yaml
Martin Magr 3164744b8e Connect collectd to QDR instead of Gnocchi
Usage of collectd with gnocchi has been deprecated, so there is more value
to test collectd/qdrouterd interaction and it should not be a default option
for deploy.

Change-Id: Icf2d9cd913fe58e0ea667a4be0f2bb06c41ad671
2019-10-21 14:06:23 +02:00

16 lines
584 B
YAML

# This environment file serves for enabling python-collect-rabbitmq and configuring
# it to monitor overcloud RabbitMQ instance
parameter_defaults:
ControllerExtraConfig:
tripleo::profile::base::metrics::collectd::python_read_plugins:
- python-collectd-rabbitmq
collectd::plugin::python::modules:
collectd_rabbitmq_monitoring:
config:
- host: "%{hiera('rabbitmq::interface')}"
port: "%{hiera('rabbitmq::port')}"
username: "%{hiera('rabbitmq::default_user')}"
password: "%{hiera('rabbitmq::default_pass')}"