Commit Graph

159 Commits (ecd66124895c9edafedaea637e5b4860fd3fe95f)

Author SHA1 Message Date
nicolargo f4c7ca01fe Correct codespell 2024-06-29 19:19:26 +02:00
Nicolas Hennion 8c520e1d94
Update network.rst
Correct alias example
2024-06-17 13:40:11 +02:00
nicolargo 9c482196f3 Add .redthedocs.yaml configuration file 2024-06-16 22:43:55 +02:00
nicolargo 6077bb4a55 [BREAKING CHANGE in conf file] Secure call to AMPS, use && as commend separator instead of ; 2024-06-01 18:32:51 +02:00
nicolargo d0de547e41 Add support for automatically hiding network interfaces that are down or that don't have any IP addresses #2799 2024-06-01 11:02:58 +02:00
nicolargo 1183b4dabd Update docs 2024-05-18 10:58:39 +02:00
Nicolas Hennion 8edf6e70b5 Docker memory usage is incorrect 2024-04-29 22:54:49 +05:30
nicolargo 610ee081c2 Refactor the Wifi plugin 2024-04-28 11:16:27 +02:00
nicolargo 8ab5d9fcc2 The cpulist of the percpu parameter cannot be fully displayed due to too many cores #2734 2024-04-25 15:36:30 +02:00
nicolargo f0998e0320 Update docs 2024-04-21 16:52:11 +02:00
nicolargo 9ac1ad88e8 [IP plugin] Make the public ip information more configurable (not only from the Censys service) #2732 2024-04-21 16:47:36 +02:00
nicolargo c62292444b Update docs 2024-04-07 18:20:35 +02:00
nicolargo 0ca1334791 GPU monitoring (AMD / ATI) #993 2024-04-07 15:32:24 +02:00
nicolargo f87e7d7fe6 Export individual processes stats #794 2024-04-06 17:46:42 +02:00
nicolargo 6fc0814a32 Add optino to set export process filter from the command line 2024-04-05 19:39:12 +02:00
nicolargo 194ae67d88 Update docs but 'make docs' do not work... 2024-04-03 18:44:31 +02:00
nicolargo 6508acaba7 Improve alert with mininimal interval/duration configuration keys #2558 2024-03-16 17:00:16 +01:00
nicolargo 49977dba57 [WEBUI] Custom system header information #2695 2024-03-10 11:09:32 +01:00
nicolargo 5dfc91d051 Custom header information #2695 2024-03-09 16:37:19 +01:00
Kiskae 0bca21f8b1 update documentation for `nvidia-ml-py` 2024-03-03 14:58:14 +01:00
nicolargo 6bc087485c Remove the non relevent CPU trend in the UI 2024-01-28 16:36:51 +01:00
nicolargo d80dd07901 On Linux OS, add guest CPU stat #2667 2024-01-28 12:33:19 +01:00
nicolargo 1623c27f4e Quicklook plugin lst is also configurable and taken into account in the WebUI 2024-01-28 10:42:20 +01:00
nicolargo 4a41c76953 Update documentation 2023-12-10 20:10:34 +01:00
nicolargo b28263855b Wifi plugin is back again (only current hotspot using the nmcli command line or the current wifi interface using the /proc/net/wireless file - Related to #1377 2023-07-25 16:04:38 +02:00
nicolargo 1def83cb8a Wifi plugin is back again but with a limited scope (only wifi interface are monitored, not all hotspots) 2023-07-24 20:03:46 +02:00
nicolargo 0eaa4e0006 Ignore/detect symlink loops in folders plugin #2494 2023-07-14 10:01:03 +02:00
Bharath Vignesh J K a08d3dc546 Merge from develop 2023-05-10 01:13:38 +05:30
nicolargo e3a1a774ca Correct an issue in the Podman export (date not serializable) 2023-05-08 09:26:04 +02:00
nicolargo 88a43bd771 Parameters in the VIRT column #2343 2023-04-16 09:42:14 +02:00
nicolargo db4bd0d136 Merge from develop 2023-03-12 09:44:43 +01:00
nicolargo bca45ca43e Add documentation 2023-03-11 17:32:13 +01:00
nicolargo d28a696fc1 Refactor the Cloud plugin, disable it by default in the default configuration file - Related to #2279 2023-03-11 11:01:29 +01:00
nicolargo 52cf4984f2 Dissociate 2 sensors with exactly the same names #2280 2023-03-05 10:35:50 +01:00
nicolargo b67c717b3a Improve documentation regarding regexp in configuration file 2023-01-22 11:14:59 +01:00
nicolargo 4ffc13cbc7 Improve documentation about the [ip] plugin #2251 2023-01-21 10:18:59 +01:00
nicolargo 30f7dbc566 Solve conflicts 2022-10-29 11:13:13 +02:00
Kian-Meng Ang 4046fbb18c Fix typos
Found via `codespell -S ./venv,./glances/outputs,*.svg -L hart,bu,te,statics`
2022-10-03 21:53:24 +08:00
nicolargo 28c6589280 Correct issue with the regexp filter (use fullmatch instead of match) 2022-09-25 10:13:57 +02:00
nicolargo f0caf64837 [DOC] Glances failed to start and some other issues - BSD #2106 2022-09-24 19:01:42 +02:00
nicolargo bf27ed9e8f [WINDOWS] Reorganise CPU stats display #2131 2022-09-18 09:45:00 +02:00
nicolargo 0a39988a5a Merge branch 'develop' into glancesv4 2022-09-09 18:23:43 +02:00
nicolargo 42f25d3e38 Apply alias to Duplicate sensor name #1686 2022-09-09 11:59:04 +02:00
nicolargo e00bb4f336 Merge from develop 2022-08-14 10:39:32 +02:00
nicolargo 4721bd9ebb Update docs. @TODO: WebUI 2022-08-08 11:24:23 +02:00
nicolargo 296c3fd2a0 Only work for the first refresh... 2022-08-07 17:43:11 +02:00
nicolargo 7080464766 Resolve conflict after develop merge 2022-07-09 14:03:12 +02:00
ewuerger 60ce10978d Fix reference link to configuration file
Link to the configuration heading in config.rst via its label.
See https://sublime-and-sphinx-guide.readthedocs.io/en/latest/references.html#use-custom-link-text
for details.
2022-06-19 12:21:24 +02:00
nicolargo 82025891b3 Resolve merge conflicts from develop 2022-05-25 16:01:06 +02:00
nicolargo 4d50e8cb57 Create a Show option in the configuration file to only show some stats #2052 2022-05-22 16:27:46 +02:00