From bcbe589ba59a25c86b28debf26df67d4d65a1605 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Thu, 10 Feb 2022 12:01:28 +0100 Subject: [PATCH] update Changes --- Changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changes b/Changes index 6d1d758..a544092 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,12 @@ N.NN.N - DD-MMM-YYYY ==================== +- Added a complete graph to monitor the power consumption of Intel-RAPL capable + devices ('intelrapl.pm'). [#390] +- Added a complete graph to monitor AMD CPU power consumption ('amdenergy.pm'). + [#389] - Added the 'additional_graph_name' configuration option. [#388] +- Added support to be able to rename ipmi sensors that include whitespaces in + their name. [#393] - 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] @@ -9,6 +15,7 @@ N.NN.N - DD-MMM-YYYY (thanks to Michael Bronzini, mb20 AT bronzeware.se for pointing this out) - Fixed wrong index for image directory in 'amdgpu.pm', 'nvidiagpu.pm' and 'nvme.pm'. [#387] +- Fixed the extra padding in 'ipmi.pm' and 'du.pm'. [#392] 3.14.0 - 18-Jan-2022