]> granicus.if.org Git - icinga2/commitdiff
Fix example config.
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 27 Sep 2013 09:29:24 +0000 (11:29 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 27 Sep 2013 09:29:24 +0000 (11:29 +0200)
etc/icinga2/icinga2.conf

index 2be576a694c23580090d20491ee19da87bb3b932..ac7803b75961a067b7e025a39d1b163201e9c494 100644 (file)
@@ -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