diff --git a/etc/icinga2/icinga2.conf b/etc/icinga2/icinga2.conf index 2be576a69..ac7803b75 100644 --- a/etc/icinga2/icinga2.conf +++ b/etc/icinga2/icinga2.conf @@ -11,12 +11,12 @@ include include /** - * 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