Correct duplicate line in plugin model

This commit is contained in:
nicolargo 2025-09-21 15:00:59 +02:00
parent 11bab0fb5e
commit 3db5f13d8c
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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)