Skip to content

needed upgrade of javamelody for security, bugs and enhancements #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*REQUIRES 1.6.0*

The Gitblit [JavaMelody](https://code.google.com/p/javamelody) plugin provides realtime monitoring of your Gitblit installation by JavaMelody.
The Gitblit [JavaMelody](https://github.com/javamelody/javamelody/wiki) plugin provides realtime monitoring of your Gitblit installation by JavaMelody.

Only *administrators* may access the JavaMelody app.

Expand All @@ -18,11 +18,12 @@ Alternatively, you can download the zip and manually copy it to your `${baseFold

### Setup

There is no initial setup for this plugin. However, if there are JavaMelody [settings](https://code.google.com/p/javamelody/wiki/UserGuide) that you want to configure, you may specify them in your `gitblit.properties` file using the *javamelody.* prefix.
There is no initial setup for this plugin. However, if there are JavaMelody [settings](https://github.com/javamelody/javamelody/wiki/UserGuide#6-optional-parameters) that you want to configure, you may specify them in your `gitblit.properties` file using the *javamelody.* prefix.

e.g.

javamelody.monitoring-path = /jm
javamelody.storage-directory = /tmp/javamelody

### Usage

Expand Down
2 changes: 1 addition & 1 deletion build.moxie
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ repositories: 'central', 'com.gitblit'
# Convenience properties for dependencies
properties: {
gitblit.version : 1.6.0
javamelody.version : 1.53.0
javamelody.version : 1.82.0
}

# Dependencies
Expand Down