mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 05:15:47 +03:00
Merge branch 'issue1292' into develop
This commit is contained in:
commit
cb643e4eb4
1
NEWS
1
NEWS
@ -65,6 +65,7 @@ Bugs corrected:
|
||||
* Glances crash with extended process stats #1283
|
||||
* Terminal window stuck at the last accessed *protected* server #1275
|
||||
* Glances shows mdadm RAID0 as degraded when chunksize=128k and the array isn't degraded. #1299
|
||||
* Never starts in a server on Google Cloud and FreeBSD #1292
|
||||
|
||||
Backward-incompatible changes:
|
||||
|
||||
|
@ -141,7 +141,7 @@ class GlancesGrabHDDTemp(object):
|
||||
if not received:
|
||||
break
|
||||
data += received
|
||||
except socket.error as e:
|
||||
except Exception as e:
|
||||
logger.debug("Cannot connect to an HDDtemp server ({}:{} => {})".format(self.host, self.port, e))
|
||||
logger.debug("Disable the HDDtemp module. Use the --disable-hddtemp to hide the previous message.")
|
||||
if self.args is not None:
|
||||
|
Loading…
Reference in New Issue
Block a user