|
|
@ -87,24 +87,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
- name: copy fastd plugin
|
|
|
|
- name: copy fastd plugin
|
|
|
|
copy:
|
|
|
|
copy:
|
|
|
|
src: munin_fastd_plugin
|
|
|
|
src: munin/munin_fastd_plugin
|
|
|
|
dest: /usr/lib/munin/plugins/fastd_
|
|
|
|
dest: /usr/lib/munin/plugins/fastd_
|
|
|
|
mode: 0755
|
|
|
|
mode: 0755
|
|
|
|
|
|
|
|
|
|
|
|
- name: copy dhcp-pool plugin
|
|
|
|
- name: copy dhcp-pool plugin
|
|
|
|
copy:
|
|
|
|
copy:
|
|
|
|
src: munin_dhcp_pool_plugin
|
|
|
|
src: munin/munin_dhcp_pool_plugin
|
|
|
|
dest: /usr/lib/munin/plugins/dhcp-pool
|
|
|
|
dest: /usr/lib/munin/plugins/dhcp-pool
|
|
|
|
mode: 0755
|
|
|
|
mode: 0755
|
|
|
|
|
|
|
|
|
|
|
|
- name: copy fastd plugin config
|
|
|
|
- name: copy fastd plugin config
|
|
|
|
copy:
|
|
|
|
copy:
|
|
|
|
src: munin_fastd_conf
|
|
|
|
src: munin/munin_fastd_conf
|
|
|
|
dest: /etc/munin/plugin-conf.d/fastd
|
|
|
|
dest: /etc/munin/plugin-conf.d/fastd
|
|
|
|
|
|
|
|
|
|
|
|
- name: copy global config
|
|
|
|
- name: copy global config
|
|
|
|
copy:
|
|
|
|
copy:
|
|
|
|
src: munin_global_conf
|
|
|
|
src: munin/munin_global_conf
|
|
|
|
dest: /etc/munin/plugin-conf.d/global
|
|
|
|
dest: /etc/munin/plugin-conf.d/global
|
|
|
|
|
|
|
|
|
|
|
|
- name: install netstat
|
|
|
|
- name: install netstat
|
|
|
|