Centos install sensors host Temperature Monitoring Program
Source: Internet
Author: User
Centos installs sensors host Temperature Monitoring Program-Linux Enterprise Application-Linux server application information. The following is a detailed description. Download lm_sensors and sensors-applet.
Here, lm_sensors found the rpm package file: lm_sensors-3.0.1-5.fc9.i386.rpm
It can be seen that the rpm package for fc9 is available for installation because both fc and centos belong to the redhat series.
There are many software packages available for installation in different linux distributions.
The rpm package is easy to install. You can download the rpm package and double-click it. The installation may involve dependency issues. Install the rpm package one by one.
After installation, run sensors. If no sensors found is displayed, run sensors-detect. Press enter to install sensors by default. Then run sensors to check the cpu voltage, temperature, and other information.
Next, install the sensors-applet. This program is the graphical interface of sensors.
Since only the Deb package exists, centos can only pass through the tar.gz source program and requires compilation and installation.
Installation Method After download:
Tar xzvf sensors-applet-2.2.1.tar.gz
Cd sensors-applet-2.2.1
./Inconfigure -- prefix/usr
Make
Make install
Dependencies are also involved during installation. install them one by one.
After the installation is complete, right-click menu bar, select "add to panel", and select "Hardware Sensors Monitor" to display the cpu temperature on the menu bar.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.