summaryrefslogtreecommitdiffstats
path: root/system/glances
diff options
context:
space:
mode:
Diffstat (limited to 'system/glances')
-rw-r--r--system/glances/README10
-rw-r--r--system/glances/glances.SlackBuild4
-rw-r--r--system/glances/glances.info6
3 files changed, 11 insertions, 9 deletions
diff --git a/system/glances/README b/system/glances/README
index 120cd17f85..ba7d2548f9 100644
--- a/system/glances/README
+++ b/system/glances/README
@@ -12,16 +12,16 @@ systems, processes, etc.
OPTIONAL DEPENDENCIES
* Available on SBo:
-batinfo (for battery monitoring support)
bottle (for web server mode)
couchdb (for CouchDB export module)
docker (for Docker monitoring support)
elasticsearch (for Elastic Search export module)
hddtemp (for HDD temperature monitoring support)
-matplotlib (for graphical/chart support)
+influxdb (for InfluxDB export module)
netifaces (for IP plugin)
py-cpuinfo (for Quicklook CPU info module)
pymdstat (for RAID support)
+python-prometheus_client (for Prometheus export module)
python-requests (for Ports plugin)
python-scandir (for Folders plugin)
statsd (for StatsD export module)
@@ -31,10 +31,12 @@ pyzmq (for ZeroMQ export module)
* Not available on SBo:
bernhard (for Riemann export module)
cassandra-driver (for Cassandra export module)
-influxdb (for InfluxDB export module)
-nvidia-ml-py (for GPU plugin)
+kafka-python (for Kafka export module)
+nvidia-ml-pyi3 (for GPU plugin)
pika (for RabbitMQ/ActiveMQ export module)
potsdb (for OpenTSDB export module)
+pygal (for graph export module)
+pySMART.smartx (for HDD SMART support)
pystache (for action scripting)
wifi (for wifi plugin)
zeroconf (for autodiscover mode)
diff --git a/system/glances/glances.SlackBuild b/system/glances/glances.SlackBuild
index a520b6e3a3..0972a94bfa 100644
--- a/system/glances/glances.SlackBuild
+++ b/system/glances/glances.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for glances
-# Copyright 2013-2017 Philip Lacroix <slackph at posteo dot de>
+# Copyright 2013-2020 Philip Lacroix <slackph at posteo dot de>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=glances
-VERSION=${VERSION:-2.9.1}
+VERSION=${VERSION:-3.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/glances/glances.info b/system/glances/glances.info
index cf3fe34b48..e61af1e5aa 100644
--- a/system/glances/glances.info
+++ b/system/glances/glances.info
@@ -1,8 +1,8 @@
PRGNAM="glances"
-VERSION="2.9.1"
+VERSION="3.1.0"
HOMEPAGE="https://github.com/nicolargo/glances"
-DOWNLOAD="https://github.com/nicolargo/glances/archive/v2.9.1/glances-2.9.1.tar.gz"
-MD5SUM="2e10c6e25f61002bc6d647d3bfcb4d62"
+DOWNLOAD="https://github.com/nicolargo/glances/archive/v3.1.0/glances-3.1.0.tar.gz"
+MD5SUM="6b4d001854f711ee805eb60bd6831e18"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="psutil"