nicolargo
7c9040688e
Improve --issue option with Python version and paths
2021-11-11 18:21:54 +01:00
nicolargo
48e35fa98e
Merge branch 'webpack-upgrade' into develop
2021-11-11 18:02:36 +01:00
nicolargo
9af001c500
Update docs and correct make docs-server target in Makefile
2021-11-11 10:46:56 +01:00
Floran Brutel
f0470761e4
Use npm ci instead of npm install
2021-11-11 10:46:29 +01:00
Floran Brutel
d3560d403d
Update to webpack 5
2021-11-11 10:44:20 +01:00
nicolargo
74b820ebf1
Swith from black <> white theme with the '9' hotkey - Related to issue #976
2021-11-11 10:32:46 +01:00
Floran Brutel
f55107f46c
Upgrade Webpack to v4
2021-11-11 10:31:27 +01:00
Nicolas Hennion
2bf80fa44a
Merge pull request #1945 from RazCrimson/fix-docker-plugin-invalid-io-stats-for-arch-linux
...
Fix: Docker plugin - Invalid IO stats with Arch Linux
2021-11-11 10:02:13 +01:00
RazCrimson
71e3843764
Fix: Docker plugin - Invalid IO stats with Arch Linux
2021-11-08 21:07:57 +05:30
Nicolas Hennion
53b45eeab2
Merge pull request #1944 from RazCrimson/docker-plugin-network-stats-typo-bug-fix
...
Bug Fix: Docker plugin - Network stats not being displayed
2021-11-06 16:06:35 +01:00
RazCrimson
d1e26b9211
Docker plugin - Minor changes and cleanup
2021-11-05 20:34:19 +05:30
RazCrimson
eb500c39e6
Docker plugin - Remove unused imports
2021-11-05 20:34:18 +05:30
RazCrimson
7936bf44a0
Docker plugin - Fix typos in comments
2021-11-05 20:33:26 +05:30
RazCrimson
3e7fa12faf
Fix: Docker plugin - Network stats typo bug
2021-11-05 20:06:45 +05:30
nicolargo
51bab2d453
Update UI
2021-11-04 09:50:55 +01:00
nicolargo
3a96a9c607
Failure to start on Apple M1 Max #1939
2021-11-03 10:11:18 +01:00
nicolargo
baa5e5fbfa
Influxdb2 via SSL #1934
2021-10-08 17:41:24 +02:00
Floran Brutel
9a58502989
Merge pull request #1932 from mohamadmansourX/develop
...
Fix typo
2021-10-02 07:45:16 +02:00
Mohamad Mansour
1e75f104e9
fixed typo
2021-10-01 15:39:35 +03:00
nicolargo
5e8cf29f27
Merge branch 'develop' of github.com:nicolargo/glances into develop
2021-09-25 10:14:51 +02:00
nicolargo
4b19831741
Correct an issue on idle display
2021-09-25 10:14:33 +02:00
Nicolas Hennion
c12e0965ed
Merge pull request #1927 from zmanji/patch-1
...
Update Debian image to include `smartmontools`
2021-09-09 22:23:48 +02:00
Zameer Manji
605207f154
Update debian image to include smartmontools
...
This adds the `smartmontools` package to the debian based Docker image.
This package provides the `smartctl` binary which the `pySMART.smartx` package
requires.
Without this change, in the Docker container, with `--device=/dev/sda:/dev/sda` passed to `docker run`
```
# python3
Python 3.9.6 (default, Aug 17 2021, 02:38:04)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from pySMART import DeviceList
>>> DeviceList()
<DeviceList contents:
>
```
With this change:
```
# python3
Python 3.9.6 (default, Aug 17 2021, 02:38:04)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> ifrom pySMART import DeviceList
KeyboardInterrupt
>>> from pySMART import DeviceList
>>> DeviceList()
<DeviceList contents:
<SCSI device on /dev/sda mod:None sn:AB202000000000001398>
>
```
2021-09-08 19:52:01 -04:00
nicolargo
c2da541c0a
Refactor Mem + MemSwap Curse
2021-08-29 19:26:43 +02:00
nicolargo
73f091f2d2
Refactor CPU Curses code
2021-08-29 17:50:07 +02:00
nicolargo
5b5cb1ceea
distutils is deprecated in Python 3.10 #1923
2021-08-29 10:37:25 +02:00
nicolargo
a47cfafdaf
Update documentation
2021-08-21 11:29:27 +02:00
nicolargo
a0d7db5abb
Separate battery percentages #1920
2021-08-21 11:20:06 +02:00
nicolargo
b466356f3c
Back on the road of the version 3.2.4
2021-08-21 08:40:14 +02:00
nicolargo
b164e36497
version 3.2.3.1
2021-08-21 08:36:53 +02:00
nicolargo
9b90c14230
Merge branch 'issue1922' into develop
2021-08-21 08:26:47 +02:00
nicolargo
3796c3ca65
Incorrect processes disk IO stats #1922
2021-08-21 08:26:11 +02:00
nicolargo
a43f24af16
DSM 6 docker error crash /sys/class/power_supply #1921
2021-08-17 17:33:56 +02:00
nicolargo
84914bc4d8
Update README file with containers images name again
2021-08-14 18:14:22 +02:00
nicolargo
7abb924381
Update README file with containers images name
2021-08-14 18:09:46 +02:00
nicolargo
ec70ed6944
On the road of Glances 3.2.4
2021-08-14 17:08:53 +02:00
nicolargo
0e7919eaa0
version 3.2.3
2021-08-14 17:05:47 +02:00
nicolargo
c4bb0af8fe
Update Makefile
2021-08-14 12:45:53 +02:00
nicolargo
b59a33ee0c
Docker container monitoring only show half command? #1912
2021-08-14 12:37:14 +02:00
nicolargo
ff4cfcd0c9
Processor name getting cut off #1917
2021-08-14 11:44:40 +02:00
nicolargo
ed8cd9f8ad
batinfo not in docker image (and in requirements files...) ? #1915
2021-08-14 11:24:10 +02:00
nicolargo
ab3f849d0f
Glances don't send hostname (tag) to influxdb2
2021-08-14 11:00:47 +02:00
nicolargo
ea1812652a
Merge branch 'develop' of github.com:nicolargo/glances into develop
2021-08-07 17:48:56 +02:00
nicolargo
530bc76f38
Update Flame profiling
2021-08-07 17:29:48 +02:00
Nicolas Hennion
62bf8bd8a3
Merge pull request #1911 from linduxed/patch-1
...
Fix typo in README
2021-08-03 19:42:47 +02:00
Mikael Muszynski
c1f6954672
Fix typo in README
2021-08-03 11:19:16 +02:00
nicolargo
bdeb414a4c
Update process list doc
2021-08-01 10:21:32 +02:00
nicolargo
348ee629c0
Update process list doc
2021-08-01 10:08:06 +02:00
nicolargo
be0c7f8c83
Merge branch 'issue1903' into develop
2021-08-01 10:06:03 +02:00
nicolargo
a9ebdf185b
Make the process sort list configurable through the command line #1903
2021-08-01 10:05:47 +02:00