From 777a74ba460584ff7df6fca2fac7c8cb1c0cb58a Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Fri, 6 Aug 2021 10:06:51 +0200 Subject: [PATCH] update Changes --- Changes | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index d6c641f..b216060 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,7 @@ ==================== - Added support in 'redis.pm' to connect to a socket file. [#316] - Added support to get temperature values for gpu[n] keys using the output of - 'lmsensors' in 'lmsens.pm'. [#320] + lm_sensors in 'lmsens.pm'. [#320] - Added support in 'process.pm' for systems with different PID max value defined in '/proc/sys/kernel/pid_max'. - Added new graph of process' uptime in 'process.pm'. It comes with a new option @@ -15,6 +15,10 @@ (suggested by Shashi Mall, shashi.mall AT wizix.com) - Added support for IPv6 addresses in 'traffacct.pm'. (thanks to Adam Starr, astar AT fhtc.edu) +- Added the option 'cmd' in 'lmsens.pm', which defaults to 'sensors', to be able + to help to add sensors values not covered by lm_sensors. [#325] +- Added the ability to prefix fan values to be able to select between rpm and + percentages, using 'rpm:' and 'percent:' respectively. [#325] - Changed the way how the 'cmd' option works in 'port.pm', by executing directly the command defined (without args), unless undefined, in which case it will continue defaulting to 'ss'. @@ -25,6 +29,8 @@ - Fixed to include the reference to the -u option either in the usage text and in the monitorix(8) man page. - Fixed the legend in 'nvidia.pm' graphs to respect the 'max' value. [#330] +- Fixed to honour the option on graphs 2 and 3 in 'disk.pm'. +- Fixed (by just commenting out some lines) the option in 'disk.pm'. - Small cosmetic changes.