-
Notifications
You must be signed in to change notification settings - Fork 69
Description
Describe the solution you'd like
Users can install lm-sensors on their nodes and check their node temp using sensors command , it would be beneficial if we can get the highest temp or Package id 0 temp in the web ui.
Below is an output of sensors command
`Adapter: Virtual device
temp1: +26.0°C
temp2: +35.0°C
temp3: +29.0°C
temp4: +29.0°C
temp5: +32.0°C
temp6: +30.0°C
acpitz-acpi-0
Adapter: ACPI interface
temp1: +16.8°C
temp2: +16.8°C
temp3: +27.8°C
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +30.0°C (high = +84.0°C, crit = +100.0°C)
Core 0: +28.0°C (high = +84.0°C, crit = +100.0°C)
Core 1: +28.0°C (high = +84.0°C, crit = +100.0°C)
Core 2: +31.0°C (high = +84.0°C, crit = +100.0°C)
Core 3: +26.0°C (high = +84.0°C, crit = +100.0°C)
Core 4: +27.0°C (high = +84.0°C, crit = +100.0°C)
Core 5: +26.0°C (high = +84.0°C, crit = +100.0°C)
nvme-pci-0400
Adapter: PCI adapter
Composite: +31.9°C (low = -0.1°C, high = +69.8°C)
(crit = +84.8°C)
Sensor 1: +49.9°C (low = +0.0°C, high = +0.0°C)`
We can also get nvme temps if we want.
Describe alternatives you've considered
i have tried https://github.com/henrygd/beszel , but its using agents to get all the info, same with others like netdata.