update Changes

This commit is contained in:
Jordi Sanfeliu 2021-08-06 10:06:51 +02:00
parent e06aa33218
commit 777a74ba46
1 changed files with 7 additions and 1 deletions

View File

@ -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 <map> option on graphs 2 and 3 in 'disk.pm'.
- Fixed (by just commenting out some lines) the <map> option in 'disk.pm'.
- Small cosmetic changes.