mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
add yunohost service add
This commit is contained in:
parent
72e4736b13
commit
d09e1bfd89
1 changed files with 4 additions and 0 deletions
|
@ -120,6 +120,10 @@ ynh_restore_file "/etc/zabbix"
|
||||||
|
|
||||||
systemctl enable zabbix-server && systemctl start zabbix-server
|
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
|
# SETUP LOGROTATE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue