Jordi Sanfeliu
ebcc7e514a
fix the '--full-size-mode' parameter to not break backwards compatibility with older versions of RRDtool #342
2022-01-12 10:26:58 +01:00
David Hummel
14b32dd993
Added 2 functions (img_element & picz_a_element) & renamed picz_js_link
2021-12-21 17:24:55 -07:00
David Hummel
92eaaa4f5a
Use --full-size-mode for zoomed images
2021-12-21 16:08:14 -07:00
David Hummel
fc63b67940
Added function for picz js links
2021-12-20 21:24:23 -07:00
David Hummel
ba9f7040e9
Revert "Fixed `zoomed image won't fit in the pop-up window` for SVG image_format"
...
This reverts commit 3dfe4972c5
.
2021-12-20 17:47:36 -07:00
David Hummel
3dfe4972c5
Fixed `zoomed image won't fit in the pop-up window` for SVG image_format
2021-08-25 13:36:13 -07:00
Jordi Sanfeliu
8b0b32dbdc
added the option 'time_unit' in 'system.pm' to set the scale of the uptime graph #331
2021-05-05 15:48:54 +02:00
z-eos
224b6d81e0
css introduced to monitorix.cgi file
2020-11-05 21:27:02 +02:00
Jordi Sanfeliu
fb59a1cc51
fixed the title size of memory graph in 'system.pm'
2020-03-11 10:33:22 +01:00
Jordi Sanfeliu
cf3cd9e9a7
closing 3.12.0
2020-02-21 10:36:35 +01:00
Jordi Sanfeliu
9222110497
fixed to use --resolution instead of its synonym -r to avoid problems with newer versions of RRDtool. #263
2019-11-22 08:46:02 +01:00
Jordi Sanfeliu
98ef89190b
added the new option 'rrdtool_extra_options' to be able to include RRDtool extra options on every graph
2019-05-08 12:54:03 +02:00
Jordi Sanfeliu
a03a70d3ef
closing 3.11.0
2019-03-14 15:41:20 +01:00
Jordi Sanfeliu
b290ffd417
Fixed and improved the calculation of 'Used' in .memory.pm'
...
There was a stupid bug that prevented to include the SReclaimable value in the
formula to calculate the 'Used' value.
Morever, I've seen that newer versions of 'free' command also include the value
SUnreclaim in that formula. So, the final calculation of 'Used' is like this:
Used = MemTotal - MemFree - Buffers - Cached - SReclaimable - SUnreclaim
This ensures that Monitorix is in sync with the results of 'free' command. #204
2019-03-08 11:19:05 +01:00
Jordi Sanfeliu
9d26e28f90
fixed a bug that prevented counting the SReclaimable value #204
2019-03-08 10:31:59 +01:00
Jordi Sanfeliu
639e412e59
entropy disabled while waiting for a solution
2018-05-15 09:48:58 +02:00
Jordi Sanfeliu
d7fa9e9e6d
changed the way how the Used value in Memory graph is calculated #204
2018-03-19 13:09:58 +01:00
Jordi Sanfeliu
10ad53ffbd
fix a typo #31b1752ff8c45dc9d6564b3db598aed51c73ab4e
2018-03-09 19:16:34 +01:00
Jordi Sanfeliu
31b1752ff8
small fixes
2018-03-06 09:57:50 +01:00
Jordi Sanfeliu
677ddbcfbc
changed the alert in 'system.pm' to use the minimum value between the second and the third load averages to obtain a more symmetric curve and a sooner cancellation of the alert
2018-03-01 16:32:56 +01:00
Jordi Sanfeliu
89ed14b174
fixed a missing gap colouring in some zoomed graphs of 'system.pm'
2018-01-09 18:07:21 +01:00
Jordi Sanfeliu
2f406cae1f
renamed the option 'graph_mode' to 'memory_mode' in 'system.pm'
2017-11-23 12:25:09 +01:00
Jordi Sanfeliu
622289f9d9
fixed a bad memory scaling in *BSD systems
2017-09-29 12:29:07 +02:00
Jordi Sanfeliu
566bd1bb32
added a new option called 'graph_mode' to view the memory graph in two different modes
2017-09-27 10:44:55 +02:00
Jordi Sanfeliu
50edd2cc75
included active and inactive memory values in 'system.pm'
2017-09-06 08:19:02 +02:00
Jordi Sanfeliu
e5f3bcd140
adjusted some colors
2017-07-19 17:12:50 +02:00
Jordi Sanfeliu
b379b795b3
small update
2017-07-19 17:02:30 +02:00
Jordi Sanfeliu
c7b625c7e1
redirect all the output into an array to support parallelizing
2017-07-19 16:43:36 +02:00
Jordi Sanfeliu
e48cfa1aac
changed the way how scales the memory graph in 'system.pm', now the units are in bytes, so the y-axis will scale accordingly
2016-12-16 11:23:20 +01:00
Jordi Sanfeliu
dc8bbdd6d9
improved the 'system.pm' graph including more detailed processes state, and two new graphs: entropy and uptime
2016-12-15 17:46:01 +01:00
Jordi Sanfeliu
ea9fd4958b
added the new configuration option 'image_format' #132
2016-01-25 18:35:30 +01:00
Jordi Sanfeliu
6656de112c
fixed to force a rigid scale in the memory graph
2015-10-13 10:43:32 +02:00
Jordi Sanfeliu
06f8ec9e86
fixed a bug in the regexp of memory graph in OpenBSD
2015-08-03 10:22:11 +02:00
Jordi Sanfeliu
acfc4da176
fixed a pair of incorrectly defined values in the 'system' graph that affected the new RRDtool 1.5 branch. #91
2015-05-19 15:32:34 +02:00
Jordi Sanfeliu
b55f7e449a
comestic changes
2015-02-12 16:27:03 +01:00
Jordi Sanfeliu
24b0c0ccd6
remove 'no strict 'refs'
2015-01-19 19:42:06 +01:00
Jordi Sanfeliu
8eebe4303f
fix to work with RRDtool less than 1.3
2014-12-30 16:44:10 +01:00
Jordi Sanfeliu
28eab15a01
Zoomed graphs in 'system.pm' now honour the 'global_zoom' option, and they also use the function RRDs::graphv to fit better in the browser pop up window (only for RRDtool v1.3+)
2014-12-30 16:27:00 +01:00
Jordi Sanfeliu
6986519fc7
Zoomed graphs now honour the 'global_zoom' option, and also use the function RRDs::graphv to fit better in the pop up window of the browser (only for RRDtool 1.3+)
2014-12-30 15:57:00 +01:00
Jordi Sanfeliu
907d18710d
fix to have initialized values
2014-06-18 10:06:10 +02:00
Jordi Sanfeliu
bf04204ef7
added new 'limit' functionality to 'system' graph
2014-06-17 19:30:06 +02:00
Jordi Sanfeliu
66e77c755f
small update
2014-03-03 17:45:13 +01:00
Jordi Sanfeliu
29017cb63b
generate a new file only if 'max_historic_years' value has been extended
2013-11-26 18:30:24 +01:00
Jordi Sanfeliu
7533e937d2
added support for the new 'max_historic_years' option to the 'system' graph
2013-11-26 18:30:23 +01:00
Jordi Sanfeliu
43221c0376
initialized some values in 'fs' and 'system' graphs to avoid error messages on BSD systems
2013-11-26 18:30:09 +01:00
Jordi Sanfeliu
6c7d6fdaa3
added the option 'global_zoom' to all graphs
2013-07-29 18:03:13 +02:00
Jordi Sanfeliu
e414ef5f91
added 'show_gaps' support to the 'system' graph
2013-06-28 12:40:11 +02:00
Jordi Sanfeliu
619c22603b
isolated uptime2str() to be able to use it from different graph than 'system'
2013-06-12 17:20:04 +02:00
Jordi Sanfeliu
c5c1b9d803
small fix in the 'system' alert
2013-04-29 15:30:20 +02:00
Jordi Sanfeliu
53431ceec9
Fixed to support new output of 'sysctl vm.vmstat' in 9.1-RELEASE
2013-03-04 11:28:47 +01:00