mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
add service in management page of yunohost
This commit is contained in:
parent
0426540783
commit
6ac41d8b60
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue