summaryrefslogtreecommitdiff
path: root/roles/install_monitoring/tasks
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2020-08-24 10:32:50 +0200
committerNiklas Yann Wettengel <niyawe@niyawe.de>2020-08-24 10:32:50 +0200
commit74ca81df467c8fb24c0f6b8da333f252f0210a10 (patch)
tree7a8f0270767fd6ebd77b27341e7f14cd58abab4f /roles/install_monitoring/tasks
parent36440dcf2ac230be781d9cb72b911552b7c4903b (diff)
munin: collect bind stats
Diffstat (limited to 'roles/install_monitoring/tasks')
-rw-r--r--roles/install_monitoring/tasks/install_munin.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/install_monitoring/tasks/install_munin.yml b/roles/install_monitoring/tasks/install_munin.yml
index 7f09b2d..1a35928 100644
--- a/roles/install_monitoring/tasks/install_munin.yml
+++ b/roles/install_monitoring/tasks/install_munin.yml
@@ -80,6 +80,13 @@
mode: 0755
notify: restart munin-node
+- name: copy bind9stats plugin
+ copy:
+ src: munin/bind9stats.py
+ dest: /etc/munin/plugins/bind9stats.py
+ mode: 0755
+ notify: restart munin-node
+
- name: copy global config
copy:
src: munin/munin_global_conf