fix(munin-client): add acpi to useless junk
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
---
|
||||
|
||||
- set_fact:
|
||||
muninpkgs:
|
||||
- muninlite
|
||||
munin_need_reconfigure: False
|
||||
munin_need_reconfigure: false
|
||||
when: ansible_facts['distribution'] == "LEDE" or ansible_facts['distribution'] == "OpenWRT" or ansible_facts['distribution'] == "OpenWrt"
|
||||
|
||||
- set_fact:
|
||||
@@ -9,7 +11,7 @@
|
||||
- munin-node
|
||||
- munin-plugins-core
|
||||
- munin-plugins-extra
|
||||
munin_need_reconfigure: True
|
||||
munin_need_reconfigure: true
|
||||
when: ansible_facts['distribution'] == "Debian"
|
||||
|
||||
- name: install munin node packages
|
||||
@@ -112,6 +114,7 @@
|
||||
- restart munin-node
|
||||
when: ansible_facts['virtualization_type'] == "lxc"
|
||||
loop:
|
||||
- acpi
|
||||
- cpuspeed
|
||||
- diskstats
|
||||
- entropy
|
||||
|
@@ -113,6 +113,7 @@ whitelist_from *@chichiclothing.com
|
||||
whitelist_from dmarcreport@microsoft.com
|
||||
|
||||
# Blacklist manuel
|
||||
blacklist_from *@*.org.ru
|
||||
blacklist_from *@basretion.eu
|
||||
blacklist_from *@appleawhite.ru
|
||||
blacklist_from *@apolnews.fr
|
||||
|
Reference in New Issue
Block a user