Add telegraf

And input to ping and output via prometheus
This commit is contained in:
Jake Howard
2021-03-04 15:16:54 +00:00
parent 914676d209
commit aba81f79bc
7 changed files with 161 additions and 0 deletions

View File

@ -12,3 +12,8 @@
shell:
chdir: /opt/prometheus
cmd: "{{ docker_update_command }}"
- name: restart telegraf
shell:
chdir: /opt/telegraf
cmd: "{{ docker_update_command }}"