Add trailing slash to jolokia context (#2105)

This commit is contained in:
Steven Pall
2016-12-17 07:51:46 -05:00
committed by Cameron Sparr
parent 6723ea5fe6
commit 0e8122a2fc
2 changed files with 5 additions and 3 deletions

View File

@@ -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"