include

include — includes a file in with configuration files.

Syntax

(include filename [enabled] [as-sender-0|1])
    

Arguments

filename

The name of the configuration file to include.

enabled

One of the following flags indicating the enabled state.

    1 means enabled; it will be used immediately after loading.

    0 means disabled; it will be loaded but not used.

as-sender-0|1

Not yet documented.

Returns

A message indicating success or error. Please refer to Return Syntax for details.

Description

This command includes a file with configuration files. It can be used in a configuration file itself, causing the included file to be inserted into the configuration file at the point of this command. Or it can be sent to the DataHub by another program. The enabled parameter puts the file into the enabled state, meaning that it is loaded and then immediately used. With that parameter turned off, the file is simply added to the DataHub's list of configuration files.