1
0
Fork 0
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:
Josué Tille 2024-04-16 23:17:24 +02:00
parent 29986d229c
commit dba405ff29
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -7,7 +7,7 @@ readonly nginx_status_conf="/etc/nginx/conf.d/${app}_status.conf"
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