Available commands about indicators:

indicator-create name -t type [-scale scale] [-i sources]* [property]*
  type : identifies the Collector (jmx, derived, aggregate, df, lewys, ...)
  scale: value used to divide the rough probe result. (default = 1)
  sources: names of indicators used as a source indicator
  property must have the form "key=value" and depend on the type.

indicator-change name [-t type] [-i sources]* [property]*
  type : identifies the Collector (jmx, derived, aggregate, df, lewys, ...)
  sources: names of indicators used as a source indicator
  property must have the form "key=value" and depend on the type.
  only changed parameters must be supplied
  to undefine a property, just type: "key="

indicator-remove name

indicator-list [name] [-t type] [-v]
  if no name, the list of indicators is printed.
  [-n] name : allows to print details about an indicator identified by the given name
  -t type : list only indicator with this type.
  -v : the list of indicators with all their properties

indicator-types [-v]
  list all supported indicator types
  -v : give a short description for each indicator type.

indicator-properties -t type
  list properties for that indicator type
  mandatory properties are flagged by an "*".

indicator-info -t type
  list all information about this indicator type
