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 icon unfolds the inline help when clicking on it.
Settings types
The following types are used in this documentation:
Type | Description | Pattern | Examples |
---|---|---|---|
Duration | The expected value is a duration in ISO notation. | PT\d[SMH] | PT10S for 10s PT5M for 5min |
Boolean | The expected value is a boolean. Represented as a checkbox on the UI. | true|false | |
List | The expected values are predefined and shown in a list. | ||
String | The expected value is a string... | ||
Pattern | The expected value is a regular expression. | ||
Integer | The expected value is an integer. | \d+ | |
Float | The expected value is a float. | \d*.?\d+ | |
Fixed | Fixed by the system, cannot be changed. If not good, contact your support. |
The type may also be an array of types.