nicolargo
|
45bdcc92c7
|
Add a first and simple Jupyter notebook
|
2025-11-21 18:32:23 +01:00 |
nicolargo
|
1cf7683c1d
|
Update Glances API documentation
|
2025-11-21 18:03:36 +01:00 |
nicolargo
|
1b3ee3e035
|
Update zero
|
2025-11-21 17:57:05 +01:00 |
nicolargo
|
3de1a25305
|
Revert some change on hide zero feature (need additional tests
|
2025-11-16 11:32:21 +01:00 |
nicolargo
|
1567c2db49
|
Update docs for PR #3346
|
2025-11-16 10:54:39 +01:00 |
nicolargo
|
1171d0b4d3
|
Merge branch 'ciherrera20-issue3345' into develop
|
2025-11-16 10:52:11 +01:00 |
nicolargo
|
df684c64c2
|
Remove unuse parameter in split_esc
|
2025-11-16 10:51:49 +01:00 |
Chris Herrera
|
c70321c3fb
|
Formatting changes from running make format
|
2025-11-16 10:43:46 +01:00 |
Chris Herrera
|
93120b9779
|
Use split_esc in read_alias
Allows for ':' to be used in sensor names or alias names
|
2025-11-16 10:43:46 +01:00 |
Chris Herrera
|
89c8fc125c
|
Add unit test for split_esc
|
2025-11-16 10:43:46 +01:00 |
Chris Herrera
|
11aac6ca4d
|
Add split_esc function globals
Extends the functionality of str.split by adding an escape character. This allows ignoring separators preceded by the escape character.
|
2025-11-16 10:43:46 +01:00 |
nicolargo
|
e7bd8d4768
|
Correct issue with hide on diskio
|
2025-11-16 10:41:35 +01:00 |
nicolargo
|
e660520eb2
|
Correct typo in Makefile
|
2025-11-16 10:03:19 +01:00 |
nicolargo
|
0ae24bade0
|
Correct an issue with Wifi Alert following implementation of action for all plugins
|
2025-11-16 10:01:48 +01:00 |
nicolargo
|
728b36a8c9
|
Correct an issue with FS Alert following implementation of action for all plugins
|
2025-11-16 09:55:32 +01:00 |
nicolargo
|
e2a1606479
|
Remove test from config file
|
2025-11-16 09:41:54 +01:00 |
Nicolas Hennion
|
8c9822ed26
|
Integrate ruff pre-commit hooks
Added ruff pre-commit hooks for linting and formatting.
|
2025-11-13 14:20:57 +01:00 |
Nicolas Hennion
|
c4f6c04eb4
|
Refactor export options in README
Consolidate export options into categories for clarity.
|
2025-11-12 15:14:30 +01:00 |
nicolargo
|
7c13d53cb8
|
Make WebUI and Restful API SSL compliant #3340
|
2025-11-11 18:35:15 +01:00 |
nicolargo
|
ccb00ec252
|
Make WebUI and Restful API SSL compliant #3340
|
2025-11-11 18:34:51 +01:00 |
nicolargo
|
ab3b386e10
|
Improve Docker build pipeline#3336
|
2025-11-11 17:45:31 +01:00 |
nicolargo
|
5cbd9e030a
|
Improve Docker build pipeline #3336
|
2025-11-11 17:45:16 +01:00 |
nicolargo
|
c89effd602
|
Add a "focus" option for the processlist plugin #3293
|
2025-11-11 10:40:23 +01:00 |
nicolargo
|
ab68fcbe28
|
Add a focus option for the processlist plugin #3293
|
2025-11-11 10:40:06 +01:00 |
nicolargo
|
df4b312bec
|
Update requirements files
|
2025-11-10 11:58:41 +01:00 |
nicolargo
|
25da171479
|
Add some fetch templates as an example
|
2025-11-10 11:45:33 +01:00 |
nicolargo
|
34c3c11725
|
Make unit test with Python 3.13 on Windows
|
2025-11-10 11:16:07 +01:00 |
nicolargo
|
de0b1ef2da
|
Make unit test with Python 3.14 on Windows and MacOS
|
2025-11-10 11:08:37 +01:00 |
nicolargo
|
c0dad78189
|
Unittest now take into account the default glances.conf file
|
2025-11-10 10:53:52 +01:00 |
nicolargo
|
d9abfca7fb
|
Remove test because it breaks the CI test
|
2025-11-10 10:27:13 +01:00 |
nicolargo
|
cb377055f2
|
Remove test because it breaks the CI test
|
2025-11-10 10:26:22 +01:00 |
nicolargo
|
b2e3ea283d
|
Remove test because it breaks the CI test
|
2025-11-10 07:48:03 +01:00 |
nicolargo
|
a74b1867d7
|
Merge branch 'issue3324-log_and_alert_for_all' into develop
|
2025-11-09 17:28:42 +01:00 |
nicolargo
|
afff3e2ba6
|
Add a simple unit test for get_alert
|
2025-11-09 17:27:00 +01:00 |
nicolargo
|
fb17066692
|
Update docs
|
2025-11-09 13:05:07 +01:00 |
nicolargo
|
e5e476d255
|
Ok for containers and folders
|
2025-11-09 13:02:59 +01:00 |
nicolargo
|
ea10748e07
|
Fs is OK
|
2025-11-09 12:58:12 +01:00 |
nicolargo
|
7c19d01c21
|
DiskIO is OK
|
2025-11-09 12:54:29 +01:00 |
nicolargo
|
8bb2a8a91b
|
Network IO is OK
|
2025-11-09 12:49:44 +01:00 |
nicolargo
|
b75d1f24c3
|
Correct an issue with events type name (unattended _ in the name)
|
2025-11-08 19:34:31 +01:00 |
nicolargo
|
5efa3a01a3
|
Update docs
|
2025-11-08 19:22:49 +01:00 |
nicolargo
|
e11cb80492
|
First issue corrected. It is now possible to generate alarm for plugins returning a list (tested only with sensors). To be done for all plugins (add header adn actions_keys)
|
2025-11-08 18:40:20 +01:00 |
nicolargo
|
e2d37ee482
|
Change the way uv is installed #3338
|
2025-11-08 16:18:22 +01:00 |
nicolargo
|
930745b5f3
|
Package generation issue on Pypi because of README.rst #3337
|
2025-11-08 09:38:01 +01:00 |
nicolargo
|
ba1b898a3e
|
Add info in F.A.Q about free memory
|
2025-11-08 09:25:26 +01:00 |
nicolargo
|
9de127cce9
|
Update documentation for API
|
2025-11-08 09:16:16 +01:00 |
nicolargo
|
55ff04437f
|
Update documentation for API
|
2025-11-08 08:58:19 +01:00 |
nicolargo
|
ba6be768d0
|
Update documentation
|
2025-11-08 08:56:43 +01:00 |
nicolargo
|
4e669d0bc7
|
Merge branch 'develop' of github.com:nicolargo/glances into develop
|
2025-11-08 08:31:40 +01:00 |
Nicolas Hennion
|
3e7a49eb3b
|
Fix badge formatting in README.rst
|
2025-11-05 10:05:47 +01:00 |