Skip to content
Snippets Groups Projects
Commit 4a35796a authored by Kerri Wait's avatar Kerri Wait
Browse files

Add task to copy softnet awk script to /opt/telegraf

parent 6b371180
No related branches found
No related tags found
2 merge requests!505Fix syntax error in telegraf config for softnet_stats,!338Update telegraf config to parse /proc/net/softnet_stat details
......@@ -48,6 +48,14 @@
become: true
become_user: root
- name: copy softnet_stat script
copy:
mode: 'u=rw,g=r,o=r'
src: telegraf_softnet_stats.awk
dest: '/opt/telegraf/bin/telegraf_softnet_stats.awk'
become: true
become_user: root
- name: Install Telegraf config
template:
src: telegraf.conf.j2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment