nicolargo
6bc087485c
Remove the non relevent CPU trend in the UI
2024-01-28 16:36:51 +01:00
nicolargo
d80dd07901
On Linux OS, add guest CPU stat #2667
2024-01-28 12:33:19 +01:00
nicolargo
1623c27f4e
Quicklook plugin lst is also configurable and taken into account in the WebUI
2024-01-28 10:42:20 +01:00
nicolargo
adf6a4222d
Make the left menu configurable (in Curses and WebUI) #2648
2024-01-14 16:04:50 +01:00
nicolargo
fe52a56b6a
Update WebUI and Docs
2024-01-06 15:32:05 +01:00
Nicolas Hennion
d2a5f5aab4
Merge pull request #2640 from clintonsteiner/updateReadmeTypos
...
Update prometheus.rst, fix minor typos
2024-01-06 15:30:16 +01:00
nicolargo
e3f63ed4ce
macOS: Read user config from ~/.config/glances #2636
2024-01-06 10:23:29 +01:00
Nicolas Hennion
98f08f8511
Merge pull request #2641 from osalbahr/add-macos-home-config
...
macOS: default to `~/.config/glances`
2024-01-06 09:58:11 +01:00
nicolargo
ef06423ee4
Update docs
2024-01-06 09:54:05 +01:00
Osama Albahrani
d8d26e991b
macOS: default to ~/.config/glances
...
Fixes nicolargo/glances#2636
2024-01-04 05:00:56 -05:00
csteiner
cb92c9d455
Update prometheus.rst, fix minor typos
...
Incorrect usage of argument and minor grammatical error
--export-prometheus was used instead of --export prometheus
2024-01-03 11:28:30 -06:00
nicolargo
6e35ee0355
Update WebUI and Docs
2023-12-29 19:37:54 +01:00
nicolargo
6edd6fd1ff
Refactor Alert data model from list of list to list of dict #2633
2023-12-23 11:01:41 +01:00
nicolargo
947e24c8cb
Update doc 2
2023-12-22 18:55:30 +01:00
nicolargo
e3ea678f94
Update doc
2023-12-22 18:50:56 +01:00
nicolargo
d75a8c193d
Getting field information (description, unit) from the API #2630
2023-12-22 18:32:24 +01:00
nicolargo
ae07ee1437
Add Glances version plugin
2023-12-16 14:33:30 +01:00
nicolargo
3215bf5c63
Optimize basic HTTP authentication
2023-12-15 19:06:33 +01:00
nicolargo
c4a631a25f
Some 'return orjson.dumps(TypeError: Type is not JSON serializable: pcputimes' errors
2023-12-10 20:12:44 +01:00
nicolargo
a3e08966b5
:Merge branch 'develop' into issue2181
2023-12-10 20:12:21 +01:00
nicolargo
4a41c76953
Update documentation
2023-12-10 20:10:34 +01:00
Georgiy Timchenko
66e7916fbf
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.
2023-12-10 22:38:38 +04:00
Georgiy Timchenko
fa927532a1
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.
2023-12-10 22:38:38 +04:00
Georgiy Timchenko
30354d623e
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.
2023-12-10 14:02:43 +04:00
nicolargo
bcf4ce45fc
Rename any reference to Bottle in doc and dep file. Ready to refactor the main glances_restful_api.py file.
2023-11-26 10:02:30 +01:00
nicolargo
16a7934763
Update docs. Correct Sphinx path.
2023-11-01 08:53:44 +01:00
nicolargo
51330ca8e7
Merge branch 'develop' of https://github.com/monochromec/glances into monochromec-develop
2023-10-29 10:27:32 +01:00
nicolargo
28570e8704
Update Flame
2023-10-29 08:59:13 +01:00
Christoph Zimmermann
0b3b74ffa4
Added configuration documentation
2023-10-26 15:43:36 +02:00
Christoph Zimmermann
8d63076aa7
Fixed documentation
2023-10-26 15:36:42 +02:00
Christoph Zimmermann
cfd1e142b0
Fixed SPHINXBUILD variable to reflect PATH settings
2023-10-26 15:21:11 +02:00
Christoph Zimmermann
e545316306
Updated man page
2023-10-26 15:09:24 +02:00
nicolargo
55d7c07543
CouchDB migration from CouchDB to PyCouchDB library #2570
2023-10-08 10:10:13 +02:00
nicolargo
cb4a8b80b7
Apply #2563 on develop branch
2023-10-07 10:46:23 +02:00
nicolargo
ccb74c8570
MongoDB and CouchDB documentation flipped #2565
2023-10-07 10:24:05 +02:00
nicolargo
a4d247b52c
Update docs
2023-08-14 10:31:07 +02:00
nicolargo
b28263855b
Wifi plugin is back again (only current hotspot using the nmcli command line or the current wifi interface using the /proc/net/wireless file - Related to #1377
2023-07-25 16:04:38 +02:00
nicolargo
1def83cb8a
Wifi plugin is back again but with a limited scope (only wifi interface are monitored, not all hotspots)
2023-07-24 20:03:46 +02:00
nicolargo
58612661ae
Screen frequently flickers when outputting to local display #2490
2023-07-15 09:01:05 +02:00
nicolargo
0eaa4e0006
Ignore/detect symlink loops in folders plugin #2494
2023-07-14 10:01:03 +02:00
nicolargo
7fbf1e725c
Update api.rst Typo Fixed #2496 - Update autogenerated docs
2023-07-14 09:01:29 +02:00
k26pl
355cd8b08b
Fix typos
2023-07-08 17:43:33 +02:00
nicolargo
80ca676b04
Update documentation
2023-07-01 11:18:24 +02:00
Bharath Vignesh J K
6f71aee5b8
chg: docs(docker) - use table for image tag variants
2023-06-24 20:08:48 +05:30
Bharath Vignesh J K
b4b62e9d32
add: docs(docker) - volume mounts for host info in containers
2023-06-24 20:04:25 +05:30
Bharath Vignesh J K
c1a5fddf34
fix: docs(docker) - broken hyperlink
2023-06-24 19:55:02 +05:30
nicolargo
cf2dcb3d6b
Feature request: support path prefix so we can watch glances via url like http://ip/urlprefix/ #1365
2023-06-04 10:44:42 +02:00
nicolargo
e160298332
Influxdb2 export not working #2407
2023-05-18 17:08:39 +02:00
nicolargo
16b04fdb48
Update doc to run Docker with Podman support
2023-05-16 11:03:02 +02:00
nicolargo
6343db0344
Merge from develop - aka Glances 3.4.0
2023-05-16 10:31:06 +02:00