mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
Merge branch 'testing'
This commit is contained in:
commit
27e0d939bf
3 changed files with 6 additions and 2 deletions
|
@ -12,7 +12,7 @@ Overview
|
||||||
|
|
||||||
Monitorix is a free, open source, lightweight system monitoring tool designed to monitor as many services and system resources as possible. It has been created to be used under production Linux/UNIX servers, but due to its simplicity and small size can be used on embedded devices as well.
|
Monitorix is a free, open source, lightweight system monitoring tool designed to monitor as many services and system resources as possible. It has been created to be used under production Linux/UNIX servers, but due to its simplicity and small size can be used on embedded devices as well.
|
||||||
|
|
||||||
**Shipped version:** 3.10
|
**Shipped version:** 3.12
|
||||||
|
|
||||||
Screenshots
|
Screenshots
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "A monitoring tools",
|
"en": "A monitoring tools",
|
||||||
"fr": "Un outils de monitoring"
|
"fr": "Un outils de monitoring"
|
||||||
},
|
},
|
||||||
"version": "3.11.0~ynh1",
|
"version": "3.12.0~ynh1",
|
||||||
"url": "http://monitorix.org",
|
"url": "http://monitorix.org",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -42,6 +42,10 @@ ynh_abort_if_errors
|
||||||
# STANDARD UPGRADE STEPS
|
# STANDARD UPGRADE STEPS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
|
# Install package
|
||||||
|
ynh_script_progression --message="Installing dependencies..." --weight=6
|
||||||
|
install_dependances
|
||||||
|
|
||||||
# Download package and install it
|
# Download package and install it
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=6
|
ynh_script_progression --message="Upgrading source files..." --weight=6
|
||||||
get_install_source
|
get_install_source
|
||||||
|
|
Loading…
Add table
Reference in a new issue