Commit Graph

5971 Commits

Author SHA1 Message Date
nicolargo
cd70a8091f Correct issue when key name contains space - Related to #2983 2024-11-08 19:19:56 +01:00
nicolargo
15d993a2cc Remove the test in glances.conf file 2024-11-08 18:22:08 +01:00
nicolargo
efd79b0bd8 Correct an issue on the Webbrowser, the column list is now shared between static and dynamic Glances servers list 2024-11-08 18:21:40 +01:00
nicolargo
a9e3820947 Update doc and WebUI 2024-11-08 15:26:44 +01:00
nicolargo
114435e033 Thresholds not displayed in the WebUI for the DiskIO plugin #1498 2024-11-08 15:14:41 +01:00
nicolargo
eebab00720 Update docs 2024-11-08 12:37:36 +01:00
nicolargo
e2b53594ec Update glances.conf 2024-11-08 12:36:54 +01:00
nicolargo
0eaa3727a1 Merge branch 'issue1121' into develop 2024-11-08 12:36:02 +01:00
nicolargo
0f641cb9eb Merge branch 'develop' into issue1121 2024-11-08 12:35:41 +01:00
nicolargo
2495677d7b Update doc 2024-11-08 12:28:58 +01:00
nicolargo
dc5c182ee8 The Web browser client should detect clients on the same LAN (thanks to zeroconf, like it is already done in --browser XMLRPC client/server mode) 2024-11-08 11:59:18 +01:00
nicolargo
7ac7171a3f Improve theme and refactor getDecoration for stats 2024-11-08 09:17:51 +01:00
nicolargo
d0629ea128 Change the default path for graph export to /tmp/glances 2024-11-06 15:42:40 +01:00
Nicolas Hennion
6bfccdf87f
Merge pull request #3000 from shidetian/patch-1
add comparable NVML_LIB check for Windows
2024-11-06 14:52:21 +01:00
Nicolas Hennion
08c31b810f
Merge pull request #2998 from ariel-anieli/ip-model
Refactored `glances.plugins.ip.PluginModel.update`
2024-11-06 14:49:53 +01:00
nicolargo
ce3f740a2f Change theme 2024-11-06 14:44:28 +01:00
nicolargo
e6e6b16aad Update SCSS for browser mode 2024-11-04 08:06:43 +01:00
nicolargo
0d908034ab Display the list and click on a server is OK 2024-11-03 16:30:35 +01:00
Detian Shi
bcd7b3d9c6
remove unused variable 2024-11-02 17:06:17 -07:00
Detian Shi
30a31eda81
add comparable NVML_LIB check for Windows 2024-11-02 16:48:42 -07:00
nicolargo
e1dd979b86 Refactor server list code in order to put all the methodin the servers_list.py file 2024-11-02 16:23:31 +01:00
nicolargo
799dcab034 Add WebUI Central Browser 2024-11-02 09:00:31 +01:00
nicolargo
3352f095b6 Refactor servers list (static and dynamic) 2024-11-02 08:59:45 +01:00
Ariel Otilibili
cd5877daf0 Refactored glances.plugins.ip.PluginModel.update
* part of #2801
* formatted into a dict; if input method is SNMP, returns default stats
* if input method is local, calls `get_stats_for_local_input`
* it has three steps:  `get_private_ipv4`, `get_first_ipv4`, `get_public_ipv4`.

Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
2024-11-01 21:06:14 +01:00
nicolargo
d538b2dd13 First step done - Rest server are managed in the current TUI client browser 2024-11-01 14:29:33 +01:00
nicolargo
f12de6619b Publish a new snap release 2024-11-01 12:01:34 +01:00
nicolargo
1f5deb3f83 Disable attestations check 2024-11-01 11:46:39 +01:00
nicolargo
ac8cd748f3 Merge branch 'master' into develop 2024-11-01 11:24:14 +01:00
nicolargo
ccf837eb9f Add attestations to allow publishing to Pypi 2024-11-01 11:21:28 +01:00
nicolargo
23f4c55147 On the road again (again) to Glances 4.3.0 2024-11-01 11:04:44 +01:00
nicolargo
6095eadd30 Did not generate Pypi test if not on the develop branch 2024-11-01 10:53:52 +01:00
nicolargo
5a3ce6e8aa version 4.2.1 2024-11-01 10:38:11 +01:00
nicolargo
72f142d2ac Update requirements 2024-11-01 10:20:12 +01:00
nicolargo
1f505dda60 [WEBUI] Came back to default Black Theme / Reduce font size #2993 2024-11-01 09:55:47 +01:00
nicolargo
a3b8ca83d4 Format code 2024-11-01 07:40:38 +01:00
nicolargo
63c7cfcfe8 Format code 2024-11-01 07:37:54 +01:00
Bharath Vignesh J K
6ee3683172 fix: ReST API - typing imports support for py38
fixes #2992
2024-11-01 02:10:24 +05:30
Nicolas Hennion
8767de51f2 Correct issue with variable name in the last commit 2024-10-31 16:31:48 +00:00
Nicolas Hennion
ac7ab9ea84 Do not display error message in loop when containers list can not be retrieve (only first time after a failure). 2024-10-31 16:28:56 +00:00
Nicolas Hennion
49d15b20da Avoid importing pynvml if NVML_LIB is not installed 2024-10-31 16:09:59 +00:00
Nicolas Hennion
a6956bf7ee Possible memory leak #2976 2024-10-31 15:39:13 +00:00
nicolargo
a2c609ca6f Update WebUI 2024-10-26 17:14:12 +02:00
nicolargo
ffba4ca6f4 hide_zero=True option not working in the WebUI #2987 2024-10-26 12:37:56 +02:00
nicolargo
5b091f413b Non blocking error message when Glances starts from a container (alpine-dev image) #2991 2024-10-26 10:54:53 +02:00
nicolargo
34da61647b Non blocking error message when Glances starts from a container (alpine-dev image) #2991 2024-10-26 10:53:15 +02:00
Nicolas Hennion
ff1cde4ffb
Merge pull request #2990 from branchvincent/pyproject
Make pyproject.toml's version dynamic
2024-10-24 08:13:26 +02:00
Branch Vincent
0e40ec657e
Make pyproject.toml's version dynamic 2024-10-23 15:19:02 -07:00
Branch Vincent
47da2a6967
Revert "Set the version by reading directly the pyproject file in local (dev and Docker) - Related to #2956"
This reverts commit 68104b7d0f.
2024-10-23 15:16:20 -07:00
Branch Vincent
6479a6c38d
Revert "Set the version by reading directly the pyproject file in local (dev and Docker) - Related to #2956"
This reverts commit 604d805828.
2024-10-23 15:16:10 -07:00
nicolargo
604d805828 Set the version by reading directly the pyproject file in local (dev and Docker) - Related to #2956 2024-10-23 23:12:55 +02:00