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
|
e252e8f6ff
|
Remove show_more_extened_plots config option. It is now default.
|
2022-02-19 00:17:28 +01:00 |
Andreas Bachlechner
|
4f2ae34a54
|
Make new nvme load plots optional.
|
2022-02-10 10:09:50 +01:00 |
Andreas Bachlechner
|
bb3a69b7bd
|
Simplify riglim order.
|
2022-02-07 09:50:39 +01:00 |
Andreas Bachlechner
|
7cfca7090a
|
Disable logarithmic axis scaling.
|
2022-02-02 09:13:03 +01:00 |
Andreas Bachlechner
|
b9ba166adb
|
Fix plot arrangement and remove comments.
|
2022-02-01 13:50:15 +01:00 |
Andreas Bachlechner
|
2d974606d9
|
Add plots for read and write load and also for total read bytes.
|
2022-02-01 13:18:50 +01:00 |
Andreas Bachlechner
|
e6e8ca6713
|
Merge branch 'imgdir_fix' into nvme_bytes_written
|
2022-02-01 02:13:19 +01:00 |
Andreas Bachlechner
|
968f63b3ae
|
Add data units read and data units read/s and written/s.
|
2022-02-01 01:59:42 +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 |
Jordi Sanfeliu
|
bb7ae5ad55
|
Merge pull request #380 from bachandi/fix_nvme_non_extended_plot
Fix nvme non extended plot version.
|
2022-01-11 08:12:47 +01:00 |
Andreas Bachlechner
|
75b3b7e037
|
Handle unspecified alerts section in nvme.pm
|
2022-01-10 20:55:36 +01:00 |
Andreas Bachlechner
|
56a9b21095
|
Fix nvme non extended plot version.
The selection of plots that need alternative scaling was not set
for the non extended version of the nvme plots.
|
2022-01-10 20:39:28 +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 |
Jordi Sanfeliu
|
1421d1b528
|
fix indentation #352
|
2021-12-16 09:40:07 +01:00 |
Andreas Bachlechner
|
bb294834c2
|
Fix format
|
2021-12-10 12:26:41 +01:00 |
Andreas Bachlechner
|
f16ac2e956
|
Revert "remove superfluous if lines #367"
This reverts commit 41d5f6eab4 .
|
2021-12-10 12:24:18 +01:00 |
Jordi Sanfeliu
|
41d5f6eab4
|
remove superfluous if lines #367
|
2021-12-10 11:44:58 +01:00 |
Andreas Bachlechner
|
f96630a366
|
Add alternative axis scaling to the nvme TBW plot for better visibility.
Otherwise the plot scaling to coarse.
|
2021-12-02 21:50:28 +01:00 |
Jordi Sanfeliu
|
3a04cec397
|
fix indentation #352
|
2021-11-16 18:37:30 +01:00 |
Andreas Bachlechner
|
bb96292ce9
|
Remove superfluous variable.
|
2021-10-22 07:41:09 +02:00 |
Andreas Bachlechner
|
45b1d5782c
|
Add show_current_values option to nvme.
|
2021-10-22 07:41:09 +02:00 |
Andreas Bachlechner
|
03ccbc6a37
|
Add show_extended_plots option to nvme.
|
2021-10-22 07:41:09 +02:00 |
Andreas Bachlechner
|
ca575e5dba
|
Simplify temp scale code.
|
2021-10-22 07:41:09 +02:00 |
Andreas Bachlechner
|
5db98e37bf
|
Reduce code duplication.
|
2021-10-22 07:41:09 +02:00 |
Andreas Bachlechner
|
8d282e997f
|
Add more plots to nvme.
|
2021-10-22 07:41:09 +02:00 |
Andreas Bachlechner
|
b47e93ce7a
|
Fix img size and reduce rrds.
|
2021-10-22 07:41:09 +02:00 |
Andreas Bachlechner
|
76b0655b22
|
Add gap_on_all_nan option
|
2021-10-22 07:41:09 +02:00 |
Andreas Bachlechner
|
c87fe89db4
|
Add use_nan_for_missing_data to nvme.pm
|
2021-10-22 07:41:09 +02:00 |
Andreas Bachlechner
|
1dfa33d662
|
Reduce boilerplate.
|
2021-10-22 07:41:09 +02:00 |
Andreas Bachlechner
|
88f790fb55
|
Remove hddtemp usage in nvme.pm as it doesn't support nvme at the moment.
|
2021-10-22 07:41:09 +02:00 |
Andreas Bachlechner
|
1888ff027e
|
Add nvme.pm
It can be configured via:
<nvme>
<list>
0 = /dev/nvme0
</list>
rigid = 0
limit = 10
<alerts>
availspare_enabled = n
availspare_timeintvl = 0
availspare_threshold = 1
availspare_script = /path/to/script.sh
percentused_enabled = n
percentused_timeintvl = 0
percentused_threshold = 1
percentused_script = /path/to/script.sh
</alerts>
</nvme>
|
2021-10-22 07:41:09 +02:00 |