Commit Graph

6551 Commits

Author SHA1 Message Date
nicolargo 8a748d15e3 Upgrade export test with InfluxDB 1.12 2025-10-18 09:25:39 +02:00
nicolargo bcfb3675a6 Update dep 2025-10-18 09:06:24 +02:00
nicolargo e3b016e6f3 Update dep and change Fetch screenshot for documentation 2025-10-18 08:59:21 +02:00
Nicolas Hennion a64474f43f
Merge pull request #3314 from syohex/typo-option-document
Fix typo of --export-process-filter help message
2025-10-14 07:48:07 +02:00
Shohei YOSHIDA c2b59d0a74
Fix typo of --export-process-filter help message 2025-10-14 12:08:21 +09:00
Nicolas Hennion d6a820d2bb Remove unused lib 2025-10-13 11:54:33 +00:00
Nicolas Hennion ee50f4e8e2 In the outdated feature, catch error message is Pypi server not reachable 2025-10-13 11:49:19 +00:00
Nicolas Hennion eead34b0d0 Glances do not display CPU stat correctly #3155 2025-10-13 11:43:32 +00:00
Nicolas Hennion 29e3947577 Revert "[WINDOWS] Glances do not display CPU stat correctly #3155"
This reverts commit bb0116a198.
2025-10-13 11:38:17 +00:00
Nicolas Hennion bb0116a198 [WINDOWS] Glances do not display CPU stat correctly #3155 2025-10-13 11:11:53 +00:00
Nicolas Hennion 349c33fd27 Refactor Fetch template 2025-10-13 09:28:21 +00:00
Nicolas Hennion 52c5042e37 Add --no-emit-workspace in the Makefile 2025-10-13 09:25:31 +00:00
Nicolas Hennion 853b71998c Add --no-emit-workspace to the requirements exports tasks 2025-10-13 09:22:32 +00:00
nicolargo 03d4d6cf65 Add TOML conf file to Docker in order to build 2025-10-12 18:33:24 +02:00
nicolargo d02aed76a6 Remove hashes from requirements file because it causes some issue in Gitlab pipeline (with pip) 2025-10-12 17:24:04 +02:00
nicolargo 97ec09dfc3 Correct an issue when Netifaces is not installed on the system 2025-10-12 17:05:19 +02:00
nicolargo 0c2b9e5e8e Requirements files are now generated dynamically with the make requirements or requirements-upgrade target 2025-10-12 17:00:46 +02:00
nicolargo 0134487f5e Merge branch 'issue3025-uv' into develop 2025-10-12 15:20:34 +02:00
nicolargo f1328a84e9 Use uv instead of venv in Makefile #3304 2025-10-12 15:19:32 +02:00
Nicolas Hennion 547d98599a
Update README.rst 2025-10-10 11:59:59 +02:00
Nicolas Hennion 031d5d6485
Update README.rst 2025-10-08 18:09:40 +02:00
Nicolas Hennion 62c6c9df4e
Update README.rst
Add Brew as a standard installation method.
2025-10-07 09:47:39 +02:00
Nicolas Hennion 6302389073
Update find-duplicate-lines.sh
Make the code return an error code if a file ended with a duplicated line is founded.
2025-10-06 14:14:35 +02:00
Nicolas Hennion 83d5886a35
Update __init__.py
Remove dupliate line
2025-10-06 14:06:19 +02:00
nicolargo 350ed125d3 Store nothing is history is not enable. 2025-10-05 17:08:27 +02:00
nicolargo 7382089129 Disable history when history size is set to 0 by configuration. 2025-10-05 17:04:27 +02:00
nicolargo 2254f899b6 Add unit test for Prometheus exporter aand refactor the code to not use the API (not useful in this case because stats instance already exist) 2025-10-04 09:42:00 +02:00
nicolargo d03295a977 Merge branch 'develop' of github.com:nicolargo/glances into develop 2025-09-28 17:03:55 +02:00
nicolargo 9f1eb9496a Add unit test for auto_unit 2025-09-28 17:03:44 +02:00
Nicolas Hennion d28f3056a7
Merge pull request #3287 from nicolargo/renovate/macos-15.x
chore(deps): update dependency macos to v15
2025-09-28 16:40:10 +02:00
Nicolas Hennion e2c65c6687
Merge pull request #3278 from nicolargo/renovate/actions-stale-10.x
chore(deps): update actions/stale action to v10
2025-09-28 16:39:30 +02:00
Nicolas Hennion e721b66488
Merge pull request #3277 from nicolargo/renovate/actions-setup-python-6.x
chore(deps): update actions/setup-python action to v6
2025-09-28 16:39:25 +02:00
Nicolas Hennion 26a0c3ef87
Merge pull request #3276 from nicolargo/renovate/actions-setup-node-5.x
chore(deps): update actions/setup-node action to v5
2025-09-28 16:39:19 +02:00
nicolargo 0bf79775b6 Remove duplicate line at the end of files 2025-09-28 16:28:05 +02:00
nicolargo c970932e96 Set default timeout to 2 second 2025-09-28 16:10:07 +02:00
nicolargo 38c7bfccba Make the issue3290 compliant with non Linux OS 2025-09-28 15:09:19 +02:00
nicolargo 48674ee71f Clean unused decorator 2025-09-28 15:00:37 +02:00
Nicolas Hennion 6539979498
Merge pull request #3291 from nicolargo/issue3290-cleanup
Fix: Glances stalling on broken NFS connections
2025-09-28 14:17:24 +02:00
Nicolas Hennion 3652dc339f chg: plugin(fs) - use timeout wrappers for psutil calls
Why? Broken NFS connections can stall psutil calls indefinitely

Co-authored-by: Raz Crimson <52282402+razcrimson@users.noreply.github.com>
2025-09-28 05:55:56 +05:30
Nicolas Hennion da700c8cfc add: generic timeout wrappers
For use with blocking functions and utilities

Co-authored-by: Raz Crimson <52282402+razcrimson@users.noreply.github.com>
2025-09-28 05:55:34 +05:30
nicolargo 420cf2bdde Lint code 2025-09-27 16:02:48 +02:00
Nicolas Hennion ce27d795db
Merge pull request #3283 from DeepSpace2/fix-prometheus-export-format
Fix prometheus export format
2025-09-27 15:58:41 +02:00
Adi f53dbe748e getting object key dynamically instead of maintaining an hardcoded mapping 2025-09-27 12:34:40 +03:00
nicolargo 3931457495 Merge branch 'issue3288-mem-available' into develop 2025-09-25 22:20:38 +02:00
nicolargo d0137830c2 Choose between used or available in the mem plugin #3288 2025-09-25 22:20:23 +02:00
Nicolas Hennion 48296a5de9
Merge pull request #3289 from bkanuka/issue3979-zfs-cache
Issue #3279 zfs cache and memory math issues
2025-09-25 20:48:49 +02:00
Bennett Kanuka 6339393271 ruff format 2025-09-25 14:03:27 -04:00
Bennett Kanuka 2b59ad71fe fix zfs cache math 2025-09-25 13:49:08 -04:00
nicolargo ff6dcd5cb0 Update documentation 2025-09-25 13:49:06 -04:00
nicolargo b26dac4dd5 ZFS ARC/cache not reported as cache memory usage #3279 2025-09-25 13:48:43 -04:00