Commit Graph

6184 Commits

Author SHA1 Message Date
nicolargo 9e2504b056 Update documentation 2025-07-05 10:32:10 +02:00
nicolargo b4d5de96fc Add shtab as a dependency 2025-07-05 10:32:10 +02:00
nicolargo 0e181d9059 In the FS module, do not display threshold for volume mounted in 'ro' (read-only) #3143 2025-07-05 10:32:10 +02:00
kenrmayfield 25b550834a Update README.rst
Update Line: 
Glances Binary Package Versions per System Architecture for FreeBSD as of: 08 Mar 2025 04:05:21

Changed to:
Glances Binary Package Versions and Python Versions( pyXY-glances) per System Architecture for FreeBSD as of: 08 Mar 2025 04:05:21
2025-07-05 10:32:10 +02:00
kenrmayfield b30a29897e Update README.rst
Remove CHECK Link.  Not working correctly.  Need to wait until Main Repository has been Updated.  Then I can make a Link to the FreeBSD Glances Binary Package Version Picture.
2025-07-05 10:32:10 +02:00
kenrmayfield 451b1a2294 Update README.rst
Updated CHECK Link again due to Error in Syntax
2025-07-05 10:32:10 +02:00
kenrmayfield b23a4f6a3d Update README.rst
Updated CHECK Link for Python Version corresponding to Glances Binary Package
2025-07-05 10:32:10 +02:00
kenrmayfield 415abe2284 Update README.rst
Capitalize the words eye and system in the Title to Eye and System
2025-07-05 10:32:10 +02:00
kenrmayfield 7f5f2fd2b1 Update README.rst
Changed spelling of ports to Ports
2025-07-05 10:32:10 +02:00
kenrmayfield 49aa4e21ab Update README.rst
Bold the word NOTE
2025-07-05 10:32:10 +02:00
kenrmayfield 11a1aa6250 Update README.rst
Update FreeBSD Instructions
1. Add Glances Binary Package Versions Picture
2. Update Install
3. Add Note to Check Glances Binary Package Version with System 
    Architecture that corresponds to Python Version.
4.  Add Link to Glances Binary Package Versions Picture called 
     CHECK
2025-07-05 10:32:10 +02:00
nicolargo a1eb6cbacf [GPU] AMD Plugin: Operation not permitted #3125 2025-07-05 10:32:10 +02:00
nicolargo 343c933e15 FR: Sort Sensors my name in proper number order #3132 2025-07-05 10:32:10 +02:00
nicolargo e8b6fd7641 [Discussion] FreeBSD - AMD64 Install: Package py39-glances not showing a Version Available for AMD64 but for Package py311-glances #3139 2025-07-05 10:32:10 +02:00
Ariel Otilibili 5d4596ed41 glances: refactor start()
Part of #2801: start() is split into start_main_loop(),
check_memleak(), setup_server_mode(), & maybe_trace_memleak().

Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
2025-07-05 10:32:10 +02:00
nicolargo b06b0d5c7c Make all results from amps plugins exportable #2394 2025-04-06 17:48:34 +02:00
nicolargo 3a96cfd0cc CSV column name now include the plugin name - Related to #2394 2025-04-06 17:33:20 +02:00
nicolargo aa428b51c9 Create a new init method for export in order to init fields in some export module 2025-03-23 18:53:19 +01:00
nicolargo 3ba5946974 Remove <plugin>_disable field from export 2025-03-23 17:49:32 +01:00
nicolargo b7cdf66eb0 On the road of Glances 4.3.2 2025-03-22 17:53:04 +01:00
nicolargo 7cfc0c7aa6 version 4.3.1 2025-03-22 17:51:23 +01:00
nicolargo 91fa4bf200 Update configuration file for docker compose 2025-03-22 17:39:36 +01:00
nicolargo a6b14d75bb Remove debug message in sensors plugins 2025-03-22 16:41:11 +01:00
nicolargo ec0baca9f7 Little improvment regarding the CPU name if nothing is found. Display the CPU architecture. 2025-03-22 16:05:58 +01:00
nicolargo e7c2c219c5 Merge branch 'issue3102' into develop 2025-03-09 16:43:35 +01:00
nicolargo 84c54a7b9a Cannot set warning/critical temperature for a specific sensor #3102 2025-03-09 16:43:01 +01:00
nicolargo f2c7e4724a Merge branch 'develop' of github.com:nicolargo/glances into develop 2025-03-08 12:06:12 +01:00
nicolargo 91a052d11a Try to reduce latency between stat's update and view - #3086 2025-03-08 12:05:35 +01:00
nicolargo 002954e58a Try to reduce latency between stat's update and view 2025-03-08 12:04:13 +01:00
nicolargo df3d96bd33 Merge branch 'issue3113' into develop 2025-03-02 17:33:01 +01:00
nicolargo 079f926eb1 Add disable background option in glances.conf file - #3113 2025-03-02 17:32:45 +01:00
nicolargo c70eb857ba I'd like a feature to make the forground color for colored background white #3119 2025-03-01 17:19:34 +01:00
nicolargo 979d040f7b Merge branch 'issue410' into develop 2025-03-01 16:21:13 +01:00
nicolargo 8e8773d1c2 Change button style 2025-03-01 16:02:20 +01:00
nicolargo b206938f95 Update CSS style for extended stats 2025-03-01 15:30:00 +01:00
Nicolas Hennion 1aa8d221f1
Merge pull request #3118 from jo-chemla/quickfix-glances-grafana-flux.json
Replace `docker` by `containers` in `glances-grafana-flux.json`
2025-02-27 17:44:12 +01:00
Jonathan Chemla e14e49a2fd
Replace `docker` by `containers` in `glances-grafana-flux.json`
Typo probably introduced following a naming convention change that was not repercuted on that grafana fluxQL influxdb2 dashboard JSON
2025-02-25 09:51:12 +01:00
nicolargo f9bbcea9e1 First version OK, need change on UI 2025-02-23 19:50:48 +01:00
nicolargo c32d363897 Merge branch 'issue410' of github.com:nicolargo/glances into issue410 2025-02-22 10:13:22 +01:00
Nicolas Hennion c00383f0b0
Merge pull request #3106 from almkuznetsov/config-dir
default_config_dir: Fix config path to include glances/ directory
2025-02-19 10:49:06 +01:00
Alexander Kuznetsov bafe0e2438 docs: Fix default config path typos 2025-02-17 16:28:27 +03:00
Alexander Kuznetsov 7e28116252 default_config_dir: Fix config path to include glances/ directory
Non-venv default config path was /usr/share/doc/glances.conf
(not /usr/share/doc/glances/glances.conf) since a55970a.

Fix it and place the venv path to the end of the paths list,
so it will have priority over the system default.
2025-02-17 16:26:44 +03:00
nicolargo e1dcfc38c5 _api_get_extended_processes is called several time per second. Should be corrected. 2025-02-08 17:48:15 +01:00
nicolargo 1345bc24d5 Entry point in the API to get extended process stats #3095 2025-01-26 09:54:23 +01:00
nicolargo 0c6c488627 Lint the code 2025-01-25 11:11:17 +01:00
nicolargo 4a4cb135da [Docker plugin] KeyError: 'mem' cause 'Exception in ASGI application' #3091 2025-01-25 11:05:21 +01:00
nicolargo 233a47e971 Error on Cloud plugin initialisation make TUI crash #3085 2025-01-19 19:54:26 +01:00
Nicolas Hennion c93df694d9
Update docker-compose.yml
Update Docker-Compose
2025-01-15 09:56:29 +01:00
Nicolas Hennion c536fcde77
Update docker-compose.yml
Dockerized Web Sever mode with login/password #2684
2025-01-15 09:55:40 +01:00
Nicolas Hennion 7eb488ba77
Update README.rst
Add OSSRank
2025-01-13 10:33:38 +01:00