Commit Graph

6186 Commits

Author SHA1 Message Date
Nicolas Hennion
9cd51fc060 Merge pull request #3141 from kenrmayfield/develop
Updates 4/6/2025: FreeBSD Section - Glances - An Eye on your System
2025-04-10 13:42:21 +02:00
kenrmayfield
041a9852a9 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-04-06 23:42:31 -05:00
kenrmayfield
aa8f3abab3 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-04-06 23:33:44 -05:00
kenrmayfield
96aa6987ab Update README.rst
Updated CHECK Link again due to Error in Syntax
2025-04-06 23:20:20 -05:00
kenrmayfield
f29af964ef Update README.rst
Updated CHECK Link for Python Version corresponding to Glances Binary Package
2025-04-06 22:44:53 -05:00
kenrmayfield
aee1ea6acd Update README.rst
Capitalize the words eye and system in the Title to Eye and System
2025-04-06 22:27:05 -05:00
kenrmayfield
6f93c1bad9 Update README.rst
Changed spelling of ports to Ports
2025-04-06 22:00:29 -05:00
kenrmayfield
20d08c0cb6 Update README.rst
Bold the word NOTE
2025-04-06 21:58:44 -05:00
kenrmayfield
4d7300ab96 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-04-06 21:47:56 -05:00
nicolargo
0b62a9f785 [GPU] AMD Plugin: Operation not permitted #3125 2025-04-06 18:49:38 +02:00
nicolargo
cb22a0c56a Merge branch 'issue3132' into develop 2025-04-06 18:39:26 +02:00
nicolargo
fcbcbbfb4d FR: Sort Sensors my name in proper number order #3132 2025-04-06 18:37:45 +02:00
nicolargo
c5954c9d99 [Discussion] FreeBSD - AMD64 Install: Package py39-glances not showing a Version Available for AMD64 but for Package py311-glances #3139 2025-04-06 17:51:36 +02:00
nicolargo
ad0be97653 Merge branch 'develop' of github.com:nicolargo/glances into develop 2025-04-06 17:49:08 +02:00
nicolargo
6ccd4430e9 Merge branch 'issue2394' into develop 2025-04-06 17:48:54 +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
Nicolas Hennion
584fbba311 Merge pull request #3131 from ariel-anieli/glances-start-refactor
glances: refactor start()
2025-03-25 07:37:59 +01:00
Ariel Otilibili
fc4dc38028 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-03-23 21:19:31 +01: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 v4.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