mirror of https://github.com/Icinga/icinga2.git
parent
a57ebbf953
commit
d9289add62
|
@ -371,6 +371,11 @@ your zone configuration visible to all nodes.
|
||||||
global = true
|
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.
|
If you don't require any global configuration, skip this setting.
|
||||||
|
|
||||||
#### <a id="zone-synchronisation-permissions"></a> Zone Configuration Permissions
|
#### <a id="zone-synchronisation-permissions"></a> Zone Configuration Permissions
|
||||||
|
|
|
@ -15,7 +15,8 @@ object Zone ZoneName {
|
||||||
/*
|
/*
|
||||||
* Defines a global zone containing templates,
|
* Defines a global zone containing templates,
|
||||||
* etc. synced to all nodes, if they accept
|
* etc. synced to all nodes, if they accept
|
||||||
* configuration.
|
* configuration. All remote nodes need
|
||||||
|
* this zone configured too.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue