1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monitorix_ynh.git synced 2024-09-03 19:46:06 +02:00

Merge pull request #44 from YunoHost-Apps/testing

Upgrade to 3.15
This commit is contained in:
Josue-T 2023-01-06 06:30:34 +01:00 committed by GitHub
commit 8a7682ea00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 18 deletions

View file

@ -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/

View file

@ -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/

View file

@ -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

View file

@ -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
@ -386,16 +386,6 @@ secure_log_date_format = %b %e
greylist = milter-greylist
rigid = 0, 0, 0, 0, 0
limit = 1, 1000, 1000, 1000, 1000
<alerts>
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
</alerts>
</mail>

View file

@ -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",

View file

@ -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() {