Andreas Bachlechner
d4adf2d43f
Change amdgpu config logic.
...
- Devices are no independent identigiers in a list.
- Sensors specify the absolute path to the file containing the information.
- Unavailable sensors have to be left blank.
- Some indentations fixes.
2021-12-09 18:02:11 +01:00
Andreas Bachlechner
7eeaf34089
Fix alignemnt
2021-12-05 11:38:14 +01:00
Andreas Bachlechner
7782bab86e
Update amdgpu sensor order.
2021-12-05 09:23:52 +01:00
Andreas Bachlechner
b7ca2a6912
Add documentation and config for amdgpu.
2021-12-03 22:48:23 +01:00
Andreas Bachlechner
7d1001a9ed
A bit cleanup
2021-12-03 21:26:37 +01:00
Andreas Bachlechner
d7815ca313
Add amdgpu.pm
2021-12-03 18:33:55 +01:00
Jordi Sanfeliu
b3227279ce
increased the brightness of the new favicon image
2021-11-19 10:03:37 +01:00
Jordi Sanfeliu
3a04cec397
fix indentation #352
2021-11-16 18:37:30 +01:00
Jordi Sanfeliu
d628ecaca3
Merge pull request #352 from bachandi/nvme_pm
...
Add nvme.pm
2021-10-25 10:10:03 +02:00
Andreas Bachlechner
bb96292ce9
Remove superfluous variable.
2021-10-22 07:41:09 +02:00
Andreas Bachlechner
aac61b4f47
Update documentation
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
d38ea9e5a9
Fix alphabetical order in Makefile.
2021-10-22 07:41:09 +02:00
Andreas Bachlechner
30e5a91d18
Add nvme.pm to makefile, config and documentation.
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
Jordi Sanfeliu
07abd4c636
Merge pull request #360 from bachandi/doc_update
...
Update documentation.
2021-10-14 12:07:30 +02:00
Andreas Bachlechner
fae359a596
Update documentation for missing respect_standby, use_nan_for_missing_data and gap_on_all_nan options in disk.pm
2021-10-14 11:13:58 +02:00
Jordi Sanfeliu
4a52fdb3fa
Merge pull request #357 from bachandi/disk_standby
...
Respect disk standby and nan for missing values.
2021-10-14 10:08:49 +02:00
Andreas Bachlechner
2ad329d5e4
Update documentation.
2021-10-14 10:02:40 +02:00
Andreas Bachlechner
3ae10c87fa
Update documentation.
2021-10-14 08:43:34 +02:00
Andreas Bachlechner
9a58d8462a
Revert "Add refresh_interval option to disk.pm."
...
This reverts commit 2c4eaa2a69
.
2021-10-14 08:29:35 +02:00
Andreas Bachlechner
2c4eaa2a69
Add refresh_interval option to disk.pm.
...
A smart request does reset the standby timer of the disk. If standby is
desired the refresh_interval needs to be at least twice as large as the
standby time to avoid calls that would reset the timer before the disk
goes sleeping.
2021-10-14 00:51:15 +02:00
Andreas Bachlechner
182d47ad46
Fix indentation.
2021-10-13 23:49:10 +02:00
Andreas Bachlechner
2358b9f699
Revert "Also the symbolic link check wakes up the disks."
...
This reverts commit c840dee92e
.
2021-10-13 23:48:12 +02:00
Andreas Bachlechner
c840dee92e
Also the symbolic link check wakes up the disks.
2021-10-13 08:41:36 +02:00
Andreas Bachlechner
6962da4fe4
Fix nan handling of alternative temperature sources.
2021-10-11 17:17:28 +02:00
Andreas Bachlechner
09e2354950
Fix format.
2021-10-11 16:48:41 +02:00
Jordi Sanfeliu
fd3a4aa46f
removed extra parenthesis #349
2021-10-11 11:15:08 +02:00
Jordi Sanfeliu
94b98aee29
Merge pull request #349 from bachandi/ipmiNan
...
Add option to show nan instead of 0 for missing data in ipmi.
2021-10-11 11:08:47 +02:00
Jordi Sanfeliu
215e8d6d88
update Changes
2021-10-11 11:01:14 +02:00
Andreas Bachlechner
ac257d3b41
Add gap_on_all_nan option to disk.pm
2021-10-10 00:39:38 +02:00
Andreas Bachlechner
d0c81115a2
Add use_nan_for_missing_data opton to disk.pm
2021-10-10 00:39:38 +02:00
Andreas Bachlechner
276e04fd83
Add respect_standby to disk.pm to avoid waking up sleeping disks.
2021-10-10 00:39:33 +02:00
Andreas Bachlechner
8231a18fb1
Change nan creation location
2021-10-08 01:48:58 +02:00
Andreas Bachlechner
4b6b3bfc08
Only create the nan once per loop.
2021-10-07 18:52:25 +02:00
Andreas Bachlechner
4f33fd727c
Add options to use nan instead of 0 for missing data and to show gaps
...
only if all data are invalid.
- use_nan_for_missing_data = y
- gap_on_all_nan = y
This is useful if missing data could otherwise be misinterpreted as valid.
Default behaviour does not change.
2021-10-06 12:17:24 +02:00
Jordi Sanfeliu
25de78d2bd
Merge pull request #355 from bachandi/fix_du_refresh_interval
...
Fix du refresh interval setting for values that are not multiples of 60.
2021-10-01 08:49:22 +02:00
Andreas Bachlechner
53b52d748d
Fix du refresh interval setting for values that are not multiples of 60.
2021-09-30 16:31:03 +02:00
Jordi Sanfeliu
7f6d63d7b5
Merge pull request #354 from bachandi/ipmi_rigid_list
...
Fix rigid and limit value usage.
2021-09-30 10:08:34 +02:00
Andreas Bachlechner
7d13171e35
Fix rigid and limit value usage.
...
Before only the first value was used for all plots.
2021-09-30 10:00:04 +02:00
Jordi Sanfeliu
8adeb0c42d
small fix in 'du.pm' documentation #324
2021-09-30 09:49:22 +02:00