1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Update install zabbix client -> zabbix agent

This commit is contained in:
Mickael-Martin 2019-03-29 14:00:17 +01:00
parent cfae021f49
commit 0426540783

View file

@ -358,7 +358,7 @@ systemctl enable zabbix-server && systemctl start zabbix-server
yunohost service add snmpd -d "Management of SNMP Daemon" 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-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 # Make app public if for importing template
# unprotected_uris allows SSO credentials to be passed anyway # unprotected_uris allows SSO credentials to be passed anyway