Commit Graph

34 Commits

Author SHA1 Message Date
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 02f0e09388 Merge remote-tracking branch 'upstream/master' 2021-12-21 08:20:41 -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
Andreas Bachlechner c2d2853d89 Simplify unit correction in gensens.
Remove limit of units having to be in powers of 10
by using a division by the unit incase it is not 0.
2021-09-27 17:52:02 +02:00
Andreas Bachlechner 93f0e4639c Add byte graph in bytes to gensens via 'byt' identifier. 2021-09-23 12:09:41 +02:00
Andreas Bachlechner 8fc243df90 Add pct graph in Percent (%) to gensens via 'pct' identifier. 2021-09-23 10:23:24 +02:00
Andreas Bachlechner 4f4428230e Add fan graph in RPM to gensens via 'fan' identifier. 2021-09-23 10:20:27 +02:00
Andreas Bachlechner ce912059b4 Add power graph in Watts to gensens via 'pwr' identifier. 2021-09-23 10:15:26 +02: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 421f020bba converted a list of graphs to CSS #306 2020-11-20 09:15:58 +01:00
Jordi Sanfeliu e573601c28 fixed to include conversion to Fahrenheit in 'gensens.pm' #280 2020-05-25 15:35:27 +02:00
Jordi Sanfeliu cf3cd9e9a7 closing 3.12.0 2020-02-21 10:36:35 +01:00
Jordi Sanfeliu 52c2788c2d synchronized the same title size for all graphs in medium size 2020-01-27 18:09:46 +01:00
Jordi Sanfeliu 9465818918 fixed an extra table row tag in gensens.pm 2020-01-27 10:22:57 +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 0619d25ec1 completely rewritten the 'gensens.pm' module which includes now battery values as its third supported sensor #170 2019-05-02 15:46:57 +02:00
Jordi Sanfeliu ac0d3da018 small fix #221 2019-04-23 16:15:48 +02:00
Jordi Sanfeliu 6a63750d74 added the ability, in the alerts of 'gensens.pm', to support a range of two values separated by a dash in the threshold #221 2019-04-23 15:41:35 +02:00
Jordi Sanfeliu a03a70d3ef closing 3.11.0 2019-03-14 15:41:20 +01:00
Jordi Sanfeliu 0e6447a281 Removed a pair of debugging lines in 'gensens.pm'
In the alert system there were left a pair of debugging lines to print
that range value are not supported. Now that message is sent to logger. #221
2019-03-01 17:42:24 +01:00
Jordi Sanfeliu acc3f1bb62 Improved the alerting system in 'gensens.pm'
From now on, the alerts accepts a forth parameter that specifies
when the alert will be triggered. This parameter accepts two values:
'above' or 'below', being the 'above' the default value if it's not
specified, in order to keep backwards compatibility.

This way, if some value in the graph is 'above' or 'below' from the
threshold during more time than specified in the timeout value, the
alert will be triggered.

#221
2019-02-08 09:45:12 +01:00
Jordi Sanfeliu 9484c5e905 fixed the missing declaration of 'allvalues' in 'gensens.pm' #193 2017-10-30 10:01:12 +01:00
Jordi Sanfeliu 861f1630cb removed a blank line 2017-07-28 12:57:55 +02:00
Jordi Sanfeliu 421cd024b7 added the ability to include an alert for each defined sensor in 'gensens.pm' 2017-07-26 12:22:08 +02:00
Jordi Sanfeliu 582e6b0471 redirect all the output into an array to support parallelizing in 'gensens.pm' 2017-07-26 11:26:12 +02:00
Jordi Sanfeliu 9e6de7def3 added more precision to the values in 'gensens.pm' 2017-06-29 09:08:58 +02:00
Jordi Sanfeliu 297397f347 switched the first color to yellow 2016-10-14 08:51:58 +02:00
Jordi Sanfeliu 8a0b97ccc6 small update in the Hz legend #159 2016-10-05 18:27:41 +02:00
Jordi Sanfeliu 23a3574baa fix the order of magnitude in the values collected #159 2016-10-05 18:21:52 +02:00
Jordi Sanfeliu eb20c7d077 added a complete graph for generic sensors (in /sys/devices). #159 2016-10-05 15:30:55 +02:00