diff --git a/README.rst b/README.rst index 5dd214e6..3ce377d2 100644 --- a/README.rst +++ b/README.rst @@ -54,14 +54,14 @@ and can also be used for remote monitoring of systems via a web interface or com line interface. It is easy to install and use and can be customized to show only the information that you are interested in. -.. image:: https://raw.githubusercontent.com/nicolargo/glances/develop/docs/_static/glances-summary.png +.. image:: ./docs/_static/glances-summary.png In client/server mode, remote monitoring could be done via terminal, Web interface or API (XML-RPC and RESTful). Stats can also be exported to files or external time/value databases, CSV or direct output to STDOUT. -.. image:: https://raw.githubusercontent.com/nicolargo/glances/develop/docs/_static/glances-responsive-webdesign.png +.. image:: ./docs/_static/glances-responsive-webdesign.png Glances is written in Python and uses libraries to grab information from your system. It is based on an open architecture where developers can diff --git a/glances/plugins/plugin/model.py b/glances/plugins/plugin/model.py index 415986be..1aa81183 100644 --- a/glances/plugins/plugin/model.py +++ b/glances/plugins/plugin/model.py @@ -1216,6 +1216,3 @@ class GlancesPluginModel: _check_decorator = staticmethod(_check_decorator) _log_result_decorator = staticmethod(_log_result_decorator) _manage_rate = staticmethod(_manage_rate) - _manage_rate = staticmethod(_manage_rate) - _manage_rate = staticmethod(_manage_rate) - _manage_rate = staticmethod(_manage_rate)