From 790485c8bc989ae8b96c815c3a91f6c4fe2dbebf Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 22 Sep 2017 13:48:13 +0200 Subject: [PATCH] Drop repository.d from configuration chapter in the docs refs #4799 --- doc/04-configuring-icinga-2.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/doc/04-configuring-icinga-2.md b/doc/04-configuring-icinga-2.md index 2b72c1b88..76c77d561 100644 --- a/doc/04-configuring-icinga-2.md +++ b/doc/04-configuring-icinga-2.md @@ -159,21 +159,6 @@ This `include` directive takes care of including the configuration files for all the features which have been enabled with `icinga2 feature enable`. See [Enabling/Disabling Features](11-cli-commands.md#enable-features) for more details. - /** - * The repository.d directory contains all configuration objects - * managed by the 'icinga2 repository' CLI commands. - */ - include_recursive "repository.d" - -This `include_recursive` directive is used for discovery of services on remote clients -and their generated configuration described in -[this chapter](06-distributed-monitoring.md#distributed-monitoring-bottom-up). - -**Note**: This has been DEPRECATED in Icinga 2 v2.6 and is **not** required for -satellites and clients using the [top down approach](#06-distributed-monitoring.md#distributed-monitoring-top-down). -You can safely disable/remove it. - - /** * Although in theory you could define all your objects in this file * the preferred way is to create separate directories and files in the conf.d