update Changes

This commit is contained in:
Jordi Sanfeliu 2022-10-20 10:35:12 +02:00
parent 378261bc0a
commit ec5a545b7c
1 changed files with 11 additions and 0 deletions

11
Changes
View File

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