Hello,
Is there any way to get Javamelody JIRA Plugin working with Centralized Collect Server, I have problems with authentication from Centralized Collect Server.
Thanks
If you want to use the Collect Server with the Javamelody plugin, you could disable the JIRA authentication needed to access the monitoring URL.
For that, add a system property -Djavamelody.plugin-authentication-disabled=true in your JIRA server.
But authentication would also be disabled for anyone. So it would be better to also add either -Djavamelody.allowed-addr-pattern=123\.123\.123\.123 or basic authentication wih -Djavamelody.authorized-users=myusername:mypassword (in this case, the URL to use in the collect server is http://myusername:mypassword@jiraserver:8080)
More information:
https://code.google.com/p/javamelody/wiki/UserGuideAdvanced#5._Security_with_a_collect_server
Thanks, The only thing I had to change was -Djavamelody.authorized-users=myusername,mypassword is wrong, the correct way is -Djavamelody.authorized-users=myusername:mypassword, but it works like a charm.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah yes, it's a mistyping from me. I have corrected the answer above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.