diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/monitorix/README | 24 | ||||
-rw-r--r-- | system/monitorix/monitorix.SlackBuild | 3 | ||||
-rw-r--r-- | system/monitorix/monitorix.info | 6 |
3 files changed, 18 insertions, 15 deletions
diff --git a/system/monitorix/README b/system/monitorix/README index 06df82f402e2..b8041bdce908 100644 --- a/system/monitorix/README +++ b/system/monitorix/README @@ -1,15 +1,17 @@ -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. -It consists mainly of two programs: a collector, called monitorix, which is a -Perl daemon that is started automatically like any other system service, and a -CGI script called monitorix.cgi. Since 3.0 version Monitorix includes its own -HTTP server built in, so you aren't forced to install a third-party web server -to use it. +It consists mainly of two programs: a collector, called monitorix, which +is a Perl daemon that is started automatically like any other system +service, and a CGI script called monitorix.cgi. Since 3.0 version +Monitorix includes its own HTTP server built in, so you aren't forced to +install a third-party web server to use it. Note: -There are several runtime dependencies (like pflogsumm) I'm unable to test for -all services. Keep an eye on /var/log/monitorix which will tell you. +There are several runtime dependencies (like pflogsumm) I'm unable to +test for all services. Keep an eye on /var/log/monitorix which will tell +you. diff --git a/system/monitorix/monitorix.SlackBuild b/system/monitorix/monitorix.SlackBuild index f88c43d69ce0..878c6edf3cf2 100644 --- a/system/monitorix/monitorix.SlackBuild +++ b/system/monitorix/monitorix.SlackBuild @@ -4,6 +4,7 @@ # Copyright 2014-2016 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. +# Updated 2019-2020 by Emmanuel N. Millan, Mendoza, Argentina # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are @@ -25,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=monitorix -VERSION=${VERSION:-3.9.0} +VERSION=${VERSION:-3.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/monitorix/monitorix.info b/system/monitorix/monitorix.info index 16261c85e5e7..b79a2fa98b93 100644 --- a/system/monitorix/monitorix.info +++ b/system/monitorix/monitorix.info @@ -1,8 +1,8 @@ PRGNAM="monitorix" -VERSION="3.9.0" +VERSION="3.12.0" HOMEPAGE="https://www.monitorix.org/" -DOWNLOAD="https://www.monitorix.org/old-versions/monitorix-3.9.0.tar.gz" -MD5SUM="181bf2b83b92e89aa6317dd473a987e3" +DOWNLOAD="https://www.monitorix.org/monitorix-3.12.0.tar.gz" +MD5SUM="f1697a98284ac466b617d5312bd9fbf4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-http-server-simple perl-config-general rrdtool" |