mirror of https://github.com/nicolargo/glances.git
Update glances.conf for container
This commit is contained in:
parent
faf4d3cbf6
commit
a20362d68e
|
|
@ -385,19 +385,26 @@ hide=unknown.*
|
|||
# Show only the following sensors (comma separated list of regexp)
|
||||
#show=CPU.*
|
||||
# Sensors core thresholds (in Celsius...)
|
||||
# Default values are grabbed from the system
|
||||
# By default values are grabbed from the system
|
||||
# Overwrite thresholds for a specific sensor
|
||||
#temperature_core_Ambient_careful=45
|
||||
#temperature_core_Ambient_warning=65
|
||||
#temperature_core_Ambient_critical=80
|
||||
#temperature_core_Ambient_log=False
|
||||
# Overwrite thresholds for a specific type of sensor
|
||||
#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
|
||||
temperature_hdd_careful=45
|
||||
temperature_hdd_warning=52
|
||||
temperature_hdd_critical=60
|
||||
#temperature_hdd_careful=45
|
||||
#temperature_hdd_warning=52
|
||||
#temperature_hdd_critical=60
|
||||
# Battery threshold in %
|
||||
battery_careful=80
|
||||
battery_warning=90
|
||||
battery_critical=95
|
||||
# Default values if not defined: 70/80/90
|
||||
#battery_careful=70
|
||||
#battery_warning=80
|
||||
#battery_critical=90
|
||||
# Fan speed threshold in RPM
|
||||
#fan_speed_careful=100
|
||||
# Sensors alias
|
||||
|
|
|
|||
Loading…
Reference in New Issue