Read lm-sensors
2014.1.3 新版功能.
salt.modules.sensors.
sense
(chip, fahrenheit=False)¶Gather lm-sensors data from a given chip
To determine the chip to query, use the 'sensors' command and see the leading line in the block.
范例:
/usr/bin/sensors
coretemp-isa-0000 Adapter: ISA adapter Physical id 0: +56.0°C (high = +87.0°C, crit = +105.0°C) Core 0: +52.0°C (high = +87.0°C, crit = +105.0°C) Core 1: +50.0°C (high = +87.0°C, crit = +105.0°C) Core 2: +56.0°C (high = +87.0°C, crit = +105.0°C) Core 3: +53.0°C (high = +87.0°C, crit = +105.0°C)
Given the above, the chip is 'coretemp-isa-0000'.