Skip to content
Snippets Groups Projects
Commit 6e91fdc9 authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

posidonia working

parents 07f4c647 fb91a7a8
Branches posidonia
No related tags found
No related merge requests found
[servers_for_performance_monitoring]
{{ instance_ip_vm0 }} doml_element_name=vm0
{{ instance_ip_vm1 }} doml_element_name=vm1
{{ instance_ip_vm0 }} doml_element_name={{ instance_ip_vm0 }}
{{ instance_ip_vm1 }} doml_element_name={{ instance_ip_vm1 }}
[servers_for_performance_monitoring:vars]
ansible_connection=ssh
......
......@@ -17,6 +17,7 @@
when: item is not defined
with_items:
- pma_deployment_id
- doml_element_name
- pma_influxdb_bucket
- pma_influxdb_token
- pma_influxdb_org
......@@ -25,6 +26,7 @@
debug:
msg:
- "pma_deployment_id: {{ pma_deployment_id }}"
- "doml_element_name: {{ doml_element_name }}"
- "pma_influxdb_bucket: {{ pma_influxdb_bucket }}"
- "pma_influxdb_token: {{ pma_influxdb_token }}"
- "pma_influxdb_org: {{ pma_influxdb_org }}"
......
......@@ -27,3 +27,4 @@ telegraf_plugins_default:
- plugin: processes
- plugin: disk
- plugin: net
- plugin: system
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment