summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2018-04-02 14:07:23 +0200
committernicolargo <nicolas@nicolargo.com>2018-04-02 14:07:23 +0200
commitda75b970473d0844a9f604d6b51ab773ff39d6e5 (patch)
tree7d7eb15fc46937ef644aa00dd41f9e89b0d599bc /conf
parent476d441c0e0d224815064ed21ecbf568bdec6ef8 (diff)
Add auto generation refresh time function
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index f7d30f41..21cbf027 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -320,6 +320,10 @@ all=False
# Set the path where the graph (.svg files) will be created
# Can be overwrite by the --graph-path command line option
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
# See followings configuration keys definitions in the Pygal lib documentation
# http://pygal.org/en/stable/documentation/index.html
width=800