mirror of https://github.com/mikaku/Monitorix.git
changed the default value of 'global_zoom' so all graphs are 50% bigger
This commit is contained in:
parent
a74509f395
commit
6586b9f803
5
Changes
5
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue