From 6ac41d8b60e22651e94cf6a886da584a19c82f73 Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Fri, 29 Mar 2019 14:03:45 +0100 Subject: [PATCH] add service in management page of yunohost --- scripts/upgrade | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index ed16b76..fafe948 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -156,6 +156,11 @@ then rm -fr /tmp/zabbix* + #If needed. + 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-agent -d "Management Zabbix agent daemon : send informations about this host to the server" + #test if zabbix server is started check_proc_zabbixagent