updated telegraf state
This commit is contained in:
parent
5d7cfd0011
commit
4993afc74b
@ -35,6 +35,17 @@ telegraf:
|
||||
- '"squashfs"'
|
||||
diskio:
|
||||
name: "diskio"
|
||||
httpjson:
|
||||
name: "httpjson"
|
||||
params:
|
||||
name: "ipinfo"
|
||||
interval: "15m"
|
||||
servers:
|
||||
- '"https://ipinfo.io"'
|
||||
response_timeout: "5s"
|
||||
method: "GET"
|
||||
tag_keys:
|
||||
- '"ip"'
|
||||
kernel:
|
||||
name: "kernel"
|
||||
kernel_vmstat:
|
||||
|
@ -11,7 +11,7 @@
|
||||
flush_interval = "10s"
|
||||
flush_jitter = "0s"
|
||||
precision = ""
|
||||
hostname = ""
|
||||
hostname = "{{ salt['grains.get']('fqdn') }}"
|
||||
omit_hostname = false
|
||||
|
||||
[[outputs.influxdb]]
|
||||
|
Loading…
Reference in New Issue
Block a user