commandtransports.md: Document how instance linkage works

refs #9651
This commit is contained in:
Johannes Meyer 2015-08-31 12:57:07 +02:00
parent b7cdfcfae0
commit 5aee5836bb
1 changed files with 6 additions and 2 deletions

View File

@ -82,9 +82,13 @@ instance you want to assign to the transport:
````
[icinga1]
...
instance = icinga1 ; Optional. The default is "default"
instance = icinga1
[icinga2]
...
instance = icinga2 ; Optional. The default is "default"
instance = icinga2
````
Associating a transport to a specific Icinga instance causes this transport to
be used to send commands to the linked instance only. Transports without a
linked Icinga instance are utilized to send commands to all instances.