system/glances: Update optional dependencies.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Philip Lacroix 2015-02-14 10:40:17 +07:00 committed by Willy Sudiarto Raharjo
parent f7ba97debb
commit 1f6a6234c8
3 changed files with 17 additions and 17 deletions

View file

@ -1,8 +1,8 @@
Glances is a free (LGPL) cross-platform curses-based system monitoring tool
which aims to present a maximum of information in a minimum of space, ideally
to fit in a classical 80x24 terminal, or larger for additional information: in
fact it can adapt dynamically the displayed information depending on the
terminal size.
to fit in a classical 80x24 terminal, or larger for additional data: in fact
it can adapt dynamically the displayed information depending on the terminal
size.
This tool can also work in client/server mode. Remote monitoring can be
done via terminal or web interface.
@ -14,14 +14,14 @@ file systems, processes, etc.
OPTIONAL DEPENDENCIES
Available on SBo: hddtemp (HHD temperature monitoring support), py3sensors
(HW monitoring support), pysnmp (SNMP support), netifaces (auto discoverer
mode), statsd (StatsD export module), matplotlib (generation of graphs from
history data) and python3.
(HW monitoring support), batinfo (battery monitoring support), bottle (Web
server mode), pymdstat (RAID support), ysnmp (SNMP support), netifaces (auto
discoverer mode), statsd (StatsD export module), matplotlib (generation of
graphs from history data) and python3.
Not available on SBo: bottle (Web server mode), batinfo (battery monitoring
support), pymdstat (RAID support), zeroconf (auto discoverer mode), influxdb
(InfluxDB export module), pystache (action script feature), docker-py (Docker
monitoring support).
Not available on SBo: influxdb (InfluxDB export module), pystache (action
script feature), docker-py (Docker monitoring support), zeroconf (auto
discoverer mode).
NOTES

View file

@ -24,7 +24,7 @@
PRGNAM=glances
VERSION=${VERSION:-2.3}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -47,12 +47,12 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
# The upstream tarball will be named differently, depending on the file being
# downloaded manually (web browser) or with wget.
# The upstream tarball will be named differently, depending on the file
# being downloaded manually (web browser) or with wget.
if [ -e $CWD/v$VERSION.tar.gz ]; then
tar xvf $CWD/v$VERSION.tar.gz
tar xvzf $CWD/v$VERSION.tar.gz
else
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvzf $CWD/$PRGNAM-$VERSION.tar.gz
fi
cd $PRGNAM-$VERSION
@ -64,8 +64,8 @@ find -L . \
-o -perm 400 \) -exec chmod 644 {} \;
PRGUSR=$PKG/usr
PRGETC=$PKG/etc/$PRGNAM
PRGSHR=$PKG/usr/share
PRGETC=$PKG/etc/$PRGNAM
PRGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
python setup.py install --root=$PKG

View file

@ -10,7 +10,7 @@ glances: glances (a cross-platform, curses-based system monitoring tool)
glances:
glances: glances is a cross-platform, curses-based system monitoring tool
glances: written in Python. It can adapt the displayed information depending
glances: on the terminal size, and can also work in a client/server mode for
glances: on the terminal size, and can also work in client/server mode for
glances: remote monitoring. It uses the psutil library to fetch statistical
glances: values from key elements, like CPU, load average, memory, network,
glances: disks, file systems, processes, etc.