From 042654078341bf34272c18bf061e812d9726a8ab Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Fri, 29 Mar 2019 14:00:17 +0100 Subject: [PATCH] Update install zabbix client -> zabbix agent --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3d5660d..5b309cd 100644 --- a/scripts/install +++ b/scripts/install @@ -358,7 +358,7 @@ 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" +yunohost service add zabbix-agent -d "Management Zabbix agent daemon : send informations about this host to the server" # Make app public if for importing template # unprotected_uris allows SSO credentials to be passed anyway