提交 a0b05348 编写于 作者: N Nicolargo

version 2.8.1

上级 cba15765
...@@ -5,6 +5,10 @@ Glances Version 2 ...@@ -5,6 +5,10 @@ Glances Version 2
Version 2.8.1 Version 2.8.1
============= =============
Enhancements and new features:
* Enable docker plugin on Windows (issue #1009) - Thanks to @fraoustin
Bugs corrected: Bugs corrected:
* Glances export issue with CPU and SENSORS (issue #1024) * Glances export issue with CPU and SENSORS (issue #1024)
...@@ -12,7 +16,9 @@ Bugs corrected: ...@@ -12,7 +16,9 @@ Bugs corrected:
* Autodiscover error while binding on IPv6 addresses (issue #1002) * Autodiscover error while binding on IPv6 addresses (issue #1002)
* GPU plugin is display when hitting '4' or '5' shortkeys (issue #1012) * GPU plugin is display when hitting '4' or '5' shortkeys (issue #1012)
* Interrupts and usb_fiq (issue #1007) * Interrupts and usb_fiq (issue #1007)
* Docker image does not work in web server mode! (issue #1017)
* IRQ plugin is not display anymore (issue #1013) * IRQ plugin is not display anymore (issue #1013)
* Autodiscover error while binding on IPv6 addresses (issue #1002)
Version 2.8 Version 2.8
=========== ===========
......
...@@ -11,6 +11,7 @@ to providing stats to multiple services (see list below). ...@@ -11,6 +11,7 @@ to providing stats to multiple services (see list below).
csv csv
cassandra cassandra
couchdb
elastic elastic
influxdb influxdb
opentsdb opentsdb
......
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "GLANCES" "1" "Jan 28, 2017" "2.8.1_DEVELOP" "Glances" .TH "GLANCES" "1" "Feb 06, 2017" "2.8.1" "Glances"
.SH NAME .SH NAME
glances \- An eye on your system glances \- An eye on your system
. .
......
...@@ -97,7 +97,8 @@ To start the central client, use the following option: ...@@ -97,7 +97,8 @@ To start the central client, use the following option:
client$ glances --browser client$ glances --browser
.. note:: .. note::
Use ``--disable-autodiscover`` to disable the auto discovery mode.
Use ``--disable-autodiscover`` to disable the auto discovery mode.
SNMP SNMP
^^^^ ^^^^
......
...@@ -27,7 +27,7 @@ import signal ...@@ -27,7 +27,7 @@ import signal
import sys import sys
# Global name # Global name
__version__ = '2.8.1_DEVELOP' __version__ = '2.8.1'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>' __author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3' __license__ = 'LGPLv3'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册