mirror of https://github.com/nicolargo/glances.git
Align conf file
This commit is contained in:
parent
01e007deaa
commit
695559c72a
|
|
@ -515,7 +515,7 @@ disable=False
|
||||||
max_name_size=20
|
max_name_size=20
|
||||||
# List of stats to disable (not display)
|
# List of stats to disable (not display)
|
||||||
# Following stats can be disabled: name,status,uptime,cpu,mem,diskio,networkio,command
|
# Following stats can be disabled: name,status,uptime,cpu,mem,diskio,networkio,command
|
||||||
disable_stats=diskio,networkio
|
; disable_stats=diskio,networkio
|
||||||
# Thresholds for CPU and MEM (in %)
|
# Thresholds for CPU and MEM (in %)
|
||||||
; cpu_careful=50
|
; cpu_careful=50
|
||||||
; cpu_warning=70
|
; cpu_warning=70
|
||||||
|
|
|
||||||
|
|
@ -513,6 +513,10 @@ disable=False
|
||||||
; hide=telegraf
|
; hide=telegraf
|
||||||
# Define the maximum docker size name (default is 20 chars)
|
# Define the maximum docker size name (default is 20 chars)
|
||||||
max_name_size=20
|
max_name_size=20
|
||||||
|
# List of stats to disable (not display)
|
||||||
|
# Following stats can be disabled: name,status,uptime,cpu,mem,diskio,networkio,command
|
||||||
|
; disable_stats=diskio,networkio
|
||||||
|
# Thresholds for CPU and MEM (in %)
|
||||||
; cpu_careful=50
|
; cpu_careful=50
|
||||||
# Thresholds for CPU and MEM (in %)
|
# Thresholds for CPU and MEM (in %)
|
||||||
; cpu_warning=70
|
; cpu_warning=70
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue