mirror of https://github.com/Icinga/icinga2.git
Fix missing word in doc chapter pin checks in a zone
This commit is contained in:
parent
166ecfe446
commit
80deaf64f0
|
@ -1931,7 +1931,7 @@ add a dependency which prevents notifications for all other failing services:
|
|||
|
||||
In case you want to pin specific checks to their endpoints in a given zone you'll need to use
|
||||
the `command_endpoint` attribute. This is reasonable if you want to
|
||||
execute a local disk check in the `master` on a specific endpoint then.
|
||||
execute a local disk check in the `master` Zone on a specific endpoint then.
|
||||
|
||||
[root@icinga2-master1.localdomain /]# mkdir -p /etc/icinga2/zones.d/master
|
||||
[root@icinga2-master1.localdomain /]# vim /etc/icinga2/zones.d/master/icinga2-master1.localdomain.conf
|
||||
|
|
Loading…
Reference in New Issue