From d09e1bfd899f2e59e3618ace09a08e7223f44259 Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Fri, 29 Mar 2019 12:48:05 +0100 Subject: [PATCH] add yunohost service add --- scripts/restore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/restore b/scripts/restore index 3bf0207..ea6c963 100644 --- a/scripts/restore +++ b/scripts/restore @@ -120,6 +120,10 @@ ynh_restore_file "/etc/zabbix" systemctl enable zabbix-server && systemctl start zabbix-server +yunohost service add snmpd -d "Management of SNMP Daemon" +yunohost service add zabbix-server -d "Management Zabbix server daemon : Collect, agregate, compute and notify" +yunohost service add zabbix-client -d "Management Zabbix client daemon : send informations about this host to the server" + #================================================= # SETUP LOGROTATE #=================================================