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