summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-09-09 16:46:19 +0200
committernicolargo <nicolas@nicolargo.com>2023-09-09 16:46:19 +0200
commit3b6a4331c2100c064d8907df2b9c89b13689d93b (patch)
treeaa5395e44e17921e1c1c0a623a76b282662d53d5
parentda4763da5942d7e2a908b78a125f657e9ef92b5d (diff)
By default graph should not be generated every 60 seconds...
-rw-r--r--conf/glances.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 0fdf4651..19fbbee6 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=60
+generate_every=0
# See following configuration keys definitions in the Pygal lib documentation
# http://pygal.org/en/stable/documentation/index.html
width=800