From 75fdc8f46e0963d48db55b31a7c22e979e8a6aea Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 14 Sep 2024 09:54:10 +0200 Subject: [PATCH] Remove test --- conf/glances.conf | 1 - docker-compose/glances.conf | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/glances.conf b/conf/glances.conf index 5b26398a..597d4220 100644 --- a/conf/glances.conf +++ b/conf/glances.conf @@ -14,7 +14,6 @@ check_update=true history_size=1200 # Set the way Glances should display the date (default is %Y-%m-%d %H:%M:%S %Z) # strftime_format=%Y-%m-%d %H:%M:%S %Z -strftime_format=%Y-%m-%d # Define external directory for loading additional plugins # The layout follows the glances standard for plugin definitions #plugin_dir=/home/user/dev/plugins diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf index 67ea280d..ff80851d 100755 --- a/docker-compose/glances.conf +++ b/docker-compose/glances.conf @@ -13,7 +13,7 @@ check_update=False # Default is 1200 values (~1h with the default refresh rate) history_size=1200 # Set the way Glances should display the date (default is %Y-%m-%d %H:%M:%S %Z) -#strftime_format="%Y-%m-%d %H:%M:%S %Z" +#strftime_format=%Y-%m-%d %H:%M:%S %Z # Define external directory for loading additional plugins # The layout follows the glances standard for plugin definitions #plugin_dir=/home/user/dev/plugins