summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-01-14 16:04:50 +0100
committernicolargo <nicolas@nicolargo.com>2024-01-14 16:04:50 +0100
commitadf6a4222d875ea3bd0aa6ec9f69c3993f8195d9 (patch)
tree467fc56b849a54ae3b2cc93e4cc7c6551e068b21 /conf
parent0c3c2a3414940cc0a3b1767b7486866c3aee9582 (diff)
Make the left menu configurable (in Curses and WebUI) #2648
Diffstat (limited to '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)