提交 0e7919ea 编写于 作者: N nicolargo

version 3.2.3

上级 c4bb0af8
...@@ -6,9 +6,19 @@ ...@@ -6,9 +6,19 @@
Version 3.2.3 Version 3.2.3
=============== ===============
Under development, see roadmap here: Bugs corrected:
* Docker container monitoring only show half command? #1912
* Processor name getting cut off #1917
* batinfo not in docker image (and in requirements files...) ? #1915
* Glances don't send hostname (tag) to influxdb2 #1913
* Public IP address doesn't display anymore #1910
* Debian Docker images broken with version 3.2.2 #1905
Enhancement requests:
https://github.com/nicolargo/glances/milestone/52 * Make the process sort list configurable through the command line #1903
* [WebUI] truncates network name #1699
=============== ===============
Version 3.2.2 Version 3.2.2
......
...@@ -171,6 +171,9 @@ tx_critical=90 ...@@ -171,6 +171,9 @@ tx_critical=90
#wlan0_tx_critical=1000000 #wlan0_tx_critical=1000000
#wlan0_tx_log=True #wlan0_tx_log=True
[ip]
disable=False
[connections] [connections]
# Display additional information about TCP connections # Display additional information about TCP connections
# This plugin is disabled by default # This plugin is disabled by default
......
因为 它太大了无法显示 source diff 。你可以改为 查看blob
此差异已折叠。
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "GLANCES" "1" "Aug 01, 2021" "3.2.3_beta1" "Glances" .TH "GLANCES" "1" "Aug 14, 2021" "3.2.3" "Glances"
.SH NAME .SH NAME
glances \- An eye on your system glances \- An eye on your system
. .
......
...@@ -29,7 +29,7 @@ import sys ...@@ -29,7 +29,7 @@ import sys
# Global name # Global name
# Version should start and end with a numerical char # Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version # See https://packaging.python.org/specifications/core-metadata/#version
__version__ = '3.2.3_beta1' __version__ = '3.2.3'
__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.
先完成此消息的编辑!
想要评论请 注册