|
1 | | -#### Jolokia configuration |
| 1 | +#### Jolokia Configuration |
2 | 2 |
|
3 | 3 | * **AB_JOLOKIA_OFF** : If set disables activation of Jolokia (i.e. echos an empty value). By default, Jolokia is enabled. |
4 | | -* **AB_JOLOKIA_CONFIG** : If set uses this file (including path) as Jolokia JVM agent properties (as described |
5 | | - in Jolokia's [reference manual](http://www.jolokia.org/reference/html/agents.html#agents-jvm)). If not set, |
| 4 | +* **AB_JOLOKIA_CONFIG** : If set uses this file (including path) as Jolokia JVM agent properties (as described |
| 5 | + in Jolokia's [reference manual](http://www.jolokia.org/reference/html/agents.html#agents-jvm)). If not set, |
6 | 6 | the `/opt/jolokia/etc/jolokia.properties` will be created using the settings as defined in this document, otherwise |
7 | 7 | the reset of the settings in this document are ignored. |
8 | 8 | * **AB_JOLOKIA_HOST** : Host address to bind to (Default: `0.0.0.0`) |
|
14 | 14 | if no `serverCert` configuration is given in `AB_JOLOKIA_OPTS` |
15 | 15 | * **AB_JOLOKIA_ID** : Agent ID to use (`$HOSTNAME` by default, which is the container id) |
16 | 16 | * **AB_JOLOKIA_DISCOVERY_ENABLED** : Enable Jolokia discovery. Defaults to false. |
17 | | -* **AB_JOLOKIA_OPTS** : Additional options to be appended to the agent configuration. They should be given in the format |
| 17 | +* **AB_JOLOKIA_OPTS** : Additional options to be appended to the agent configuration. They should be given in the format |
18 | 18 | "key=value,key=value,..." |
19 | 19 |
|
20 | 20 | Some options for integration in various environments: |
21 | 21 |
|
22 | | -* **AB_JOLOKIA_AUTH_OPENSHIFT** : Switch on client authentication for OpenShift TSL communication. The value of this |
| 22 | +* **AB_JOLOKIA_AUTH_OPENSHIFT** : Switch on client authentication for OpenShift TSL communication. The value of this |
23 | 23 | parameter can be a relative distinguished name which must be contained in a presented client certificate. Enabling this |
24 | | - parameter will automatically switch Jolokia into https communication mode. The default CA cert is set to |
25 | | - `/var/run/secrets/kubernetes.io/serviceaccount/ca.crt` |
26 | | - |
| 24 | + parameter will automatically switch Jolokia into https communication mode. The default CA cert is set to |
| 25 | + `/var/run/secrets/kubernetes.io/serviceaccount/ca.crt` |
0 commit comments