diff --git a/k3shx/README.md b/k3shx/README.md index f6486d8..b97331a 100644 --- a/k3shx/README.md +++ b/k3shx/README.md @@ -7,7 +7,7 @@ UserParameters for all k3shx systems. |k3sh0|`amd_cpu.conf`,`amd_gpu.conf`,`10gbe.conf`| |k3sh1|`amd_cpu.conf`,`amd_gpu.conf`,`10gbe.conf`| |k3sh2|`amd_cpu.conf`,`amd_gpu.conf`,`10gbe.conf`| -|k3sh3|| +|k3sh3|`intel_cpu.conf`| ## amd_cpu.conf diff --git a/k3shx/intel_cpu.conf b/k3shx/intel_cpu.conf new file mode 100644 index 0000000..30c997e --- /dev/null +++ b/k3shx/intel_cpu.conf @@ -0,0 +1 @@ +UserParameter=cpu_temperature,/usr/bin/sensors | grep "Package id 0" | awk '{print $4}' | sed 's/+//; s/°C//'