You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "The list of hosts that should be reached directly, bypassing the proxy, that translates into the http.nonProxyHosts system property."
133
135
required: false
134
136
defaultValue: ""
135
-
- key: AB_JOLOKIA_OFF
136
-
type: string
137
-
description: "If set disables activation of Jolokia (i.e. echos an empty value). By default, Jolokia is enabled."
138
-
required: false
139
-
defaultValue: ""
140
-
- key: AB_JOLOKIA_CONFIG
141
-
type: string
142
-
description: " If set uses this file (including path) as Jolokia JVM agent properties (as described in Jolokia's reference manual). If not set, the /opt/jolokia/etc/jolokia.properties will be created using the settings as defined in this document, otherwise the reset of the settings in this document are ignored."
143
-
required: false
144
-
defaultValue: ""
145
-
- key: AB_JOLOKIA_HOST
146
-
type: string
147
-
description: "Host address to bind to (Default: 0.0.0.0)"
148
-
required: false
149
-
defaultValue: ""
150
-
- key: AB_JOLOKIA_HOST
151
-
type: string
152
-
description: "Port to use (Default: 8778)"
153
-
required: false
154
-
defaultValue: ""
155
-
- key: AB_JOLOKIA_USER
156
-
type: string
157
-
description: "User for basic authentication. Defaults to 'jolokia'"
158
-
required: false
159
-
defaultValue: ""
160
-
- key: AB_JOLOKIA_PASSWORD
161
-
type: string
162
-
description: "Password for basic authentication. By default authentication is switched off."
163
-
required: false
164
-
defaultValue: ""
165
-
- key: AB_JOLOKIA_PASSWORD_RANDOM
166
-
type: string
167
-
description: "Should a random AB_JOLOKIA_PASSWORD be generated? Generated value will be written to /opt/jolokia/etc/jolokia.pw"
168
-
required: false
169
-
defaultValue: ""
170
-
- key: AB_JOLOKIA_HTTPS
171
-
type: string
172
-
description: "Switch on secure communication with https. By default self signed server certificates are generated if no serverCert configuration is given in AB_JOLOKIA_OPTS"
173
-
required: false
174
-
defaultValue: ""
175
-
- key: AB_JOLOKIA_ID
176
-
type: string
177
-
description: "Agent ID to use ($HOSTNAME by default, which is the container id)"
178
-
required: false
179
-
defaultValue: ""
180
-
- key: AB_JOLOKIA_DISCOVERY_ENABLED
181
-
type: string
182
-
description: "Enable Jolokia discovery. Defaults to false."
183
-
required: false
184
-
defaultValue: ""
185
-
- key: AB_JOLOKIA_OPTS
186
-
type: string
187
-
description: "Additional options to be appended to the agent configuration. They should be given in the format \"key=value,key=value,...\""
description: "This is a S2I builder template for Java builds whose result can be run directly without any further application server.It's suited ideally for microservices with a flat classpath (including \"far jars\").
194
141
195
142
This image also provides an easy integration with an Jolokia agent."
0 commit comments