Skip to main content

Changing an agent configuration

Controllers, Whisperers and Gociphers configuration are behaving the same.

Default values and advanced settings

Configuration is composed of many different settings.

  • Most have reasonable default values
  • Main settings are always visible to the user
  • Other details settings, 'advanced', are hidden by default, and only visible when clicking Show advanced

Color code

A color code is used to show values:

  • Default values are shown in blue
  • When editing changed values are in
  • orange during edition
  • green when valid
  • red when erroneous
  • Custom values are in black once saved

Inline help

Aside settings group titles, the Info.png icon unfolds the inline help when clicking on it.

Settings types

The following types are used in this documentation:

TypeDescriptionPatternExamples
DurationThe expected value is a duration in ISO notation.PT\d[SMH]PT10S for 10s
PT5M for 5min
BooleanThe expected value is a boolean. Represented as a checkbox on the UI.true|false
ListThe expected values are predefined and shown in a list.
StringThe expected value is a string...
PatternThe expected value is a regular expression.
IntegerThe expected value is an integer.\d+
FloatThe expected value is a float.\d*.?\d+
FixedFixed by the system, cannot be changed. If not good, contact your support.

The type may also be an array of types.