]> granicus.if.org Git - icinga2/commitdiff
Drop satellite.conf reference for bottom-up 5606/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Fri, 22 Sep 2017 12:26:39 +0000 (14:26 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Fri, 22 Sep 2017 12:28:55 +0000 (14:28 +0200)
refs #4799

doc/04-configuring-icinga-2.md
etc/CMakeLists.txt

index 76c77d561155f0d02e6e4319a5466570fdce828b..aff5606273c3237e495463dbdece19ac39a3e4fe 100644 (file)
@@ -250,7 +250,6 @@ Available configuration files which are installed by default:
 * [templates.conf](04-configuring-icinga-2.md#templates-conf)
 * [downtimes.conf](04-configuring-icinga-2.md#downtimes-conf)
 * [timeperiods.conf](04-configuring-icinga-2.md#timeperiods-conf)
-* [satellite.conf](04-configuring-icinga-2.md#satellite-conf)
 * [api-users.conf](04-configuring-icinga-2.md#api-users-conf)
 * [app.conf](04-configuring-icinga-2.md#app-conf)
 
@@ -682,18 +681,6 @@ and `never`. TimePeriod objects are referenced by `*period`
 objects such as hosts, services or notifications.
 
 
-#### satellite.conf <a id="satellite-conf"></a>
-
-Includes default templates and dependencies for
-[monitoring remote clients](06-distributed-monitoring.md#distributed-monitoring)
-using service discovery and
-[config generation](06-distributed-monitoring.md#distributed-monitoring-bottom-up)
-on the master. Can be ignored/removed on setups not using this feature.
-
-
-Further details on the monitoring configuration can be found in the
-[monitoring basics](03-monitoring-basics.md#monitoring-basics) chapter.
-
 #### api-users.conf <a id="api-users-conf"></a>
 
 Provides the default [ApiUser](09-object-types.md#objecttype-apiuser) object
index 46bc6ffb03e5c221d0bcdeb4fff4c6318ac9f151..68abbf73e69649527c8fc915e5cb1c42a8f57069 100644 (file)
@@ -50,7 +50,6 @@ else()
 endif()
 
 install_if_not_exists(icinga2/conf.d/notifications.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d)
-install_if_not_exists(icinga2/conf.d/satellite.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d)
 install_if_not_exists(icinga2/conf.d/templates.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d)
 install_if_not_exists(icinga2/conf.d/timeperiods.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d)
 install_if_not_exists(icinga2/conf.d/users.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/conf.d)