mirror of https://github.com/Icinga/icinga2.git
Fix example config.
This commit is contained in:
parent
71e416a23b
commit
597ea49776
|
@ -11,12 +11,12 @@ include <itl/itl.conf>
|
|||
include <itl/standalone.conf>
|
||||
|
||||
/**
|
||||
* The mods-available directory contains a number of configuration
|
||||
* The features-available directory contains a number of configuration
|
||||
* files for features which can be enabled and disabled using the
|
||||
* i2enmod / i2dismod tools. These two tools work by creating
|
||||
* and removing symbolic links in the mods-enabled directory.
|
||||
* i2enfeature / i2disfeature tools. These two tools work by creating
|
||||
* and removing symbolic links in the features-enabled directory.
|
||||
*/
|
||||
include "mods-enabled/*.conf"
|
||||
include "features-enabled/*.conf"
|
||||
|
||||
/**
|
||||
* Although in theory you could define all your objects in this file
|
||||
|
|
Loading…
Reference in New Issue