mirror of https://github.com/nicolargo/glances.git
Remove default conf (column def) from the config file
This commit is contained in:
parent
10cc1dbe82
commit
65abadfe00
|
|
@ -525,7 +525,7 @@ disable=False
|
|||
# Define columns (comma separated list of <plugin>:<field>:(<key>)) to grab/display
|
||||
# Default is: system:hr_name,load:min5,cpu:total,mem:percent
|
||||
# You can also add stats with key, like sensors:value:Ambient (key is case sensitive)
|
||||
columns=system:hr_name,load:min5,cpu:total,mem:percent,memswap:percent
|
||||
#columns=system:hr_name,load:min5,cpu:total,mem:percent,memswap:percent
|
||||
# Define the static servers list
|
||||
#server_1_name=localhost
|
||||
#server_1_alias=My local PC
|
||||
|
|
|
|||
|
|
@ -525,7 +525,7 @@ disable=False
|
|||
# Define columns (comma separated list of <plugin>:<field>:(<key>)) to grab/display
|
||||
# Default is: system:hr_name,load:min5,cpu:total,mem:percent
|
||||
# You can also add stats with key, like sensors:value:Ambient (key is case sensitive)
|
||||
columns=system:hr_name,load:min5,cpu:total,mem:percent,memswap:percent
|
||||
#columns=system:hr_name,load:min5,cpu:total,mem:percent,memswap:percent
|
||||
# Define the static servers list
|
||||
#server_1_name=localhost
|
||||
#server_1_alias=My local PC
|
||||
|
|
|
|||
Loading…
Reference in New Issue