summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2018-03-31 15:14:38 +0200
committernicolargo <nicolas@nicolargo.com>2018-03-31 15:14:38 +0200
commita7944969ce68c7add6efda78456f7170c9f54c09 (patch)
tree3b02be5b88b0ec1873de7218bc10ccb078f987fb /conf
parent368cfd562ed9c77027ae3a7499ca7493818ad0f9 (diff)
Add Pygal option in the configuration file
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 4b09ddad..f7d30f41 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -315,6 +315,17 @@ all=False
# Exports
##############################################################################
+[graph]
+# Configuration for the --export graph option
+# Set the path where the graph (.svg files) will be created
+# Can be overwrite by the --graph-path command line option
+path=/tmp
+# See followings configuration keys definitions in the Pygal lib documentation
+# http://pygal.org/en/stable/documentation/index.html
+width=800
+height=600
+style=DarkStyle
+
[influxdb]
# Configuration for the --export influxdb option
# https://influxdb.com/