Merge pull request #3282 from Icinga/bugfix/docs-commandtransport-ini-comments

Fix command transport documentation for inline comments
This commit is contained in:
Michael Friedrich 2018-01-17 17:10:20 +01:00 committed by GitHub
commit 8396f61748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -72,10 +72,10 @@ Example:
[icinga2]
transport = "api"
host = "127.0.0.1" // Icinga 2 host
host = "127.0.0.1" ; Icinga 2 host
port = "5665"
username = "icingaweb2"
password = "bea11beb7b810ea9ce6ea" // Change that!
password = "bea11beb7b810ea9ce6ea" ; Change this!
```
## Use a Local Command Pipe <a id="commandtransports-local-command-pipe"></a>