Skip to content

Commit 6586b9f

Browse files
committed
changed the default value of 'global_zoom' so all graphs are 50% bigger
1 parent a74509f commit 6586b9f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Changes

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
3.16.0 - DD-MMM-2024
1+
3.16.0 - DD-Nov-2024
22
====================
33
- Added support for MongoDB version 6 and changed the way how 'mongodb.pm' is
44
configured. [#451]
55
- Added the new option 'log_successful_requests' in the HTTP built-in server, to
66
be able to not logging successful requests (enabled by default). [#454]
7+
- Changed the default value of 'global_zoom' so now all graphs are 50% bigger.
78
- Adjusted the .spec file to be able to generate an RPM file to be installed on
89
systemd or SysV init systems. [#462]
910
- Fixed the size of graphs in Multihost viewer when using a bigger 'global_zoom'
@@ -15,7 +16,7 @@
1516
- Fixed the regexp that retrieves the reason for last transfer to battery string
1617
in 'nut.pm'. [#466]
1718
- Fixed the update() function to support newer versions of Tinyproxy.
18-
- Fixed to LINE1 the Involuntari Context Switches value in 'process.pm'.
19+
- Fixed to LINE1 the Involuntary Context Switches value in 'process.pm'.
1920

2021

2122
3.15.0 - 07-Dec-2022

man/man5/monitorix.conf.5

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ This is specially useful for people with big screens that either want to avoid u
124124
.P
125125
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.
126126
.P
127-
Default value: \fI1\fP
127+
Default value: \fI1.5\fP
128128
.RE
129129
.P
130130
.BI max_historic_years

monitorix.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ netstats_mode = overlapped
1414
disable_javascript_void = n
1515
temperature_scale = c
1616
show_gaps = n
17-
global_zoom = 1
17+
global_zoom = 1.5
1818
max_historic_years = 1
1919
accept_selfsigned_certs = y
2020
image_format = PNG

0 commit comments

Comments
 (0)