From a4d247b52ca4021884e5b3590d5ddefb6cedfb5f Mon Sep 17 00:00:00 2001 From: nicolargo Date: Mon, 14 Aug 2023 10:31:07 +0200 Subject: Update docs --- docs/man/glances.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/man/glances.1') diff --git a/docs/man/glances.1 b/docs/man/glances.1 index 6e90746c..62d39203 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" "Jul 25, 2023" "4.0.0_beta01" "Glances" +.TH "GLANCES" "1" "Aug 14, 2023" "4.0.0_beta01" "Glances" .SH NAME glances \- An eye on your system .SH SYNOPSIS -- cgit v1.2.3 From ccb74c85700a724959b88be6fb7c82345b36eb95 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 7 Oct 2023 10:24:05 +0200 Subject: MongoDB and CouchDB documentation flipped #2565 --- docs/man/glances.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/man/glances.1') diff --git a/docs/man/glances.1 b/docs/man/glances.1 index 62d39203..d6451f25 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" "Aug 14, 2023" "4.0.0_beta01" "Glances" +.TH "GLANCES" "1" "Oct 07, 2023" "4.0.0_beta01" "Glances" .SH NAME glances \- An eye on your system .SH SYNOPSIS -- cgit v1.2.3 From e5453163064137d422a9d6b8a6573b3085cf8643 Mon Sep 17 00:00:00 2001 From: Christoph Zimmermann Date: Thu, 26 Oct 2023 15:09:24 +0200 Subject: Updated man page --- docs/man/glances.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/man/glances.1') diff --git a/docs/man/glances.1 b/docs/man/glances.1 index d6451f25..66a23e95 100644 --- a/docs/man/glances.1 +++ b/docs/man/glances.1 @@ -68,6 +68,11 @@ path to the configuration file .UNINDENT .INDENT 0.0 .TP +.B \-C PLUGIN_DIR, \-\-plugins CONF_FILE +path to the directory containing additional plugins +.UNINDENT +.INDENT 0.0 +.TP .B \-\-modules\-list display modules (plugins & exports) list and exit .UNINDENT -- cgit v1.2.3 From 16a7934763606cbced75eb5f9df103eea1f51841 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Wed, 1 Nov 2023 08:53:44 +0100 Subject: Update docs. Correct Sphinx path. --- docs/man/glances.1 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/man/glances.1') diff --git a/docs/man/glances.1 b/docs/man/glances.1 index 66a23e95..87e52bf9 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" "Oct 07, 2023" "4.0.0_beta01" "Glances" +.TH "GLANCES" "1" "Nov 01, 2023" "4.0.0_beta01" "Glances" .SH NAME glances \- An eye on your system .SH SYNOPSIS @@ -68,8 +68,8 @@ path to the configuration file .UNINDENT .INDENT 0.0 .TP -.B \-C PLUGIN_DIR, \-\-plugins CONF_FILE -path to the directory containing additional plugins +.B \-P plugin directory, \-\-plugins plugin directory +path to a directory containing additional plugins .UNINDENT .INDENT 0.0 .TP @@ -615,6 +615,10 @@ 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 +# The layout follows the glances standard for plugin definitions +# (see glances/plugins for details) +# plugin_dir=/home/user/dev/plugins .ft P .fi .UNINDENT -- cgit v1.2.3 From bcf4ce45fc0394ea64d35062c97a5e5dfdedd29b Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 26 Nov 2023 10:02:30 +0100 Subject: Rename any reference to Bottle in doc and dep file. Ready to refactor the main glances_restful_api.py file. --- docs/man/glances.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/man/glances.1') diff --git a/docs/man/glances.1 b/docs/man/glances.1 index 87e52bf9..b2888dd8 100644 --- a/docs/man/glances.1 +++ b/docs/man/glances.1 @@ -254,7 +254,7 @@ set refresh time in seconds [default: 3 sec] .INDENT 0.0 .TP .B \-w, \-\-webserver -run Glances in web server mode (bottle lib needed) +run Glances in web server mode (FastAPI lib needed) .UNINDENT .INDENT 0.0 .TP -- cgit v1.2.3 From fa927532a18e9992933a5a486bf558f24afc5490 Mon Sep 17 00:00:00 2001 From: Georgiy Timchenko Date: Sun, 10 Dec 2023 14:06:47 +0400 Subject: Fix typos in project documentation Several typos were found and corrected in the project documentation. These changes affect the following files: - docs/cmds.rst - docs/config.rst These corrections improve the readability and accuracy of the documentation, making it more accessible and understandable for users and developers. --- docs/man/glances.1 | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'docs/man/glances.1') diff --git a/docs/man/glances.1 b/docs/man/glances.1 index 87e52bf9..26e2978a 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" "Nov 01, 2023" "4.0.0_beta01" "Glances" +.TH "GLANCES" "1" "Dec 10, 2023" "4.0.0_beta01" "Glances" .SH NAME glances \- An eye on your system .SH SYNOPSIS @@ -68,7 +68,7 @@ path to the configuration file .UNINDENT .INDENT 0.0 .TP -.B \-P plugin directory, \-\-plugins plugin directory +.B \-P PLUGIN_DIRECTORY, \-\-plugins PLUGIN_DIRECTORY path to a directory containing additional plugins .UNINDENT .INDENT 0.0 @@ -319,7 +319,7 @@ optimize display colors for white background .INDENT 0.0 .TP .B \-\-disable\-check\-update -disable online Glances version ckeck +disable online Glances version check .UNINDENT .SH INTERACTIVE COMMANDS .sp @@ -409,7 +409,7 @@ Show/hide IP module Increase selected process nice level / Lower the priority (need right) \- Only in standalone mode. .TP .B \fB\-\fP -Decrease selected process nice level / Higher the priority (need right) \- Only in standalone mode. +Decrease selected process nice level / Higher the priority (need right) \- Only in standalone mode. .TP .B \fBk\fP Kill selected process (need right) \- Only in standalone mode. @@ -607,10 +607,10 @@ A first section (called global) is available: .ft C [global] # Refresh rate (default is a minimum of 2 seconds) -# Can be overwrite by the \-t option +# Can be overwritten by the \-t option # It is also possible to overwrite it in each plugin sections refresh=2 -# Does Glances should check if a newer version is available on PyPI ? +# Should Glances check if a newer version is available on PyPI ? check_update=false # History size (maximum number of values) # Default is 28800: 1 day with 1 point every 3 seconds @@ -723,13 +723,14 @@ tags=system:\(gauname \-a\(ga .sp Glances logs all of its internal messages to a log file. .sp -\fBDEBUG\fP messages can been logged using the \fB\-d\fP option on the command +\fBDEBUG\fP messages can be logged using the \fB\-d\fP option on the command line. .sp -The location of the Glances depends of your operating system. You could -displayed the Glances log file full path using the\(ga\(gaglances \-V\(ga\(ga command line. +The location of the Glances log file depends of your operating system. You can +display the full path of the Glances log file full path using the\(ga\(gaglances \-V\(ga\(ga +command line. .sp -The file is automatically rotate when the size is higher than 1 MB. +The file is automatically rotated when its size exceeds 1 MB. .sp If you want to use another system path or change the log message, you can use your own logger configuration. First of all, you have to create -- cgit v1.2.3 From 66e7916fbf2714c4c60b7edd04a7e593d1f58c90 Mon Sep 17 00:00:00 2001 From: Georgiy Timchenko Date: Sun, 10 Dec 2023 21:41:34 +0400 Subject: Fix typos and make grammatical and stylistic edits in project documentation Several typos were found and corrected in the project documentation. Additionally, a number of grammatical and stylistic improvements were made to enhance clarity and coherence. These changes affect the following files: - docs/api.rst - docs/cmds.rst - docs/config.rst - docs/docker.rst - docs/glances.rst - docs/index.rst - docs/install.rst - docs/quickstart.rst - docs/support.rst These corrections and improvements significantly enhance the readability and accuracy of the documentation, making it more accessible and comprehensible for both users and developers. --- docs/man/glances.1 | 91 +++++++++++++++++++++++++++--------------------------- 1 file changed, 46 insertions(+), 45 deletions(-) (limited to 'docs/man/glances.1') diff --git a/docs/man/glances.1 b/docs/man/glances.1 index 26e2978a..2a795249 100644 --- a/docs/man/glances.1 +++ b/docs/man/glances.1 @@ -35,12 +35,12 @@ glances \- An eye on your system \fBglances\fP [OPTIONS] .SH DESCRIPTION .sp -\fBglances\fP is a cross\-platform curses\-based monitoring tool which aims -to present a maximum of information in a minimum of space, ideally to -fit in a classical 80x24 terminal or higher to have additional -information. It can adapt dynamically the displayed information -depending on the terminal size. It can also work in client/server mode. -Remote monitoring could be done via terminal or web interface. +\fBglances\fP is a cross\-platform curses\-based monitoring tool that aims +to present a maximum of information in a minimum of space, ideally fitting +in a classic 80x24 terminal or larger for more details. It can adapt +dynamically to the displayed information depending on the terminal size. +It can also work in client/server mode. +Remote monitoring can be performed via a terminal or web interface. .sp \fBglances\fP is written in Python and uses the \fIpsutil\fP library to get information from your system. @@ -54,7 +54,7 @@ show this help message and exit .INDENT 0.0 .TP .B \-V, \-\-version -show program’s version number and exit +show the program’s version number and exit .UNINDENT .INDENT 0.0 .TP @@ -79,22 +79,22 @@ display modules (plugins & exports) list and exit .INDENT 0.0 .TP .B \-\-disable\-plugin PLUGIN -disable PLUGIN (comma separated list) +disable PLUGIN (comma\-separated list) .UNINDENT .INDENT 0.0 .TP .B \-\-enable\-plugin PLUGIN -enable PLUGIN (comma separated list) +enable PLUGIN (comma\-separated list) .UNINDENT .INDENT 0.0 .TP .B \-\-stdout PLUGINS_STATS -display stats to stdout (comma separated list of plugins/plugins.attribute) +display stats to stdout (comma\-separated list of plugins/plugins.attribute) .UNINDENT .INDENT 0.0 .TP .B \-\-export EXPORT -enable EXPORT module (comma separated list) +enable EXPORT module (comma\-separated list) .UNINDENT .INDENT 0.0 .TP @@ -119,7 +119,7 @@ disable the Web UI (only the RESTful API will respond) .INDENT 0.0 .TP .B \-\-light, \-\-enable\-light -light mode for Curses UI (disable all but top menu) +light mode for Curses UI (disable all but the top menu) .UNINDENT .INDENT 0.0 .TP @@ -149,7 +149,7 @@ disable all but quick look and load .INDENT 0.0 .TP .B \-5, \-\-disable\-top -disable top menu (QuickLook, CPU, MEM, SWAP and LOAD) +disable top menu (QuickLook, CPU, MEM, SWAP, and LOAD) .UNINDENT .INDENT 0.0 .TP @@ -284,12 +284,12 @@ force short name for processes name .INDENT 0.0 .TP .B \-\-hide\-kernel\-threads -hide kernel threads in process list (not available on Windows) +hide kernel threads in the process list (not available on Windows) .UNINDENT .INDENT 0.0 .TP .B \-b, \-\-byte -display network rate in byte per second +display network rate in bytes per second .UNINDENT .INDENT 0.0 .TP @@ -314,7 +314,7 @@ display FS free space instead of used .INDENT 0.0 .TP .B \-\-theme\-white -optimize display colors for white background +optimize display colors for a white background .UNINDENT .INDENT 0.0 .TP @@ -336,7 +336,7 @@ On macOS please use \fBCTRL\-H\fP to delete filter. .UNINDENT .UNINDENT .sp -Filter is a regular expression pattern: +The filter is a regular expression pattern: .INDENT 7.0 .IP \(bu 2 \fBgnome\fP: matches all processes starting with the \fBgnome\fP @@ -358,7 +358,7 @@ If CPU iowait \fB>60%\fP, sort processes by I/O read and write .UNINDENT .TP .B \fBA\fP -Enable/disable Application Monitoring Process +Enable/disable the Application Monitoring Process .TP .B \fBb\fP Switch between bit/s or Byte/s for network I/O @@ -382,7 +382,7 @@ Enable/disable Docker stats Enable/disable top extended stats .TP .B \fBE\fP -Erase current process filter +Erase the current process filter .TP .B \fBf\fP Show/hide file system and folder monitoring stats @@ -460,7 +460,7 @@ Enable/disable spark lines Sort process by CPU times (TIME+) .TP .B \fBT\fP -View network I/O as combination +View network I/O as a combination .TP .B \fBu\fP Sort processes by USER @@ -483,13 +483,13 @@ Show/hide processes stats .B \fB0\fP Enable/disable Irix/Solaris mode .sp -Task’s CPU usage will be divided by the total number of CPUs +The task’s CPU usage will be divided by the total number of CPUs .TP .B \fB1\fP Switch between global CPU and per\-CPU stats .TP .B \fB2\fP -Enable/disable left sidebar +Enable/disable the left sidebar .TP .B \fB3\fP Enable/disable the quick look module @@ -498,7 +498,7 @@ Enable/disable the quick look module Enable/disable all but quick look and load module .TP .B \fB5\fP -Enable/disable top menu (QuickLook, CPU, MEM, SWAP and LOAD) +Enable/disable the top menu (QuickLook, CPU, MEM, SWAP, and LOAD) .TP .B \fB6\fP Enable/disable mean GPU mode @@ -513,10 +513,10 @@ Switch between process command line or command name Refresh user interface .TP .B \fBLEFT\fP -Navigation left through process sort +Navigation left through the process sort .TP .B \fBRIGHT\fP -Navigation right through process sort +Navigation right through the process sort .TP .B \fBUP\fP Up in the processes list @@ -545,7 +545,7 @@ Quit Glances .sp No configuration file is mandatory to use Glances. .sp -Furthermore a configuration file is needed to access more settings. +Furthermore, a configuration file is needed to access more settings. .SH LOCATION .sp \fBNOTE:\fP @@ -556,7 +556,7 @@ A template is available in the \fB/usr{,/local}/share/doc/glances\fP .UNINDENT .UNINDENT .sp -You can put your own \fBglances.conf\fP file in the following locations: +You can place your \fBglances.conf\fP file in the following locations: .TS center; |l|l|. @@ -593,11 +593,11 @@ On Windows XP, \fB%APPDATA%\fP is: \fBC:\eDocuments and Settings\e\eAp On Windows Vista and later: \fBC:\eUsers\e\eAppData\eRoaming\fP\&. .UNINDENT .sp -User\-specific options override system\-wide options and options given on -the command line override either. +User\-specific options override system\-wide options, and options given on +the command line overrides both. .SH SYNTAX .sp -Glances reads configuration files in the \fIini\fP syntax. +Glances read configuration files in the \fIini\fP syntax. .sp A first section (called global) is available: .INDENT 0.0 @@ -608,7 +608,7 @@ A first section (called global) is available: [global] # Refresh rate (default is a minimum of 2 seconds) # Can be overwritten by the \-t option -# It is also possible to overwrite it in each plugin sections +# It is also possible to overwrite it in each plugin section refresh=2 # Should Glances check if a newer version is available on PyPI ? check_update=false @@ -624,8 +624,8 @@ history_size=28800 .UNINDENT .UNINDENT .sp -Each plugin, export module and application monitoring process (AMP) can -have a section. Below an example for the CPU plugin: +Each plugin, export module, and application monitoring process (AMP) can +have a section. Below is an example for the CPU plugin: .INDENT 0.0 .INDENT 3.5 .sp @@ -679,7 +679,7 @@ or a Nginx AMP: .nf .ft C [amp_nginx] -# Nginx status page should be enable (https://easyengine.io/tutorials/nginx/status\-page/) +# Nginx status page should be enabled (https://easyengine.io/tutorials/nginx/status\-page/) enable=true regex=\e/usr\e/sbin\e/nginx refresh=60 @@ -690,9 +690,9 @@ status_url=http://localhost/nginx_status .UNINDENT .UNINDENT .sp -With Glances 3.0 or higher it is also possible to use dynamic configuration -value using system command. For example, if you to set the prefix of an -InfluxDB export to the current hostname, use: +With Glances 3.0 or higher, you can use dynamic configuration values +by utilizing system commands. For example, if you want to set the prefix +of an InfluxDB export to the current hostname, use: .INDENT 0.0 .INDENT 3.5 .sp @@ -726,14 +726,14 @@ Glances logs all of its internal messages to a log file. \fBDEBUG\fP messages can be logged using the \fB\-d\fP option on the command line. .sp -The location of the Glances log file depends of your operating system. You can -display the full path of the Glances log file full path using the\(ga\(gaglances \-V\(ga\(ga +The location of the Glances log file depends on your operating system. You can +display the full path of the Glances log file using the \fBglances \-V\fP command line. .sp The file is automatically rotated when its size exceeds 1 MB. .sp If you want to use another system path or change the log message, you -can use your own logger configuration. First of all, you have to create +can use your logger configuration. First of all, you have to create a \fBglances.json\fP file with, for example, the following content (JSON format): .INDENT 0.0 @@ -819,7 +819,7 @@ LOG_CFG=/glances.json glances \fBNOTE:\fP .INDENT 0.0 .INDENT 3.5 -Replace \fB\fP by the folder where your \fBglances.json\fP file +Replace \fB\fP with the directory where your \fBglances.json\fP file is hosted. .UNINDENT .UNINDENT @@ -832,14 +832,15 @@ $ glances .UNINDENT .UNINDENT .sp -Monitor local machine with the web interface (Web UI), run the following command line: +To monitor the local machine with the web interface (Web UI), +, run the following command line: .INDENT 0.0 .INDENT 3.5 $ glances \-w .UNINDENT .UNINDENT .sp -and open a Web browser with the returned URL +then, open a web browser to the provided URL. .sp Monitor local machine and export stats to a CSV file: .INDENT 0.0 @@ -848,9 +849,9 @@ $ glances –export csv –export\-csv\-file /tmp/glances.csv .UNINDENT .UNINDENT .sp -Monitor local machine and export stats to a InfluxDB server with 5s +Monitor local machine and export stats to an InfluxDB server with 5s refresh time (also possible to export to OpenTSDB, Cassandra, Statsd, -ElasticSearch, RabbitMQ and Riemann): +ElasticSearch, RabbitMQ, and Riemann): .INDENT 0.0 .INDENT 3.5 $ glances \-t 5 –export influxdb -- cgit v1.2.3 From 3215bf5c635bcc6698019a659f3884b73bce77bb Mon Sep 17 00:00:00 2001 From: nicolargo Date: Fri, 15 Dec 2023 19:06:33 +0100 Subject: Optimize basic HTTP authentication --- docs/man/glances.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/man/glances.1') diff --git a/docs/man/glances.1 b/docs/man/glances.1 index 04a2f4ed..cc1c571e 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" "Dec 10, 2023" "4.0.0_beta01" "Glances" +.TH "GLANCES" "1" "Dec 15, 2023" "4.0.0_beta01" "Glances" .SH NAME glances \- An eye on your system .SH SYNOPSIS -- cgit v1.2.3 From ae07ee1437b5f6f93eddedde9deda8449f9c4697 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 16 Dec 2023 14:33:30 +0100 Subject: Add Glances version plugin --- docs/man/glances.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/man/glances.1') diff --git a/docs/man/glances.1 b/docs/man/glances.1 index cc1c571e..6be4bad6 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" "Dec 15, 2023" "4.0.0_beta01" "Glances" +.TH "GLANCES" "1" "Dec 16, 2023" "4.0.0_beta01" "Glances" .SH NAME glances \- An eye on your system .SH SYNOPSIS -- cgit v1.2.3 From d75a8c193d5794bff3c458cd596cde2e7b4d79a0 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Fri, 22 Dec 2023 18:32:24 +0100 Subject: Getting field information (description, unit) from the API #2630 --- docs/man/glances.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/man/glances.1') diff --git a/docs/man/glances.1 b/docs/man/glances.1 index 6be4bad6..81f1f014 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" "Dec 16, 2023" "4.0.0_beta01" "Glances" +.TH "GLANCES" "1" "Dec 22, 2023" "4.0.0_beta01" "Glances" .SH NAME glances \- An eye on your system .SH SYNOPSIS -- cgit v1.2.3 From 6edd6fd1ff5f69c9a6e1fab27ecad1bd69f091a1 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 23 Dec 2023 11:01:41 +0100 Subject: Refactor Alert data model from list of list to list of dict #2633 --- docs/man/glances.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/man/glances.1') diff --git a/docs/man/glances.1 b/docs/man/glances.1 index 81f1f014..520ac3b4 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" "Dec 22, 2023" "4.0.0_beta01" "Glances" +.TH "GLANCES" "1" "Dec 23, 2023" "4.0.0_beta01" "Glances" .SH NAME glances \- An eye on your system .SH SYNOPSIS -- cgit v1.2.3 From 6e35ee035516389b2a40b710dcbd8774bc54aa31 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Fri, 29 Dec 2023 19:37:54 +0100 Subject: Update WebUI and Docs --- docs/man/glances.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/man/glances.1') diff --git a/docs/man/glances.1 b/docs/man/glances.1 index 520ac3b4..df1f5a28 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" "Dec 23, 2023" "4.0.0_beta01" "Glances" +.TH "GLANCES" "1" "Dec 29, 2023" "4.0.0_beta01" "Glances" .SH NAME glances \- An eye on your system .SH SYNOPSIS -- cgit v1.2.3 From d8d26e991b70e7612406c481bc8f1304340a5032 Mon Sep 17 00:00:00 2001 From: Osama Albahrani <54853250+osalbahr@users.noreply.github.com> Date: Thu, 4 Jan 2024 05:00:56 -0500 Subject: macOS: default to `~/.config/glances` Fixes nicolargo/glances#2636 --- docs/man/glances.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/man/glances.1') diff --git a/docs/man/glances.1 b/docs/man/glances.1 index df1f5a28..e9d799e9 100644 --- a/docs/man/glances.1 +++ b/docs/man/glances.1 @@ -576,7 +576,7 @@ _ T{ \fBmacOS\fP T} T{ -~/Library/Application Support/glances/, /usr/local/etc/glances/, /usr/share/docs/glances/ +~/.config/glances/, ~/Library/Application Support/glances/, /usr/local/etc/glances/, /usr/share/docs/glances/ T} _ T{ -- cgit v1.2.3 From ef06423ee42e50711765c83c3702bb88be133909 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 6 Jan 2024 09:54:05 +0100 Subject: Update docs --- docs/man/glances.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/man/glances.1') diff --git a/docs/man/glances.1 b/docs/man/glances.1 index df1f5a28..7af0053e 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" "Dec 29, 2023" "4.0.0_beta01" "Glances" +.TH "GLANCES" "1" "Jan 06, 2024" "4.0.0_beta01" "Glances" .SH NAME glances \- An eye on your system .SH SYNOPSIS @@ -896,6 +896,6 @@ $ glances –browser .sp Nicolas Hennion aka Nicolargo <\fI\%contact@nicolargo.com\fP> .SH COPYRIGHT -2023, Nicolas Hennion +2024, Nicolas Hennion .\" Generated by docutils manpage writer. . -- cgit v1.2.3 From adf6a4222d875ea3bd0aa6ec9f69c3993f8195d9 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 14 Jan 2024 16:04:50 +0100 Subject: Make the left menu configurable (in Curses and WebUI) #2648 --- docs/man/glances.1 | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) (limited to 'docs/man/glances.1') 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 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 -- cgit v1.2.3 From 1623c27f4e8e460d99c8d64aa2cef39a1c51a2dd Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 28 Jan 2024 10:42:20 +0100 Subject: Quicklook plugin lst is also configurable and taken into account in the WebUI --- docs/man/glances.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/man/glances.1') diff --git a/docs/man/glances.1 b/docs/man/glances.1 index 0e7ba5cf..aa91312b 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 14, 2024" "4.0.0_beta01" "Glances" +.TH "GLANCES" "1" "Jan 28, 2024" "4.0.0_beta01" "Glances" .SH NAME glances \- An eye on your system .SH SYNOPSIS -- cgit v1.2.3