78c66cd992
Added mysql plugin for telegraf to be used by default. Plugin gathers the statistic data from MySQL server. Change-Id: I853af61b64739eedb70ab2b8dc78f0285a839671 Closes-Bug: #1652609
20 lines
510 B
YAML
20 lines
510 B
YAML
---
|
|
project_name: "telegraf"
|
|
|
|
####################
|
|
# Docker
|
|
####################
|
|
telegraf_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ kolla_install_type }}-telegraf"
|
|
telegraf_tag: "{{ openstack_release }}"
|
|
telegraf_image_full: "{{ telegraf_image }}:{{ telegraf_tag }}"
|
|
|
|
|
|
####################
|
|
# Protocols
|
|
####################
|
|
elasticsearch_proto: "http"
|
|
haproxy_proto: "http"
|
|
influxdb_proto: "http"
|
|
rabbitmq_proto: "http"
|
|
mariadb_proto: "tcp"
|