doc/getting-started: mention global-zone
Already existed in how-it-works, but should be more prominent fixes #11547
This commit is contained in:
parent
aec44c90d8
commit
fcacf3433e
|
@ -7,7 +7,17 @@ environment. Director is not allowed to modify existing configuration in
|
||||||
example automagically at kickstart time), it is a pretty advanced task you
|
example automagically at kickstart time), it is a pretty advanced task you
|
||||||
should not tackle at the early beginning.
|
should not tackle at the early beginning.
|
||||||
|
|
||||||
|
Define a new global zone
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
This zone must exist on every node directly or indirectly managed by the
|
||||||
|
Icinga Director:
|
||||||
|
|
||||||
|
```icinga2
|
||||||
|
object Zone "director-global" {
|
||||||
|
global = true
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
Create an API user
|
Create an API user
|
||||||
------------------
|
------------------
|
||||||
|
|
Loading…
Reference in New Issue