mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
Add missing managed vars
This commit is contained in:
parent
29986d229c
commit
dba405ff29
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ readonly nginx_status_conf="/etc/nginx/conf.d/${app}_status.conf"
|
||||||
|
|
||||||
readonly db_user=$app
|
readonly db_user=$app
|
||||||
|
|
||||||
readonly var_list_to_manage='mysql_installed postgresql_installed memcached_installed redis_installed phpfpm_installed jail_list mount_parts home_user_dirs net_gateway net_interface_list net_max_speed ssh_port port_infos php_pools_infos'
|
readonly var_list_to_manage='mysql_installed postgresql_installed memcached_installed redis_installed phpfpm_installed jail_list mount_parts home_user_dirs net_gateway net_interface_list net_max_speed ssh_port port_infos process_infos php_pools_infos'
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# DEFINE ALL COMMON FONCTIONS
|
# DEFINE ALL COMMON FONCTIONS
|
||||||
|
|
Loading…
Reference in a new issue