REQUIRES 1.6.0
The Gitblit JavaMelody plugin provides realtime monitoring of your Gitblit installation by JavaMelody.
Only administrators may access the JavaMelody app.
This plugin is referenced in the Gitblit Plugin Registry and you may install it using SSH with an administrator account.
ssh host plugin refresh
ssh host plugin install javamelody
ssh host plugin ls
Alternatively, you can download the zip and manually copy it to your ${baseFolder}/plugins
directory.
There is no initial setup for this plugin. However, if there are JavaMelody settings that you want to configure, you may specify them in your gitblit.properties
file using the javamelody. prefix.
e.g.
javamelody.monitoring-path = /jm
Once the plugin is installed administrators may access it via the user menu in the upper-right corner. There will be a menu item link for the JavaMelody web ui.
- David Ostrovsky (original author)
- gitblit.com (maintainer)
ant && cp build/target/javamelody*.zip /path/to/gitblit/plugins
/path/to/dev/gitblit/ant installMoxie
/path/to/dev/javamelody/ant && cp build/target/javamelody*.zip /path/to/gitblit/plugins