commandtransports.ini: Document how transports are utilized

refs #9651
This commit is contained in:
Johannes Meyer 2015-08-31 12:57:41 +02:00
parent 5aee5836bb
commit d41b6d5112

View File

@ -9,12 +9,14 @@ find it under ./modules/monitoring/commandtransports.ini.
## Syntax ## Syntax
You can define multiple command transports in the commandtransports.ini. Icinga You can define multiple command transports in the commandtransports.ini. Every
Web 2 will utilize the first transport as the default for a specific Icinga transport starts with a section header containing its name, followed by the
instance. config directives for this transport in the standard INI-format.
Every transport starts with a section header containing its name, followed by Icinga Web 2 will try one transport after another to send a command, depending
the config directives for this transport in the standard INI-format. on the respective Icinga instance, until the command is successfully sent. The
order in which Icinga Web 2 processes the configured transports is defined by
the order of sections in the commandtransports.ini.
## Using a local command pipe ## Using a local command pipe