X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Fall%2Fcollector.py;h=812a9392cbf4ef38b36d3f4a879dd2b74042d239;hb=4b0e922489532434f0968647886021542b77cece;hp=6101cdd8d2fe7d7873a4d357e4ac1fdb435b439a;hpb=0016ed76a0c9b5d058510df63d42e71c346a4e64;p=nepi.git diff --git a/src/nepi/resources/all/collector.py b/src/nepi/resources/all/collector.py index 6101cdd8..812a9392 100644 --- a/src/nepi/resources/all/collector.py +++ b/src/nepi/resources/all/collector.py @@ -37,11 +37,13 @@ class Collector(ResourceManager): :type ec: ExperimentController :param guid: guid of the RM :type guid: int - :param creds: Credentials to communicate with the rm (XmppClient) - :type creds: dict """ _rtype = "Collector" + _help = "A Collector can be attached to a trace name on another " \ + "ResourceManager and will retrieve and store the trace content " \ + "in a local file at the end of the experiment" + _backend_type = "all" @classmethod def _register_attributes(cls):