From 3eb1a34c19546ef9202a35d6b25c75270447b862 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Wed, 23 Jan 2019 13:14:18 +0100 Subject: [PATCH] zabbix disabling rsync & timesyncd systemd units --- bin/zabbix.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/zabbix.sh b/bin/zabbix.sh index a1e1b5c..9eb31fc 100755 --- a/bin/zabbix.sh +++ b/bin/zabbix.sh @@ -97,6 +97,10 @@ fi # https://github.com/MogiePete/zabbix-systemd-service-monitoring cp "$_assets"/zabbix/userparameter_systemd_services.conf "$_agent_conf_d"/ +# disble unused system units +systemctl disable rsync +systemctl disable systemd-timesyncd + # TODO add modules path to agent ?? # allow comm. port with zabbix-server