Fixed formatting

This commit is contained in:
2020-04-25 19:43:47 +02:00
parent ddf847b8bf
commit 841920752f

View File

@@ -16,12 +16,12 @@ Everything is controlled using the follwing environment variables.
* **PARENTPORT** is the Icinga2 port on the parent host. Defaults to 5665. * **PARENTPORT** is the Icinga2 port on the parent host. Defaults to 5665.
* **TICKET** is the ticket you get from the master (if you are using Director * **TICKET** is the ticket you get from the master (if you are using Director
you find it under the Agent tab of the host). you find it under the Agent tab of the host).
* **ACCEPT_CONFIG** takes a *y* or *n* value for yes or no. The default is * **ACCEPT_CONFIG** takes a ***y*** or ***n*** value for yes or no. The default is
*n*(o). ***n***.
* **ACCEPT_COMMANDS** takes a *y* or *n* value for yes or no. The default is * **ACCEPT_COMMANDS** takes a ***y*** or ***n*** value for yes or no. The default is
*n*(o). ***n***.
* **DISABLE_CONFD** takes a *y* or *n* value for yes or no. The default is * **DISABLE_CONFD** takes a ***y*** or ***n*** value for yes or no. The default is
*y*(es). This should be a sane default for most people. ***y***. This should be a sane default for most people.
## Example usage ## Example usage
``` ```