This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

hardware temperatures

Hi,

Since in my country we are in high season the weather temperatures are going high, sometimes inside office around 27 ºC, yes really high!  so I would like to monitor the temperartures regulary of my UTM hardware (CPU, Hard drive), is there any way to do that like running a script or linux command? [:(]

Thanks.


This thread was automatically locked due to age.
Parents
  • If you login via SSH (Loginuser) you can get sensor values with "sensors". On a UTM425 appliance:
    > sensors
    coretemp-isa-0000
    Adapter: ISA adapter
    Physical id 0:  +39.0°C  (high = +80.0°C, crit = +99.0°C)
    Core 0:         +36.0°C  (high = +80.0°C, crit = +99.0°C)
    Core 1:         +35.0°C  (high = +80.0°C, crit = +99.0°C)
    Core 2:         +38.0°C  (high = +80.0°C, crit = +99.0°C)
    Core 3:         +39.0°C  (high = +80.0°C, crit = +99.0°C)


    Only CPU cores, but better than nothing. You may also can get temp values from SNMP. Never tried.
Reply
  • If you login via SSH (Loginuser) you can get sensor values with "sensors". On a UTM425 appliance:
    > sensors
    coretemp-isa-0000
    Adapter: ISA adapter
    Physical id 0:  +39.0°C  (high = +80.0°C, crit = +99.0°C)
    Core 0:         +36.0°C  (high = +80.0°C, crit = +99.0°C)
    Core 1:         +35.0°C  (high = +80.0°C, crit = +99.0°C)
    Core 2:         +38.0°C  (high = +80.0°C, crit = +99.0°C)
    Core 3:         +39.0°C  (high = +80.0°C, crit = +99.0°C)


    Only CPU cores, but better than nothing. You may also can get temp values from SNMP. Never tried.
Children
No Data