mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-19 15:21:33 +03:00
version 3.6.2.2
This commit is contained in:
parent
c0c66ea653
commit
c2a37fc72c
@ -59,7 +59,7 @@ Social networks
|
||||
|
||||
.. image:: https://raw.githubusercontent.com/nicolargo/glances/develop/docs/_static/twitter-icon.png
|
||||
:target: https://twitter.com/nicolargo
|
||||
|
||||
|
||||
.. image:: https://raw.githubusercontent.com/nicolargo/glances/develop/docs/_static/reddit.png
|
||||
:target: https://www.reddit.com/r/glances/
|
||||
|
||||
@ -211,7 +211,7 @@ Available versions on the Docker Hub repository:
|
||||
- *nicolargo/glances:latest-full* for a full Debian Glances image version with all dependencies
|
||||
- *nicolargo/glances:alpine-latest-full* for a full Alpine Glances image version with all dependencies
|
||||
|
||||
You can also specify a version by replacing latest by 3.2.3 (for example).
|
||||
You can also specify a version by replacing latest by 3.6.2.2 (for example).
|
||||
|
||||
Run last version of Glances container in *console mode*:
|
||||
|
||||
|
@ -29,7 +29,7 @@ import sys
|
||||
# Global name
|
||||
# Version should start and end with a numerical char
|
||||
# See https://packaging.python.org/specifications/core-metadata/#version
|
||||
__version__ = '3.2.6.1'
|
||||
__version__ = '3.2.6.2'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
||||
|
@ -99,7 +99,6 @@ class Plugin(GlancesPlugin):
|
||||
continue
|
||||
|
||||
# Shall we display the stats ?
|
||||
logger.info("diskio: %s => %s", disk, self.is_display(disk))
|
||||
if not self.is_display(disk):
|
||||
continue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user