nicolargo
ef06423ee4
Update docs
2024-01-06 09:54:05 +01: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
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
a3e08966b5
:Merge branch 'develop' into issue2181
2023-12-10 20:12:21 +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
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
Christoph Zimmermann
e545316306
Updated man page
2023-10-26 15:09:24 +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
7fbf1e725c
Update api.rst Typo Fixed #2496 - Update autogenerated docs
2023-07-14 09:01:29 +02:00
nicolargo
80ca676b04
Update documentation
2023-07-01 11:18:24 +02:00
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
1c28d543f2
Update docs for Glances 3.4.0
2023-05-16 09:32:17 +02:00
nicolargo
6ea9185ba2
Error while generating the documentation (ModuleNotFoundError: No module named 'glances') #2391
2023-05-13 15:30:09 +02:00
nicolargo
da495c1104
Parameters in the VIRT column #2343
2023-04-16 09:44:19 +02:00
nicolargo
5ef51c2063
Graph generation documentation is not clear #2336
2023-04-08 09:46:44 +02:00
nicolargo
d28a696fc1
Refactor the Cloud plugin, disable it by default in the default configuration file - Related to #2279
2023-03-11 11:01:29 +01:00
nicolargo
7d2462075c
Update documentation
2023-01-30 16:51:52 +01:00
nicolargo
b67c717b3a
Improve documentation regarding regexp in configuration file
2023-01-22 11:14:59 +01:00
nicolargo
b79edc7df6
Glances 3.3.1 release
2023-01-14 09:59:56 +01:00
nicolargo
2c9ff45b16
The open-web-browser option was missing dashes #2219
2022-12-21 13:52:07 +01:00
nicolargo
c23451f2ba
API GET uptime returns formatted string, not seconds as the doc says #2158
2022-11-20 18:58:15 +01:00
nicolargo
dd6d2973d6
Back to dev
2022-11-03 15:17:16 +01:00
nicolargo
1394da86fb
version 3.3.0.3
2022-11-03 15:12:50 +01:00
nicolargo
cf76040b56
Update the docs
2022-11-01 10:08:34 +01:00
nicolargo
9758d18db1
Back to dev
2022-10-30 14:59:07 +01:00
nicolargo
53f74248cd
version 3.3.0.2
2022-10-30 14:57:18 +01:00
nicolargo
018fc8ce4c
Update docs
2022-10-23 11:33:23 +02:00
nicolargo
b6f56f416b
Quick and dirty patch for #2155
2022-10-17 23:15:56 +02:00
nicolargo
fba9c818f9
On the road to Glances version 3.3.1
2022-10-16 15:40:09 +02:00
nicolargo
7003616ea5
version 3.3.0
2022-10-16 15:30:33 +02:00
nicolargo
28c6589280
Correct issue with the regexp filter (use fullmatch instead of match)
2022-09-25 10:13:57 +02:00
nicolargo
fee4696834
[DOC] Glances failed to start and some other issues - BSD #2106 (update doc)
2022-09-24 19:03:04 +02:00
nicolargo
5c8370db2c
Broken code-block sections in current Docs #2115
2022-09-03 10:55:03 +02:00
nicolargo
ef9917a9a8
[Update docs] Can I export only the fields I need in csv report? #2113
2022-08-24 19:32:42 +02:00
nicolargo
ee3f43985e
Update docs and Makefile
2022-08-20 09:00:19 +02:00
nicolargo
4721bd9ebb
Update docs. @TODO: WebUI
2022-08-08 11:24:23 +02:00
nicolargo
709b4e904d
version 3.2.7
2022-07-28 18:00:59 +02:00
nicolargo
3af6cc01fb
Update docs
2022-07-27 19:28:12 +02:00
nicolargo
d5efb63591
Config to disable all plugins by default (or enable an exclusive list) #2089
2022-07-24 10:37:42 +02:00
nicolargo
fd9522d6ad
Update docs for new shortcut
2022-07-10 18:42:34 +02:00
nicolargo
820007073f
Keybind(s) for modifying nice level #2081
2022-07-09 19:10:40 +02:00