diff --git a/Changes b/Changes index 8bcbc51..4191c30 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,10 @@ -3.16.0 - DD-MMM-2024 +3.16.0 - DD-Nov-2024 ==================== - Added support for MongoDB version 6 and changed the way how 'mongodb.pm' is configured. [#451] - Added the new option 'log_successful_requests' in the HTTP built-in server, to be able to not logging successful requests (enabled by default). [#454] +- Changed the default value of 'global_zoom' so now all graphs are 50% bigger. - Adjusted the .spec file to be able to generate an RPM file to be installed on systemd or SysV init systems. [#462] - Fixed the size of graphs in Multihost viewer when using a bigger 'global_zoom' @@ -15,7 +16,7 @@ - Fixed the regexp that retrieves the reason for last transfer to battery string in 'nut.pm'. [#466] - Fixed the update() function to support newer versions of Tinyproxy. -- Fixed to LINE1 the Involuntari Context Switches value in 'process.pm'. +- Fixed to LINE1 the Involuntary Context Switches value in 'process.pm'. 3.15.0 - 07-Dec-2022 diff --git a/man/man5/monitorix.conf.5 b/man/man5/monitorix.conf.5 index 6f3514a..38d3e8b 100644 --- a/man/man5/monitorix.conf.5 +++ b/man/man5/monitorix.conf.5 @@ -124,7 +124,7 @@ This is specially useful for people with big screens that either want to avoid u .P Keep in mind that the contents of the graphs remains with the same detail level all the time, and that it doesn't affects to the standard zoomed graph that appears when clicking in the picture. .P -Default value: \fI1\fP +Default value: \fI1.5\fP .RE .P .BI max_historic_years diff --git a/monitorix.conf b/monitorix.conf index a2d1386..af4671e 100644 --- a/monitorix.conf +++ b/monitorix.conf @@ -14,7 +14,7 @@ netstats_mode = overlapped disable_javascript_void = n temperature_scale = c show_gaps = n -global_zoom = 1 +global_zoom = 1.5 max_historic_years = 1 accept_selfsigned_certs = y image_format = PNG