From 111f6613e70b423f12fad96622e63fe25e0d15a1 Mon Sep 17 00:00:00 2001 From: mg Date: Wed, 2 Mar 2022 20:23:00 +0100 Subject: [PATCH] =?UTF-8?q?ntp-server:=20munin:=20Plugin=20chrony=20erg?= =?UTF-8?q?=C3=A4nzt=20+=20und=20timesync=20deaktiviert=20(#338)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/338 Co-authored-by: mg Co-committed-by: mg --- group_vars/ntpserver.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/group_vars/ntpserver.yml b/group_vars/ntpserver.yml index 9704fcc7..6e36582e 100644 --- a/group_vars/ntpserver.yml +++ b/group_vars/ntpserver.yml @@ -33,3 +33,30 @@ ntp_chrony_group: _chrony # Nutzer + Gruppe für den Dienst ntp_chrony_logging: false # logging an/aus ntp_chrony_subnet_allow: 192.168.2.0/24 # welche Netze dürfen den Server befragen + ### mgrote.restic + munin_node_disabled_plugins: + - name: meminfo # zu hohe last + - name: hddtemp2 # ersetzt durch hddtemp_smartctl + - name: ntp # verursacht zu viele dns ptr request + - name: hddtempd # ersetzt durch hddtemp_smartctl + - name: ipmi_power # für pve2, leeres diagramm + - name: docker_images + - name: docker_status + - name: timesync + munin_node_plugins: + - name: chrony + src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/chrony/chrony + - name: systemd_status + src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/systemd/systemd_status + - name: lvm_ + src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/disk/lvm_ + config: | + [lvm_*] + user root + - name: fail2ban + src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/fail2ban + config: | + [fail2ban] + env.client /usr/bin/fail2ban-client + env.config_dir /etc/fail2ban + user root