diff --git a/src/cpu.cpp b/src/cpu.cpp index 89c082db5e..eaedf28ee5 100644 --- a/src/cpu.cpp +++ b/src/cpu.cpp @@ -537,6 +537,9 @@ bool CPUStats::GetCpuFile() { // Only break if module has CPU node if (find_input(path, "temp", input, "CPU")) break; + } else if (name == "l_pcs") { // Elbrus temperature module + find_input(path, "temp", input, "Node 0 Max"); + break; } else { path.clear(); }