Commit Graph

4253 Commits

Author SHA1 Message Date
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
nicolargo
ba1af75e08 Public IP address doesn't display anymore #1910 2021-07-31 10:22:42 +02:00
Nicolas Hennion
fe37342ccc
Merge pull request #1907 from nicolargo/webui-network-name
[WebUI] Better truncate of network name
2021-07-28 11:25:07 +02:00
Floran Brutel
fd6e19854d Display full interface name of network for big screen in the webui 2021-07-28 08:01:20 +02:00
Nicolas Hennion
42d56426c8
Merge pull request #1906 from Poeschl/fix-alpine-and-debian-python-lib-path
Fix alpine path
2021-07-26 13:13:23 +02:00
Markus Pöschl
b347ce277c
Fix alpine path 2021-07-25 14:40:42 +02:00
nicolargo
0eb8973626 Debian Docker images broken with version 3.2.2 #1905 2021-07-25 10:09:03 +02:00
nicolargo
aec87540e2 On the road to Glances 3.2.3 2021-07-24 18:11:13 +02:00
nicolargo
1c2b073e6b Glances version 3.2.2 2021-07-24 18:08:18 +02:00
nicolargo
90ba099c6f InfluxDB/InfluxDB2 Export object has no attribute hostname #1899 2021-07-24 18:01:27 +02:00
nicolargo
1b549041fc [3.2.0/3.2.1] keybinding not working anymore #1904 2021-07-24 17:56:50 +02:00
nicolargo
5c0540ee9a Merge branch 'fieldsdescription' into develop 2021-07-17 18:55:44 +02:00
nicolargo
39faa7f2d0 Reformat API doc 2 2021-07-17 09:49:28 +02:00
nicolargo
9c4fe9ca0c Reformat API doc 2021-07-17 09:44:21 +02:00
Nicolas Hennion
66094b904f
Update api.rst 2021-07-17 09:37:48 +02:00