include — includes a file in with configuration files.
(include filename [enabled] [as-sender-0|1])
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.
A message indicating success or error. Please refer to Return Syntax for details.
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
instance 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
instance's list of configuration files.