diff --git a/README.md b/README.md index f81d0b3..452b4fd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in 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.14.0~ynh2 +**Shipped version:** 3.15.0~ynh2 **Demo:** https://www.fibranet.cat/monitorix/ diff --git a/README_fr.md b/README_fr.md index 45d86a1..e407c0f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour 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. -**Version incluse :** 3.14.0~ynh2 +**Version incluse :** 3.15.0~ynh2 **Démo :** https://www.fibranet.cat/monitorix/ diff --git a/conf/app.src b/conf/app.src index a740daf..9060061 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=http://www.monitorix.org/monitorix_3.14.0-izzy1_all.deb -SOURCE_SUM=ea9867a38eb660e6ecdee111ccd133a6c881933399f7a5b6fab412b61b34dfe1 +SOURCE_URL=https://www.monitorix.org/monitorix_3.15.0-izzy1_all.deb +SOURCE_SUM=0d960b9433ecbaba38d9befe27163644886fb5a466d44f5380576ca975b9d8e4 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/monitorix.conf b/conf/monitorix.conf index e069317..5b4e8d1 100644 --- a/conf/monitorix.conf +++ b/conf/monitorix.conf @@ -92,7 +92,7 @@ secure_log_date_format = %b %e libvirt = n process = y serv = y - mail = n + mail = y port = y user = y ftp = n @@ -385,17 +385,7 @@ secure_log_date_format = %b %e mta = postfix greylist = milter-greylist rigid = 0, 0, 0, 0, 0 - limit = 1, 1000, 1000, 1000, 1000 - - delvd_enabled = n - delvd_timeintvl = 60 - delvd_threshold = 100 - delvd_script = /path/to/script.sh - mqueued_enabled = n - mqueued_timeintvl = 3600 - mqueued_threshold = 100 - mqueued_script = /path/to/script.sh - + limit = 1, 1000, 1000, 1000, 1000 diff --git a/manifest.json b/manifest.json index 8371c26..ec8cc40 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A monitoring tools", "fr": "Un outils de monitoring" }, - "version": "3.14.0~ynh2", + "version": "3.15.0~ynh2", "url": "http://monitorix.org", "upstream": { "license": "GPL-2.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index 22be3cb..9b78876 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,7 +9,7 @@ app=$YNH_APP_INSTANCE_NAME #================================================= install_dependances() { - ynh_install_app_dependencies rrdtool perl libwww-perl libmailtools-perl libmime-lite-perl librrds-perl libdbi-perl libxml-simple-perl libhttp-server-simple-perl libconfig-general-perl pflogsumm libxml-libxml-perl + ynh_install_app_dependencies rrdtool perl libwww-perl libmailtools-perl libmime-lite-perl librrds-perl libdbi-perl libdbd-mysql-perl libxml-simple-perl libhttp-server-simple-perl libconfig-general-perl pflogsumm libxml-libxml-perl } get_install_source() {