mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
commit
8a7682ea00
6 changed files with 8 additions and 18 deletions
|
@ -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.
|
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/
|
**Demo:** https://www.fibranet.cat/monitorix/
|
||||||
|
|
||||||
|
|
|
@ -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.
|
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/
|
**Démo :** https://www.fibranet.cat/monitorix/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=http://www.monitorix.org/monitorix_3.14.0-izzy1_all.deb
|
SOURCE_URL=https://www.monitorix.org/monitorix_3.15.0-izzy1_all.deb
|
||||||
SOURCE_SUM=ea9867a38eb660e6ecdee111ccd133a6c881933399f7a5b6fab412b61b34dfe1
|
SOURCE_SUM=0d960b9433ecbaba38d9befe27163644886fb5a466d44f5380576ca975b9d8e4
|
||||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||||
# default: sha256
|
# default: sha256
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
|
|
|
@ -92,7 +92,7 @@ secure_log_date_format = %b %e
|
||||||
libvirt = n
|
libvirt = n
|
||||||
process = y
|
process = y
|
||||||
serv = y
|
serv = y
|
||||||
mail = n
|
mail = y
|
||||||
port = y
|
port = y
|
||||||
user = y
|
user = y
|
||||||
ftp = n
|
ftp = n
|
||||||
|
@ -386,16 +386,6 @@ secure_log_date_format = %b %e
|
||||||
greylist = milter-greylist
|
greylist = milter-greylist
|
||||||
rigid = 0, 0, 0, 0, 0
|
rigid = 0, 0, 0, 0, 0
|
||||||
limit = 1, 1000, 1000, 1000, 1000
|
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>
|
</mail>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "A monitoring tools",
|
"en": "A monitoring tools",
|
||||||
"fr": "Un outils de monitoring"
|
"fr": "Un outils de monitoring"
|
||||||
},
|
},
|
||||||
"version": "3.14.0~ynh2",
|
"version": "3.15.0~ynh2",
|
||||||
"url": "http://monitorix.org",
|
"url": "http://monitorix.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
|
|
|
@ -9,7 +9,7 @@ app=$YNH_APP_INSTANCE_NAME
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
install_dependances() {
|
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() {
|
get_install_source() {
|
||||||
|
|
Loading…
Reference in a new issue