Add trailing slash to jolokia context (#2105)
This commit is contained in:
committed by
Cameron Sparr
parent
6723ea5fe6
commit
0e8122a2fc
@@ -6,7 +6,8 @@
|
||||
# Read JMX metrics through Jolokia
|
||||
[[inputs.jolokia]]
|
||||
## This is the context root used to compose the jolokia url
|
||||
context = "/jolokia"
|
||||
## NOTE that Jolokia requires a trailing slash at the end of the context root
|
||||
context = "/jolokia/"
|
||||
|
||||
## This specifies the mode used
|
||||
# mode = "proxy"
|
||||
|
||||
Reference in New Issue
Block a user