Syntax of Configuration Files

View the syntax for using INCLUDE and EXCLUDE in a configuration file.

Comment lines are indicated by empty lines or lines starting with a # symbol. The INCLUDE statement is shown in the following example.
INCLUDE <licence_number> USER <username>
INCLUDE <licence_number> HOST <hostname or IP address>
Wildcard characters are also allowed in the hostname and IP address.
INCLUDE <licence_number> HOST node-*
The same rules apply when creating EXCLUDE rules.
EXCLUDE <licence_number> USER <username>
EXCLUDE <licence_number> HOST <hostname or IP address>