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

adds default type to vm

parent 50aebadc
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ telegraf_global_tags:
- tag_name: doml_element_name
tag_value: "{{ doml_element_name }}"
- tag_name: doml_element_type
tag_value: "{{ doml_element_type }}"
tag_value: "{{ doml_element_type | default('vm') }}"
telegraf_plugins_default:
- plugin: cpu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment