mirror of
https://codeberg.org/privacy1st/de-p1st-monitor
synced 2024-12-17 22:26:05 +01:00
update README
This commit is contained in:
parent
952306a9b1
commit
97c0ab61f0
@ -36,6 +36,8 @@ The package is available on [PyPI](https://pypi.org/project/de.p1st.monitor).
|
|||||||
|
|
||||||
There are two system dependencies which are required for some config options: `smartmontools` and `digitemp`.
|
There are two system dependencies which are required for some config options: `smartmontools` and `digitemp`.
|
||||||
|
|
||||||
|
Furthermore, the kernel module `drivetemp` is required: `sudo modprobe drivetemp`
|
||||||
|
|
||||||
## Installation with cron entry
|
## Installation with cron entry
|
||||||
|
|
||||||
Install dependencies on Ubuntu:
|
Install dependencies on Ubuntu:
|
||||||
|
@ -61,8 +61,8 @@ class DriveTempLogger(Logger):
|
|||||||
Use `psutil` Python library to get HDD/SSD temperature.
|
Use `psutil` Python library to get HDD/SSD temperature.
|
||||||
https://psutil.readthedocs.io/en/latest/index.html#psutil.sensors_temperatures
|
https://psutil.readthedocs.io/en/latest/index.html#psutil.sensors_temperatures
|
||||||
|
|
||||||
Not sure if this changed the results:
|
|
||||||
sudo modprobe drivetemp
|
sudo modprobe drivetemp
|
||||||
|
https://wiki.archlinux.org/title/Lm_sensors#S.M.A.R.T._drive_temperature
|
||||||
|
|
||||||
Example output:
|
Example output:
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user