added dynamic discovery of configurations

This commit is contained in:
2026-02-26 16:04:34 +01:00
parent 073414a25e
commit 07ccf7ccc7
13 changed files with 188 additions and 130 deletions

View File

@@ -1,5 +1,5 @@
[metadata]
version = "1.1.0"
version = "1.2.0"
updated = "2026-02-26"
description = "Hardware and Conflict Database for ember-tune Thermal Engine"
@@ -129,6 +129,16 @@ rapl_paths = ["intel-rapl:0", "package-0", "intel-rapl:1"]
amd_energy_paths = ["zenpower/energy1_input", "k10temp/energy1_input"]
governor_files = ["energy_performance_preference", "energy_performance_hint", "scaling_governor"]
[discovery.configs]
throttled = ["/etc/throttled.conf", "/usr/local/etc/throttled.conf", "/etc/lenovo_fix.conf"]
i8kmon = ["/etc/i8kmon.conf", "/etc/default/i8kmon"]
tlp = ["/etc/tlp.conf", "/etc/default/tlp"]
[discovery.tools]
dell_fan_ctrl = "dell-bios-fan-control"
ectool = "ectool"
ryzenadj = "ryzenadj"
# env health verification
[[preflight_checks]]