From e4347412387c6dfc34850cfff1ea142bbb00e6a5 Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Wed, 30 Jan 2019 13:59:24 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index cd6676e..d5a9347 100644 --- a/scripts/install +++ b/scripts/install @@ -300,6 +300,10 @@ sed -i "126a DBPassword=$db_pwd" /etc/zabbix/zabbix_server.conf systemctl enable zabbix-server && systemctl start zabbix-server +yunohost service add zabbix-server -d "Management of Zabbix Server - Monitoring server" +yunohost service add zabbix-agent -d "Management of Zabbix Agent" + + #================================================= # STORE THE CONFIG FILE CHECKSUM #=================================================