From 458aaa23f6aef4d1e6d875c04060bfbb78c00c42 Mon Sep 17 00:00:00 2001 From: Baptiste BEAUPLAT Date: Fri, 24 Apr 2020 16:31:59 +0200 Subject: [PATCH] Docs: fix zones config example for second master --- doc/06-distributed-monitoring.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/06-distributed-monitoring.md b/doc/06-distributed-monitoring.md index 762fbeb65..5eedf6975 100644 --- a/doc/06-distributed-monitoring.md +++ b/doc/06-distributed-monitoring.md @@ -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" {