Skip to content

Instantly share code, notes, and snippets.

View tasosmitsi's full-sized avatar

Anastasios Mitsigkolas tasosmitsi

View GitHub Profile
@tasosmitsi
tasosmitsi / README.md
Last active February 12, 2025 22:25
Displaying CPU Temperature in Proxmox PVE Summary in Real Time
  1. Let's install lm-sensors to show us the information we need. Type the following in the proxmox shell apt get install lm-sensors. Next we can check if its working. To do this we can type sensors and hit enter. You should see something like this:
    coretemp-isa-0000
    Adapter: ISA adapter
    Package id 0:  +53.0°C  (high = +100.0°C, crit = +100.0°C)
    Core 0:        +50.0°C  (high = +100.0°C, crit = +100.0°C)
    Core 4:        +48.0°C  (high = +100.0°C, crit = +100.0°C)
    Core 8:        +48.0°C  (high = +100.0°C, crit = +100.0°C)
    Core 12:       +50.0°C  (high = +100.0°C, crit = +100.0°C)