Update README.md

This commit is contained in:
Xuan Sang LE 2021-02-03 15:46:16 +01:00 committed by GitHub
parent 2e745522dc
commit 8856fdb72e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ powering off the system when the batery percent bellow the configured value.
### CPU, memory and storage usage configuration
```sh
```ini
# number of cpu cores to monitor, this value shoud be equal or less than the actual number of CPU cores in the system
# CPU informations are fetched from /proc/stat
cpu_core_number = 4
@ -95,7 +95,7 @@ disk_mount_point = /
### Temperature configuration
```sh
```ini
# System temperature informations can be found in /sys/devices/virtual/thermal/*
# CPU temperature
cpu_temperature_input=/sys/devices/virtual/thermal/thermal_zone1/temp
@ -106,14 +106,14 @@ gpu_temperature_input=/sys/devices/virtual/thermal/thermal_zone2/temp
### Network monitoring configuration
```sh
```ini
# List of network interface to monitor
network_interfaces = wlan0,eth0
```
### Other configurations
```sh
```ini
# Sampling period in ms, example: 2Hz (2 samples per second) should be
sample_period = 500