summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-09-09 16:48:08 +0200
committernicolargo <nicolas@nicolargo.com>2023-09-09 16:48:08 +0200
commit9211b394384542c55e33e8671675b692e8d0d43a (patch)
treeb6874f5a6fb1bd5de205968098666d965f5bc07a
parent3b6a4331c2100c064d8907df2b9c89b13689d93b (diff)
By default graph should be generated every 60 seconds if the --export-graph option is used...
-rw-r--r--conf/glances.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 19fbbee6..0fdf4651 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -466,7 +466,7 @@ path=/tmp
# It is possible to generate the graphs automatically by setting the
# generate_every to a non zero value corresponding to the seconds between
# two generation. Set it to 0 to disable graph auto generation.
-generate_every=0
+generate_every=60
# See following configuration keys definitions in the Pygal lib documentation
# http://pygal.org/en/stable/documentation/index.html
width=800