doc: add a note about director-global being reserver for Director

This commit is contained in:
Thomas Widhalm 2019-05-31 16:01:17 +02:00 committed by Thomas Gelf
parent d9b75c4a86
commit 884118958e

View File

@ -67,6 +67,11 @@ object Zone "director-global" {
} }
``` ```
Please do not use this zone for your own configuration files.
There is a zone called `global-templates` available in default Icinga
setups that's meant for configuration files. `director-global` is reserved
for use by Icinga Director.
Zone membership handling Zone membership handling
------------------------ ------------------------