Skip to content
Snippets Groups Projects
Commit 9abed9fd authored by Chris Croome's avatar Chris Croome
Browse files

docker munin plugins added

parent 2c7a2cd4
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,30 @@
- time
- libcache-cache-perl
- name: Munin docker_cpu plugin in place
copy:
src: files/docker_cpu
dest: /usr/share/munin/plugins/docker_cpu
mode: 0755
- name: Munin docker_cpu plugin enabled
file:
src: /usr/share/munin/plugins/docker_cpu
dest: /etc/munin/plugins/docker_cpu
state: link
- name: Munin docker_memory plugin in place
copy:
src: files/docker_memory
dest: /usr/share/munin/plugins/docker_memory
mode: 0755
- name: Munin docker_memory plugin enabled
file:
src: /usr/share/munin/plugins/docker_memory
dest: /etc/munin/plugins/docker_memory
state: link
- name: Munin client node conf in place
copy:
src: files/munin-node.conf
......
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