Jordi Sanfeliu
9a831bcfdc
substituted leading spaces to tabs in some lines of code
2022-09-13 15:48:55 +02:00
Andreas Bachlechner
e953ed7824
Coarser check for missing return values of nvidia-smi.
...
N/A and [N/A] are already discovered. Maybe we encounter more versions in the future.
2022-03-20 11:24:31 +01:00
Andreas Bachlechner
4dd94974f1
Fix legend alignment in nvidiagpu and amdgpu.
2022-03-10 14:19:01 +01:00
Andreas Bachlechner
624c34459d
Use the css style instead of title_fg_color and title_bg_color.
2022-02-24 19:16:30 +01:00
Andreas Bachlechner
fc26d6db8b
Fix wrong index for image directory.
...
The number of plots was wrongly fixed to 3 instead of the actual number.
2022-01-28 17:32:57 +01:00
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
abd4986678
Applied edits from fc63b67940
to new files
2021-12-21 08:26:52 -07:00
Andreas Bachlechner
2c260bb46d
Fixes a wrong array size check.
...
It is not wise to check the end of an array by looking at its content.
A "0" is otherwise used as invalid array entry.
Replaced this usage in nvidiagpu.pm and amgpu.pm by comparing indices with the size directly.
2021-12-20 11:27:06 +01:00
Andreas Bachlechner
8e89baa6f4
Fix format in nvidiagpu.pm for better readability.
2021-12-10 12:19:02 +01:00
Andreas Bachlechner
2b4569f9e7
Revert "Remove superfluous if lines."
...
This reverts commit 0981418195
.
2021-12-10 12:18:26 +01:00
Andreas Bachlechner
0981418195
Remove superfluous if lines.
2021-12-10 11:37:09 +01:00
Andreas Bachlechner
1cb4c08707
Add nvidiagpu.pm with more sensor readings
2021-12-10 11:11:21 +01:00