monitoring: Document how to assign instances to command transports

refs #9651
This commit is contained in:
Johannes Meyer 2015-08-26 14:05:13 +02:00
parent 5f66667828
commit b7feed86ea
1 changed files with 17 additions and 0 deletions

View File

@ -71,3 +71,20 @@ type = ssh
user = icinga
private_key = /etc/icingaweb2/ssh/icinga
````
## Configuring transports for different Icinga instances
If there are multiple but different Icinga instances writing to your IDO you can
define which transport belongs to which Icinga instance by providing the
directive 'instance'. This directive should contain the name of the Icinga
instance you want to assign to the transport:
````
[icinga1]
...
instance = icinga1 ; Optional. The default is "default"
[icinga2]
...
instance = icinga2 ; Optional. The default is "default"
````