From 0ca1334791e0c4f7e3ee2db363aa0f336ff94fae Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 7 Apr 2024 15:32:24 +0200 Subject: GPU monitoring (AMD / ATI) #993 --- docker-compose/glances.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docker-compose') diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf index 41c49883..437de0e6 100755 --- a/docker-compose/glances.conf +++ b/docker-compose/glances.conf @@ -139,6 +139,10 @@ proc_critical=90 mem_careful=50 mem_warning=70 mem_critical=90 +# Temperature +temperature_careful=60 +temperature_warning=70 +temperature_critical=80 [mem] disable=False @@ -312,8 +316,8 @@ disable=False #hide=ambient # Sensors core thresholds (in Celsius...) # Default values are grabbed from the system -#temperature_core_careful=60 -#temperature_core_warning=70 +#temperature_core_careful=45 +#temperature_core_warning=65 #temperature_core_critical=80 # Temperatures threshold in °C for hddtemp # Default values if not defined: 45/52/60 @@ -443,7 +447,7 @@ disable=False [alert] disable=False -# Maximum number of alerts to display (default is 10) +# Maximum number of events to display (default is 10 events) ;max_events=10 # Minimum duration for an event to be taken into account (default is 6 seconds) ;min_duration=6 -- cgit v1.2.3