Remove default conf (column def) from the config file

This commit is contained in:
nicolargo 2024-10-06 17:16:16 +02:00
parent 10cc1dbe82
commit 65abadfe00
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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