On Mon, 21 Mar 2016, Bauknecht, Sven wrote:

> Hi Alex, 
> 
> Ok - just to get it right for my brain ;) - I am using the example from the 
> docs how to configure distributed zones
> ## Original example:
> object Endpoint "nuremberg-master" {
>   host = "nuremberg.icinga.org"
> }
> 
> object Endpoint "berlin-satellite" {
>   host = "berlin.icinga.org"
> }
> 
> object Endpoint "vienna-satellite" {
>   host = "vienna.icinga.org"
> }
> 
> 
> 
> ## Would look like this in my case:
> object Endpoint "nuremberg-master" {
>   host = "nuremberg.icinga.org"
> }
> 
> object Endpoint "berlin-satellite" {
>  }
> 
> object Endpoint "vienna-satellite" {
> }
> 
> 
> 
> ## And the zones would stay the same?
> object Zone "nuremberg" {
>   endpoints = [ "nuremberg-master" ]
> }
> 
> object Zone "berlin" {
>   endpoints = [ "berlin-satellite" ]
>   parent = "nuremberg"
> }
> 
> object Zone "vienna" {
>   endpoints = [ "vienna-satellite" ]
>   parent = "nuremberg"
> }
> 
> object Zone "global-templates" {
>   global = true
> }
> 
> Right?
Exactly.

Alex

_______________________________________________
icinga-users mailing list
[email protected]
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to