summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Emmanuel N. Millan2020-09-26 05:24:49 +0200
committer Willy Sudiarto Raharjo2020-09-26 11:10:54 +0200
commit0342198a5463ad38c4480cfb5c926eb9b9047b0e (patch)
treed0a46b58d2dc8ee7f28f823ab94dfae6dd25669e /system
parent593628638365f8411ee936e3786d2c647b9f2a8d (diff)
downloadslackbuilds-0342198a5463ad38c4480cfb5c926eb9b9047b0e.tar.gz
system/monitorix: Updated for version 3.12.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/monitorix/README24
-rw-r--r--system/monitorix/monitorix.SlackBuild3
-rw-r--r--system/monitorix/monitorix.info6
3 files changed, 18 insertions, 15 deletions
diff --git a/system/monitorix/README b/system/monitorix/README
index 06df82f402..b8041bdce9 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 f88c43d69c..878c6edf3c 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 16261c85e5..b79a2fa98b 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"