feature:删除telegraf中关于vsys_id的tag配置

This commit is contained in:
fumingwei
2023-05-06 15:07:48 +08:00
parent 5dbbbe7163
commit 583e9caf4c
6 changed files with 0 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
# Telegraf Configuration
[global_tags]
device_id = "${device_id}"
vsys_id = "{% raw %}{{ vsys_id }}{% endraw %}"
{% raw %}{% if data_center.name is defined %}
data_center = "{{ data_center.name }}"
{% endif %}

View File

@@ -1,7 +1,6 @@
# Telegraf Configuration
[global_tags]
device_id = "${device_id}"
vsys_id = "{% raw %}{{ vsys_id }}{% endraw %}"
{% raw %}{% if data_center.name is defined %}
data_center = "{{ data_center.name }}"
{% endif %}

View File

@@ -1,6 +1,5 @@
[global_tags]
device_id = "${device_id}"
vsys_id = "{% raw %}{{ vsys_id }}{% endraw %}"
{% raw %}{% if data_center.name is defined %}
data_center = "{{ data_center.name }}"
{% endif %}

View File

@@ -6,7 +6,6 @@
{{ $key }} = {{ $val | quote }}
{{- end }}
{{- end }}
vsys_id = {{ .Values.vsys_id | quote }}
[agent]
interval = "1s"
round_interval = true

View File

@@ -6,7 +6,6 @@
{{ $key }} = {{ $val | quote }}
{{- end }}
{{- end }}
vsys_id = {{ .Values.vsys_id | quote }}
[agent]
interval = "1s"
round_interval = true

View File

@@ -5,7 +5,6 @@
{{ $key }} = {{ $val | quote }}
{{- end }}
{{- end }}
vsys_id = {{ .Values.vsys_id | quote }}
[agent]
interval = "5s"
round_interval = true