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',