nicolargo
013bc99c78
Add Glances version plugin
2023-12-16 14:33:44 +01:00
nicolargo
ae07ee1437
Add Glances version plugin
2023-12-16 14:33:30 +01:00
nicolargo
dc0f363840
Correct Help plugin in the WebUI
2023-12-16 13:51:54 +01:00
nicolargo
93fc961b46
Help did not work in WebUI (empty black screen is displayed)
2023-12-16 12:32:00 +01:00
nicolargo
3215bf5c63
Optimize basic HTTP authentication
2023-12-15 19:06:33 +01:00
nicolargo
e27fd5f102
See TODO in:
...
- glances/plugins/processlist/__init__.py
- glances/outputs/glances_restful_api.py
2023-12-10 20:27:31 +01:00
nicolargo
c4a631a25f
Some 'return orjson.dumps(TypeError: Type is not JSON serializable: pcputimes' errors
2023-12-10 20:12:44 +01:00
nicolargo
a3e08966b5
:Merge branch 'develop' into issue2181
2023-12-10 20:12:21 +01:00
nicolargo
4a41c76953
Update documentation
2023-12-10 20:10:34 +01:00
Nicolas Hennion
c82a5a7098
Merge pull request #2625 from gtimchenko/doc_fix#001
...
Fix typos and make grammatical and stylistic edits in project documentation
2023-12-10 20:00:53 +01:00
nicolargo
1f1622a625
Looks beter after the last commit ! Some TODO to do in the glances_restful_api.py files...
2023-12-10 19:59:33 +01:00
Georgiy Timchenko
66e7916fbf
Fix typos and make grammatical and stylistic edits in project documentation
...
Several typos were found and corrected in the project documentation. Additionally, a number of grammatical and stylistic improvements were made to enhance clarity and coherence. These changes affect the following files:
- docs/api.rst
- docs/cmds.rst
- docs/config.rst
- docs/docker.rst
- docs/glances.rst
- docs/index.rst
- docs/install.rst
- docs/quickstart.rst
- docs/support.rst
These corrections and improvements significantly enhance the readability and accuracy of the documentation, making it more accessible and comprehensible for both users and developers.
2023-12-10 22:38:38 +04:00
Georgiy Timchenko
fa927532a1
Fix typos in project documentation
...
Several typos were found and corrected in the project documentation. These changes affect the following files:
- docs/cmds.rst
- docs/config.rst
These corrections improve the readability and accuracy of the documentation, making it more accessible and understandable for users and developers.
2023-12-10 22:38:38 +04:00
nicolargo
cbb2facc87
Unit tests are ok BUT the WebUI has a lot of issue: plugin disapear, traceback... Perhaps issue when stats are refreched ?
2023-12-10 19:27:02 +01:00
Nicolas Hennion
4fc1336810
Merge pull request #2620 from gtimchenko/doc_typos
...
Fix typos in project documentation
2023-12-10 15:39:46 +01:00
Georgiy Timchenko
30354d623e
Fix typos in project documentation
...
Several typos were found and corrected in the project documentation. These changes affect the following files:
- docs/cmds.rst
- docs/config.rst
These corrections improve the readability and accuracy of the documentation, making it more accessible and understandable for users and developers.
2023-12-10 14:02:43 +04:00
nicolargo
b46c7586eb
Update Github build workflow
2023-12-09 11:24:27 +01:00
nicolargo
06d458ac63
Update deps
2023-12-09 11:07:33 +01:00
nicolargo
5d054e12e1
Works in progress
2023-12-09 10:09:17 +01:00
nicolargo
5fa7ae4264
WARNING: Replace the get_raw command for processlist
2023-12-02 16:41:52 +01:00
nicolargo
322d8c715a
First step of the migration
2023-11-26 22:41:16 +01:00
nicolargo
c28089ae47
First step of the migration
2023-11-26 22:40:36 +01:00
nicolargo
bcf4ce45fc
Rename any reference to Bottle in doc and dep file. Ready to refactor the main glances_restful_api.py file.
2023-11-26 10:02:30 +01:00
nicolargo
36ed96b05a
Alerts showing different time than time plugin #2214
2023-11-11 10:21:47 +01:00
nicolargo
dbbdc34bf0
Correct timestamp on alert for terminal mode
2023-11-05 09:53:44 +01:00
nicolargo
af49f970e3
Refactor Event add / update calls
2023-11-04 11:43:08 +01:00
nicolargo
8f6fe14ea1
Corect an issue with default max events number (0 instead of 10)
2023-11-04 11:34:27 +01:00
nicolargo
c59dc2bc16
Merge branch 'develop' of github.com:nicolargo/glances into develop
2023-11-04 09:32:00 +01:00
nicolargo
081beba52a
Add debug message for term name
2023-11-04 09:18:19 +01:00
Nicolas Hennion
c37504595f
Merge pull request #2599 from monochromec/develop
...
Optimized plugin name creation
2023-11-03 16:33:28 +01:00
Christoph Zimmermann
4d92e0bd65
Optimized plugin name creation
2023-11-01 17:27:14 +01:00
nicolargo
e3d40e9577
TERM setting causes glances to crash #2598
2023-11-01 10:28:02 +01:00
nicolargo
e9e12d4dcc
Remove systemd from Curses (related to #2595 )
2023-11-01 08:59:12 +01:00
nicolargo
16a7934763
Update docs. Correct Sphinx path.
2023-11-01 08:53:44 +01:00
nicolargo
9bf3cb33d6
Merge branch 'develop' of https://github.com/monochromec/glances into monochromec-develop
2023-11-01 08:41:56 +01:00
Christoph Zimmermann
037d3f7c89
Fixed plugin name handling in GlancesPluginModel and optimized package handling in load_additional_plugins
2023-10-31 16:19:11 +01:00
nicolargo
4be7564801
Merge branch 'develop' of https://github.com/monochromec/glances into monochromec-develop
2023-10-29 17:37:24 +01:00
Christoph Zimmermann
0ce4092df7
Added check for already loaded module in sys.modules
2023-10-29 15:07:30 +01:00
Christoph Zimmermann
335029ce27
Merge remote-tracking branch 'refs/remotes/origin/develop' into develop
...
Merging curses deltas
2023-10-29 14:53:21 +01:00
Christoph Zimmermann
e5e4068231
Added functionality in curses i/f
2023-10-29 14:53:15 +01:00
monochromec
dc4634a16b
Merge branch 'nicolargo:develop' into develop
2023-10-29 14:51:27 +01:00
Christoph Zimmermann
1eb9187908
Fixed plugin_path bug
2023-10-29 14:50:59 +01:00
nicolargo
51330ca8e7
Merge branch 'develop' of https://github.com/monochromec/glances into monochromec-develop
2023-10-29 10:27:32 +01:00
nicolargo
091e4975ca
Merge branch '2589-error-using-glances-export-to-influxdb2' into develop
2023-10-29 10:23:56 +01:00
nicolargo
3a23d1693b
Disable UI if an error occurs and if an export module is enabled #2589
2023-10-29 10:23:29 +01:00
nicolargo
28570e8704
Update Flame
2023-10-29 08:59:13 +01:00
Christoph Zimmermann
eb72dbe35d
Fixed arg parsing for additional plugin directory
2023-10-28 17:10:47 +02:00
Christoph Zimmermann
0b3b74ffa4
Added configuration documentation
2023-10-26 15:43:36 +02:00
Christoph Zimmermann
8d63076aa7
Fixed documentation
2023-10-26 15:36:42 +02:00
Christoph Zimmermann
cfd1e142b0
Fixed SPHINXBUILD variable to reflect PATH settings
2023-10-26 15:21:11 +02:00