cmd_config

Stores global variables for command options. These are settings for all commands.

###
cmd_config:
  loop_sleep: 5
loop_sleep

All commands can be configured to be executed in a loop. For example: if a command does not deliver the expected output, the command can be executed again until the output has the expected value. Between the executions can be a sleep time of certain seconds.

Type:

int

Default:

5