From 3b6a4331c2100c064d8907df2b9c89b13689d93b Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 9 Sep 2023 16:46:19 +0200 Subject: [PATCH] By default graph should not be generated every 60 seconds... --- conf/glances.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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