Fix: Harmonize files by adding new line if nedded
This commit is contained in:
parent
a9e63c77da
commit
41e4f237cc
9 changed files with 7 additions and 9 deletions
|
@ -6,4 +6,4 @@ db_pass: not24get
|
||||||
|
|
||||||
influx_host: localhost
|
influx_host: localhost
|
||||||
influx_proto: http
|
influx_proto: http
|
||||||
influx_port: 8086
|
influx_port: 8086
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
- name: reload telegraf
|
- name: reload telegraf
|
||||||
systemd:
|
systemd:
|
||||||
name: telegraf
|
name: telegraf
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
|
@ -18,4 +18,4 @@ galaxy_info:
|
||||||
- debian
|
- debian
|
||||||
- timeseries
|
- timeseries
|
||||||
|
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
|
@ -58,4 +58,3 @@
|
||||||
groups=docker
|
groups=docker
|
||||||
append=yes
|
append=yes
|
||||||
when: "'docker' in services"
|
when: "'docker' in services"
|
||||||
|
|
||||||
|
|
|
@ -77,4 +77,4 @@
|
||||||
# Read metrics about system load & uptime
|
# Read metrics about system load & uptime
|
||||||
[[inputs.system]]
|
[[inputs.system]]
|
||||||
## Uncomment to remove deprecated metrics.
|
## Uncomment to remove deprecated metrics.
|
||||||
# fielddrop = ["uptime_format"]
|
# fielddrop = ["uptime_format"]
|
||||||
|
|
|
@ -51,4 +51,4 @@
|
||||||
# tls_cert = "/etc/telegraf/cert.pem"
|
# tls_cert = "/etc/telegraf/cert.pem"
|
||||||
# tls_key = "/etc/telegraf/key.pem"
|
# tls_key = "/etc/telegraf/key.pem"
|
||||||
## Use TLS but skip chain & host verification
|
## Use TLS but skip chain & host verification
|
||||||
# insecure_skip_verify = false
|
# insecure_skip_verify = false
|
||||||
|
|
|
@ -5641,4 +5641,3 @@
|
||||||
# [[inputs.zipkin]]
|
# [[inputs.zipkin]]
|
||||||
# # path = "/api/v1/spans" # URL path for span data
|
# # path = "/api/v1/spans" # URL path for span data
|
||||||
# # port = 9411 # Port on which Telegraf listens
|
# # port = 9411 # Port on which Telegraf listens
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
- hosts: galaxy-vagrant.example.com
|
- hosts: galaxy-vagrant.example.com
|
||||||
remote_user: root
|
remote_user: root
|
||||||
roles:
|
roles:
|
||||||
- role: ../galaxy-telegraf
|
- role: ../galaxy-telegraf
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
influx:
|
influx:
|
||||||
repo: https://repos.influxdata.com/influxdb.key
|
repo: https://repos.influxdata.com/influxdb.key
|
||||||
|
|
Loading…
Reference in a new issue