From d9289add624184102f8a3aed30e8b745d709936b Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 12 Jun 2014 14:33:59 +0200 Subject: [PATCH] Documentation: Emphasize on global zone on all nodes refs #6254 --- doc/4-monitoring-remote-systems.md | 5 +++++ etc/icinga2/zones.conf | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/4-monitoring-remote-systems.md b/doc/4-monitoring-remote-systems.md index a3bb3e407..45378a193 100644 --- a/doc/4-monitoring-remote-systems.md +++ b/doc/4-monitoring-remote-systems.md @@ -371,6 +371,11 @@ your zone configuration visible to all nodes. global = true } +> **Note** +> +> If the remote node does not have this zone configured, it will ignore the configuration +> update, if it accepts configuration. + If you don't require any global configuration, skip this setting. #### Zone Configuration Permissions diff --git a/etc/icinga2/zones.conf b/etc/icinga2/zones.conf index bcd0443c8..9c76de7bb 100644 --- a/etc/icinga2/zones.conf +++ b/etc/icinga2/zones.conf @@ -15,7 +15,8 @@ object Zone ZoneName { /* * Defines a global zone containing templates, * etc. synced to all nodes, if they accept - * configuration. + * configuration. All remote nodes need + * this zone configured too. */ /*