mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 16:50:18 -04:00
Fix example config.
This commit is contained in:
parent
71e416a23b
commit
597ea49776
1 changed files with 4 additions and 4 deletions
|
|
@ -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 a new issue