1、增加telegraf collect 部署 2、修改telegrafaf 配置文件

This commit is contained in:
fumingwei
2020-10-17 13:59:56 +08:00
parent f0725b0e02
commit 3fdae02a52
3 changed files with 4 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
roles:
- framework
- kernel-ml
- telegraf_collect
- hosts: adc_mxn
remote_user: root
@@ -114,6 +115,7 @@
- cert-redis
- tfe
- telegraf_statistic
- telegraf_collect
- proxy_status
# - tsg_device_tag
- reboot

View File

@@ -1,5 +1,5 @@
[global_tags]
blade = {{bladename}}
blade = "{{bladename}}"
[agent]
interval = "5s"
round_interval = true

View File

@@ -56,4 +56,4 @@
[[outputs.influxdb]]
urls = ["{{ monitor_outputs_influxdb.url }}"]
database = "tsg_stat
database = "tsg_stat"