Docs: fix zones config example for second master

This commit is contained in:
Baptiste BEAUPLAT 2020-04-24 16:31:59 +02:00
parent af7768944a
commit 458aaa23f6
No known key found for this signature in database
GPG Key ID: 17494B10795DD733
1 changed files with 3 additions and 3 deletions

View File

@ -1669,14 +1669,14 @@ The secondary master waits for connection attempts from the first master,
and therefore does not try to connect to it again.
```
[root@icinga2-master1.localdomain /]# vim /etc/icinga2/zones.conf
[root@icinga2-master2.localdomain /]# vim /etc/icinga2/zones.conf
object Endpoint "icinga2-master1.localdomain" {
// That's us
// The first master already connects to us
}
object Endpoint "icinga2-master2.localdomain" {
// The first master already connects to us
// That's us
}
object Zone "master" {