summaryrefslogtreecommitdiffstats
path: root/glances
AgeCommit message (Collapse)Author
2020-08-19Glances 3.1.5nicolargo
2020-08-19Merge branch 'issue1663' into developnicolargo
2020-08-19Can't start server: unexpected keyword argument 'address' #1693nicolargo
2020-07-21Add RSS column for containers in web UIAnartz Nuin
Since Resident Set Size is available for containers, an additional column has been added to display this value.
2020-07-21Bring back 'rss' and 'cache' memory stats in docker pluginAnartz Nuin
Looks like the stats were removed because they where gone in Docker 1.11. This change put them back since they've been available again for a while now.
2020-07-21Unusual characters in cmdline cause lines to disappear and corrupt the ↵nicolargo
display #1692
2020-07-21Regex fix for hide conf key #1691nicolargo
2020-07-21Enhancement Request: .conf parameter for AMP #1690nicolargo
2020-07-20class AmpsList method _build_amps_list() Windows fail (glances/amps_list.py) ↵nicolargo
#1689
2020-07-20Quick Look missing CPU Infos #1685nicolargo
2020-07-20Merge pull request #1688 from bantl23/issue#1687Nicolas Hennion
Add amqps protocol suppport for rabbitmq export
2020-07-06Needed to handle case where no protocol was specified in configuration. So ↵Deepak Kaul
added in an if clause to check if the protocol was present
2020-07-06Adding in optional protocol variable for rabbitmq export which adds in ↵Deepak Kaul
support for amqps protocol
2020-06-18Reflect "used percent" user disk spaceGaspard d'Hautefeuille
`psutill` [says the following](https://github.com/giampaolo/psutil/blob/master/psutil/_psposix.py): > Note: UNIX usually reserves 5% disk space which is not accessible by user. In this function "total" and "used" values reflect the total and used disk space whereas "free" and "percent" represent the "free" and "used percent" user disk space. To fix the alert value that has been notified in this issue https://github.com/nicolargo/glances/issues/1658 where the alert has not been fixed. The issue https://github.com/nicolargo/glances/issues/644 has fixed it one way, this PR is completing the fix for the alert feature of the `fs` plugin.
2020-04-26Update view.html #1636nicolargo
2020-04-26Asymetric, cluttered configuration: Some options only accessible via CLI or ↵nicolargo
keyboard or config file #1650 (correct IRQ)
2020-04-26Undefined name 'i' in plugins/glances_gpu.py #1635nicolargo
2020-03-10On the road to Glances 3.1.5nicolargo
2020-03-10Glances 3.1.4 ready to be releasedv3.1.4nicolargo
2020-03-05dont remove commentBartlomiej Cieszkowski
2020-03-05Merge branch 'develop' into timezone_too_longBartlomiej Cieszkowski
# Conflicts: # glances/plugins/glances_now.py
2020-03-03Merge pull request #1598 from bartlomiejcieszkowski/enable-windows-consoleNicolas Hennion
glances can work in console mode on windows - windows-curses
2020-03-03Correct an issue on Windows, time zone not display correctly. Skip it for ↵nicolargo
the moment
2020-03-03[diskio] Aliases Display Incorrectly/Not at All, and Glances Throws Error on ↵nicolargo
Exit #1618
2020-02-27Kafka key name needs to be bytes #1593nicolargo
2020-02-27Feature request: Include hostname in all (e.g. kafka) exports #1594nicolargo
2020-02-27Glances don't want to run on Crostini (LXC Container, Debian 10, python ↵nicolargo
3.7.3) #1600
2020-02-27Debug message for issue #1604nicolargo
2020-02-27NameError: name logger is not defined in net plugin #1602nicolargo
2020-02-27FS filtering can be done on device name #1606nicolargo
2020-02-17unused importBartlomiej Cieszkowski
2020-02-17tzBartlomiej Cieszkowski
2020-02-16text wrap was due to size of screen being different than subwindows size, ↵Bartlomiej Cieszkowski
use term_window sizing
2020-02-11fix GPU memory consumption reporting fcalvet
Reverting changes in d434333dfe8f377989537ddad2296215fd6f78b5 which displayed something else than memory usage. Old calculation with new py3nvml module still aligns with nvidia-smi output
2020-02-10Slight glances/README.txt updatefcalvet
* Updated link to docs * Added export base class * Added AMPs
2020-02-10Reduced precision to seconds in influxdb exportfcalvet
"To significantly improve compression, use the coarsest precision possible for timestamps." see documentation: https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_reference/#syntax-description
2020-02-09glances can work in console mode on windows - windows-cursesBartlomiej Cieszkowski
2020-01-22Use is_alive instead of isAlive for Python 3.9 compatibility.Karthikeyan Singaravelan
2020-01-22Fix DeprecationWarning regarding invalid escape sequence. Fix SyntaxWarning ↵Karthikeyan Singaravelan
regarding literal comparison.
2020-01-15Merge pull request #1580 from notFloran/webui-amp-nl2brNicolas Hennion
[WEBUI] AMP plugins and \n
2020-01-11Can start glances with MQTT export #1581nicolargo
2020-01-02Replace \n by br in amp resultFloran Brutel
2019-12-26log file under public/shared tmp/ folders must not have deterministic name #1575nicolargo
2019-12-17Merge branch 'develop' of github.com:nicolargo/glances into developnicolargo
2019-12-17Correct an issue while init IP plugin (issue #1528) again...nicolargo
2019-12-14Fix broken method call when config is NoneBao Trinh
2019-12-01Finish connection plugin of the webUiFloran Brutel
2019-12-01First try to eable the connections plugin in the WebUI... (it's a fail)nicolargo
2019-11-24Feature request: HDD S.M.A.R.T. reports #1288 (only terminal UI)nicolargo
2019-11-21Merge branch 'develop' of https://github.com/nicolargo/glances into developnicolargo