Rainer Gerhards 6327e43ea9 config: add include() script object
This permits to include files (like legacy $IncludeConfig) via a
script object. Needless to say, the script object offers more
features:

- include files can now be
  - required, with rsyslog aborting when not present
  - required, with rsyslog emitting an error message but otherwise
    continuing when not present
  - optional, which means non-present include files will be
    skipped without notice
  This is controlled by the "mode" parameter.
- text can be included form e.g. an environment variable
  --> ex: include(text=`echo $ENVVAR`)

This finally really obsoletes $IncludeConfig.

closes https://github.com/rsyslog/rsyslog/issues/2151
2018-01-22 18:36:03 +01:00
..
2013-05-08 09:21:02 +02:00
2011-07-13 12:54:38 +02:00
2018-01-22 18:36:03 +01:00
2018-01-22 18:36:03 +01:00
2011-07-15 15:32:11 +02:00
2018-01-22 18:36:03 +01:00