summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-06-05 17:24:06 +0200
committernicolargo <nicolas@nicolargo.com>2021-06-05 17:24:06 +0200
commit7f5c5e7deee08113a7e4f44099e978f6bfef60fa (patch)
tree9d04196ef52932e6d9da3cc64cf90ecbddde75d9 /conf
parentc022aa9501c0eb971dafeb2cdcc5e07ce320b0fb (diff)
Get system sensors temperatures thresholds #1864
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index da9f62a4..ae71a0fc 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -263,10 +263,10 @@ disable=False
# Hide some sensors
#hide=ambient
# Sensors core thresholds (in Celsius...)
-# Default values if not defined: 60/70/80
-temperature_core_careful=60
-temperature_core_warning=70
-temperature_core_critical=80
+# Default values are grabbed from the system
+#temperature_core_careful=60
+#temperature_core_warning=70
+#temperature_core_critical=80
# Temperatures threshold in °C for hddtemp
# Default values if not defined: 45/52/60
temperature_hdd_careful=45