Since Munin on Ubuntu 14.04 doesn’t work out of the box, here’s a short tutorial how to make it work.
Stop Jira, setup the connector inĀ /opt/atlassian/jira/conf/server.xml and start Jira:
1 |
<Connector acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" enableLookups="false" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" port="8080" protocol="HTTP/1.1" redirectPort="8443" useBodyEncodingForURI="true" scheme="https" proxyName="jira.hostname.com" proxyPort="443" secure="true"/> |
Don’t forget to comment out usual one. For Stash use: Read More →