Adding temp sensors, sensors and split specific tasks for physical servers
This commit is contained in:
13
roles/munin-client/tasks/hypervisors.yml
Normal file
13
roles/munin-client/tasks/hypervisors.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- name: delete squid plugins
|
||||
shell:
|
||||
cmd: "rm -f /etc/munin/plugins/squid_*"
|
||||
warn: False
|
||||
notify:
|
||||
- restart munin-node
|
||||
|
||||
- name: delete lxc interfaces plugins
|
||||
shell:
|
||||
cmd: "rm -f /etc/munin/plugins/if_*veth* /etc/munin/plugins/if_*fw* /etc/munin/plugins/if_*vmbr*"
|
||||
warn: False
|
||||
notify:
|
||||
- restart munin-node
|
Reference in New Issue
Block a user