summaryrefslogtreecommitdiffstats
path: root/conf/glances.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/glances.conf')
-rw-r--r--conf/glances.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 88ee7484..4f07a8b0 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -14,6 +14,9 @@ check_update=true
history_size=1200
# Set the way Glances should display the date (default is %Y-%m-%d %H:%M:%S %Z)
#strftime_format="%Y-%m-%d %H:%M:%S %Z"
+# Define external directory for loading additional plugins
+# The layout follows the glances standard for plugin definitions
+#plugin_dir=/home/user/dev/plugins
##############################################################################
# User interface
@@ -24,6 +27,8 @@ history_size=1200
curse_theme=black
# Separator in the Curses and WebUI interface (between top and others plugins)
separator=True
+# Set the the Curses and WebUI interface left menu plugin list (comma-separated)
+#left_menu=network,wifi,connections,ports,diskio,fs,irq,folders,raid,smart,sensors,now
# Limit the number of processes to display (for the WebUI)
max_processes_display=25
# Set the URL prefix (for the WebUI and the API)