Updated glances.conf.
This commit is contained in:
parent
c1462bb6da
commit
c545de0b35
21
glances.conf
21
glances.conf
@ -106,6 +106,7 @@ wlan0_tx_critical=1000000
|
||||
[diskio]
|
||||
# Define the list of hidden disks (comma separeted)
|
||||
#hide=sda2,sda5
|
||||
hide=loop*
|
||||
# Alias for sda1
|
||||
sda1_alias=/boot
|
||||
sda2_alias=/
|
||||
@ -222,6 +223,24 @@ port_default_gateway=True
|
||||
#localhost=abc
|
||||
#default=defaultpassword
|
||||
|
||||
[docker]
|
||||
# Thresholds for CPU and MEM (in %)
|
||||
#cpu_careful=50
|
||||
#cpu_warning=70
|
||||
#cpu_critical=90
|
||||
#mem_careful=20
|
||||
#mem_warning=50
|
||||
#mem_critical=70
|
||||
#
|
||||
# Per container thresholds
|
||||
#containername_cpu_careful=10
|
||||
#containername_cpu_warning=20
|
||||
#containername_cpu_critical=30
|
||||
#
|
||||
# By default, Glances only display running containers
|
||||
# Set the following key to True to display all containers
|
||||
all=False
|
||||
|
||||
##############################################################################
|
||||
# Exports
|
||||
##############################################################################
|
||||
@ -374,7 +393,7 @@ regex=.*fr24feed.*
|
||||
refresh=30
|
||||
one_line=true
|
||||
countmin=1
|
||||
command=tail -n 1 /var/log/fr24feed.log.1
|
||||
command=tail -n 1 /var/log/fr24feed/fr24feed.log
|
||||
|
||||
[amp_dump1090]
|
||||
enable=true
|
||||
|
Loading…
x
Reference in New Issue
Block a user