From ec5a545b7c434007525b8d23f3ba7d6d1d8af1bc Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Thu, 20 Oct 2022 10:35:12 +0200 Subject: [PATCH] update Changes --- Changes | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changes b/Changes index 228dd8f..3b3a28f 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,7 @@ N.NN.N - DD-MMM-YYYY devices ('intelrapl.pm'). [#390] - Added a complete graph to monitor AMD CPU power consumption ('amdenergy.pm'). [#389] +- Complete rewrite of the 'serv.pm' module making it fully customizable. [#115] - Added the 'additional_graph_name' configuration option. [#388] - Added support to be able to rename ipmi sensors that include whitespaces in their name. [#393] @@ -23,8 +24,17 @@ N.NN.N - DD-MMM-YYYY - Added the new option 'has_removable_devices' (disabled by default) in 'fs.pm' to recalculate the device name of each filesystem on every update. [#418] - Added support for AMaViS Module Mail::SPF. [#419] +- Added option to disable rrd locking during cgi calls. [#428] +- Added CSS theming support in 'emailreports.pm'. +- Added the -e parameter in 'monitorix' to be able to send emailreports at any + time. [#322][#429] +- Added the option 'respect_power_state' in 'amdgpu.pm' to avoid waking up GPUs + in D3 power state. [#433] - Included more NVIDIA variants of 'N/A' in 'nvidiagpu.pm'. [#415] - Changed to '/usr/bin/vcgencmd' the default path in 'monitorix.conf'. [#420] +- Updated 'apcupsd.pm' to have the same options and fixes as 'nut.pm'. [#440] +- Removed a call to print() inside of push() that displayed the return value + (1) when monitoring multiple BIND servers. - Fixed an error in 'pgsql.pm' if a non-privileged user is used to read the statistics. [#384] - Fixed the amdgpu section in 'monitorix.conf'. [#385] @@ -39,6 +49,7 @@ N.NN.N - DD-MMM-YYYY - Fixed the legend alignment in 'nvidiagpu.pm' and 'amdgpu.pm'. [#411] - Fixed Makefile to do a backup of 'monitorix.conf'. [#414] - Fixed to match the values in the zoom graph of cores in 'lmsens.pm'. +- Fixed warnings for undefined mimetype on some HTTP requests. [#427] - Small fixes and cosmetic changes.