summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-06-05 09:06:10 +0200
committernicolargo <nicolas@nicolargo.com>2021-06-05 09:06:10 +0200
commitf354d1a2b6b925036d9735aac29cbcfe3e5aa06d (patch)
treeacca3e66f941397e6c27c201a63249fc0e123a48 /conf
parente135dc339fe00c769ad224c0fe722176599890c8 (diff)
Correct issue with bad key for AMPS
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index f93225ef..da9f62a4 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -10,8 +10,8 @@ refresh=2
# Does Glances should check if a newer version is available on PyPI ?
check_update=false
# History size (maximum number of values)
-# Default is 28800: 1 day with 1 point every 3 seconds
-history_size=28800
+# Default is 3600 seconds (1 hour)
+history_size=3600
##############################################################################
# User interface
@@ -388,6 +388,10 @@ max_name_size=20
# Set the following key to True to display all containers
all=False
+[amps]
+# AMPs configuration are defined in the bottom of this file
+disable=False
+
##############################################################################
# Client/server
##############################################################################