summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_ip.py
AgeCommit message (Expand)Author
2019-12-17Correct an issue while init IP plugin (issue #1528) again...nicolargo
2019-08-17Refactor all the way config file is loaded (now by each plugin). Should solve...nicolargo
2019-08-11Error with IP Plugin : object has no attribute #1528nicolargo
2019-07-03IP plugin displays incorrect subnet mask #1417nicolargo
2019-04-18Filter duplicate public IP addresses in IP pluginMendelGusmao
2019-04-18Getting an error when running with prometheus exporter #1469nicolargo
2019-01-19Glances 3.1.0nicolargo
2018-05-12Change copyright year to 2018nicolargo
2018-04-29Use https URLs for checking external IP #1253nicolargo
2018-04-29Stats updated during export (thread issue) #1250nicolargo
2018-01-30Correct warning message typonicolargo
2018-01-28Display debug message if dep lib is not found #1224nicolargo
2018-01-09Don't load public IP address if module disabledAlyssa Ross
2017-10-29Make the left side bar width dynamic in the Curse UI #1177 - First runnicolargo
2017-10-27Key error 'address' in the IP plugin #1176nicolargo
2017-10-15Docstings of plugins are now PEP 257 compliantnicolargo
2017-01-09Copyright 2017Alessio Sergi
2016-12-21Fix redefinition of t type from threading.Thread to glances.timer.TimerAlessio Sergi
2016-12-18Use str.format() automatic numberingAlessio Sergi
2016-10-31Refactors plugins to avoid calling views and history update inside the update...nicolargo
2016-10-30Refactor the --disable-* options #948nicolargo
2016-10-28Correct issue on the --disable optionnicolargo
2016-10-28Add --disable-<option> for all plugins. Should be refactor...nicolargo
2016-10-15Correct somes PEP8 errorsnicolargo
2016-10-06Workarround for the issue931. Not solve the issue but implement correctly the...nicolargo
2016-07-04Avoid Exception in the IP public addr plugin / add log debug messageNicolargo
2016-07-04Avoid Exception in the IP public addr pluginNicolargo
2016-06-18Add comment for the BSD issue unsin netifacesnicolargo
2016-06-02No more Python 2.6 compatible string.format callsAlessio Sergi
2016-04-15Regression on Monitoring listnicolargo
2016-04-04Glances stopped working when using VPN with no internet access. #842Nicolargo
2016-04-02Correct an issue on IP public with Python 3 (issue #646)nicolargo
2016-04-02Improve IP plugin to display public IP address #646nicolargo
2015-11-29Rename OS vars for consistencyAlessio Sergi
2015-11-29Disable netifaces on *BSDs in generalAlessio Sergi
2015-11-14Move core at the top of the module treeAlessio Sergi
2015-11-07Fix broken format string in debug messagesAlessio Sergi
2015-11-04More super() callAlessio Sergi
2015-11-03Use the new compat moduleAlessio Sergi
2015-09-20Use Python 2.6 compatible string.format calls (take 2)Alessio Sergi
2015-09-11Working around netifaces segfault on FreeBSDAlessio Sergi
2015-08-30 Error with IP plugin (issue #651)nicolargo
2015-06-02Use comprehensions instead of map/lambda (take 2)Alessio Sergi
2015-05-11PEP 257Alessio Sergi
2015-05-01No more translationsAlessio Sergi
2015-03-05Replace getters/setters with properties - Round 4Alessio Sergi
2015-02-22glances_ip: fix IP with Python 3Alessio Sergi
2015-02-22Improve IP plugin displaynicolargo
2015-02-15 Add a new IP information plugin (issue #509)nicolargo