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_proto: http
|
||||
influx_port: 8086
|
||||
influx_port: 8086
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
- name: reload telegraf
|
||||
systemd:
|
||||
name: telegraf
|
||||
state: restarted
|
||||
state: restarted
|
||||
|
|
|
@ -18,4 +18,4 @@ galaxy_info:
|
|||
- debian
|
||||
- timeseries
|
||||
|
||||
dependencies: []
|
||||
dependencies: []
|
||||
|
|
|
@ -58,4 +58,3 @@
|
|||
groups=docker
|
||||
append=yes
|
||||
when: "'docker' in services"
|
||||
|
||||
|
|
|
@ -77,4 +77,4 @@
|
|||
# Read metrics about system load & uptime
|
||||
[[inputs.system]]
|
||||
## Uncomment to remove deprecated metrics.
|
||||
# fielddrop = ["uptime_format"]
|
||||
# fielddrop = ["uptime_format"]
|
||||
|
|
|
@ -51,4 +51,4 @@
|
|||
# tls_cert = "/etc/telegraf/cert.pem"
|
||||
# tls_key = "/etc/telegraf/key.pem"
|
||||
## Use TLS but skip chain & host verification
|
||||
# insecure_skip_verify = false
|
||||
# insecure_skip_verify = false
|
||||
|
|
|
@ -5641,4 +5641,3 @@
|
|||
# [[inputs.zipkin]]
|
||||
# # path = "/api/v1/spans" # URL path for span data
|
||||
# # port = 9411 # Port on which Telegraf listens
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
- hosts: galaxy-vagrant.example.com
|
||||
remote_user: root
|
||||
roles:
|
||||
- role: ../galaxy-telegraf
|
||||
- role: ../galaxy-telegraf
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
|
||||
influx:
|
||||
repo: https://repos.influxdata.com/influxdb.key
|
||||
repo: https://repos.influxdata.com/influxdb.key
|
||||
|
|
Loading…
Reference in a new issue