summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2019-11-09 10:54:39 +0100
committernicolargo <nicolas@nicolargo.com>2019-11-09 10:54:39 +0100
commite7cc51fab9e486f13b945c3f87e001a4cf1b5e47 (patch)
tree1f708a3b2a18d198df030a9e2462fdb222fc0959
parent2c34d463c9f06e9b667614c67fecb3a961b56550 (diff)
Add a comment for future export enhancement
-rw-r--r--glances/exports/glances_export.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/glances/exports/glances_export.py b/glances/exports/glances_export.py
index e23f33b0..9adfcbd6 100644
--- a/glances/exports/glances_export.py
+++ b/glances/exports/glances_export.py
@@ -34,7 +34,8 @@ class GlancesExport(object):
"""Main class for Glances export IF."""
# For the moment, only thoses plugins can be exported
- # @TODO: remove this part and make all plugins exportable
+ # @TODO: remove this part and make all plugins exportable (see issue #1556)
+ # @TODO: also make this list configurable by the user (see issue #1443)
exportable_plugins = ['cpu',
'percpu',
'load',