Available commands about probes:

probe-create -n name [-p period] [-o output]* [-i indicator]* [-start]
  default period is 10 seconds
  at least one output and one indicator must be defined
  -start will start the probe at once.

probe-change -n name [-p period] [-o output]* [-i indicator]*
  All parameters but the name may be omitted if they do not change.
  If the probe is running, it will be suspended before changed and restarted after.

probe-remove -n name

probe-start -n name

probe-stop -n name

probe-list [-n probe]
  if no -n option, the list of probes is printed.
