1、增加telegraf collect 部署 2、修改telegrafaf 配置文件
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[global_tags]
|
||||
blade = {{bladename}}
|
||||
blade = "{{bladename}}"
|
||||
[agent]
|
||||
interval = "5s"
|
||||
round_interval = true
|
||||
|
||||
@@ -56,4 +56,4 @@
|
||||
|
||||
[[outputs.influxdb]]
|
||||
urls = ["{{ monitor_outputs_influxdb.url }}"]
|
||||
database = "tsg_stat
|
||||
database = "tsg_stat"
|
||||
Reference in New Issue
Block a user