Commit Graph

139 Commits

Author SHA1 Message Date
nicolargo
d0de547e41 Add support for automatically hiding network interfaces that are down or that don't have any IP addresses #2799 2024-06-01 11:02:58 +02:00
nicolargo
a55970af83 When Glances is installed via venv, default configuration file is not used #2803 2024-05-28 13:31:22 +02:00
nicolargo
15b0a9bbab Update snapcraft 2024-05-18 11:18:01 +02:00
nicolargo
1183b4dabd Update docs 2024-05-18 10:58:39 +02:00
nicolargo
4ff7c82559 Update docs and API 2024-05-12 11:10:59 +02:00
nicolargo
d9056e6027 Glances version 4.0.0 2024-05-12 10:45:03 +02:00
nicolargo
e9abf1c9af ORJson is not mandatory 2024-05-12 09:52:17 +02:00
nicolargo
b8304d8796 Glances version 4 RC03 2024-05-09 16:21:59 +02:00
nicolargo
e8563a0fc4 Format code and update docs/webui 2024-05-07 11:49:55 +02:00
nicolargo
bc349db38a Optimise Quicklook display in Curses UI 2024-05-03 09:53:43 +02:00
nicolargo
610ee081c2 Refactor the Wifi plugin 2024-04-28 11:16:27 +02:00
nicolargo
c0284fbc69 Refactor some code and update docs 2024-04-28 09:21:58 +02:00
nicolargo
8ab5d9fcc2 The cpulist of the percpu parameter cannot be fully displayed due to too many cores #2734 2024-04-25 15:36:30 +02:00
nicolargo
0df1371513 --stdout plugin.attr is not compliant with plugins returning list of dicts #2446 2024-04-24 19:47:57 +02:00
nicolargo
f0998e0320 Update docs 2024-04-21 16:52:11 +02:00
nicolargo
9ac1ad88e8 [IP plugin] Make the public ip information more configurable (not only from the Censys service) #2732 2024-04-21 16:47:36 +02:00
nicolargo
c62292444b Update docs 2024-04-07 18:20:35 +02:00
nicolargo
0ca1334791 GPU monitoring (AMD / ATI) #993 2024-04-07 15:32:24 +02:00
nicolargo
f87e7d7fe6 Export individual processes stats #794 2024-04-06 17:46:42 +02:00
nicolargo
71a77bc8ca Update API doc 2024-04-05 19:40:33 +02:00
nicolargo
6fc0814a32 Add optino to set export process filter from the command line 2024-04-05 19:39:12 +02:00
nicolargo
194ae67d88 Update docs but 'make docs' do not work... 2024-04-03 18:44:31 +02:00
nicolargo
ee826a1e67 version 3.4.0.5 2024-03-23 14:47:29 +01:00
nicolargo
370da44744 version 3.4.0.4 2024-03-23 10:16:34 +01:00
nicolargo
c2d1454226 [Documentation] Docker compose password unrecognized arguments when applying docs. #2698 2024-03-23 09:39:39 +01:00
nicolargo
272dc23443 Correct an issue with the events duration 2024-03-17 10:18:40 +01:00
nicolargo
6508acaba7 Improve alert with mininimal interval/duration configuration keys #2558 2024-03-16 17:00:16 +01:00
nicolargo
74ed104369 Update docs and correct some merge conflicts 2024-03-16 09:23:19 +01:00
nicolargo
49977dba57 [WEBUI] Custom system header information #2695 2024-03-10 11:09:32 +01:00
nicolargo
5dfc91d051 Custom header information #2695 2024-03-09 16:37:19 +01:00
nicolargo
ac8c2613df Processlist field description 2024-02-11 16:38:01 +01:00
nicolargo
dc172d45d0 High CPU consumption, to be investigate 2024-02-11 11:59:36 +01:00
nicolargo
bd5e297a0e Compute rate automaticaly 2024-02-03 17:38:17 +01:00
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
nicolargo
e3f63ed4ce macOS: Read user config from ~/.config/glances #2636 2024-01-06 10:23:29 +01:00
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
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
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