Never starts in a server on Google Cloud and FreeBSD #1292

pull/1318/head
nicolargo 2018-09-01 10:21:57 +02:00
parent a814caedc9
commit 963924be02
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -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:

View File

@ -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: