enabled telegraf again and set failsave configuration
This commit is contained in:
@@ -27,11 +27,10 @@
|
||||
|
||||
- name: server | telegraf | copy basic config
|
||||
copy:
|
||||
dest: "/etc/telegraf/{{ item }}"
|
||||
dest: "/etc/telegraf/telegraf.d/{{ item | basename }}"
|
||||
src: "{{ item }}"
|
||||
loop:
|
||||
- telegraf.d/input_basics.conf
|
||||
- telegraf.d/output_influx.conf
|
||||
with_fileglob:
|
||||
- "telegraf.d/*.conf"
|
||||
notify: restart_telegraf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user