summaryrefslogtreecommitdiffstats
path: root/docs/man/glances.1
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 /docs/man/glances.1
parent0c3c2a3414940cc0a3b1767b7486866c3aee9582 (diff)
Make the left menu configurable (in Curses and WebUI) #2648
Diffstat (limited to 'docs/man/glances.1')
-rw-r--r--docs/man/glances.134
1 files changed, 30 insertions, 4 deletions
diff --git a/docs/man/glances.1 b/docs/man/glances.1
index 59a8c970..0e7ba5cf 100644
--- a/docs/man/glances.1
+++ b/docs/man/glances.1
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "GLANCES" "1" "Jan 06, 2024" "4.0.0_beta01" "Glances"
+.TH "GLANCES" "1" "Jan 14, 2024" "4.0.0_beta01" "Glances"
.SH NAME
glances \- An eye on your system
.SH SYNOPSIS
@@ -615,10 +615,36 @@ check_update=false
# History size (maximum number of values)
# Default is 28800: 1 day with 1 point every 3 seconds
history_size=28800
-# Define directory external to glances hierarchy for loading additional plugins
+# Set the way Glances should display the date (default is %Y\-%m\-%d %H:%M:%S %Z)
+#strftime_format=\(dq%Y\-%m\-%d %H:%M:%S %Z\(dq
+# Define external directory for loading additional plugins
# The layout follows the glances standard for plugin definitions
-# (see <install\-dir>glances/plugins for details)
-# plugin_dir=/home/user/dev/plugins
+#plugin_dir=/home/user/dev/plugins
+.ft P
+.fi
+.UNINDENT
+.UNINDENT
+.sp
+than a second one concerning the user interface:
+.INDENT 0.0
+.INDENT 3.5
+.sp
+.nf
+.ft C
+[outputs]
+# Theme name (for the moment only for the Curses interface: black or white)
+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)
+# Example: url_prefix=/glances/ => http://localhost/glances/
+# The final / is mandatory
+# Default is no prefix (/)
+#url_prefix=/glances/
.ft P
.fi
.UNINDENT