https://github.com/christian-draeger/jenkins-monitor
a standalone jenkins job monitoring tool - this will work without actually touching jenkins itself
https://github.com/christian-draeger/jenkins-monitor
board java jenkins-monitor jquery spring-boot test-board
Last synced: about 1 month ago
JSON representation
a standalone jenkins job monitoring tool - this will work without actually touching jenkins itself
- Host: GitHub
- URL: https://github.com/christian-draeger/jenkins-monitor
- Owner: christian-draeger
- Created: 2016-11-01T17:11:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T22:02:17.000Z (almost 5 years ago)
- Last Synced: 2025-09-04T05:53:41.220Z (about 1 month ago)
- Topics: board, java, jenkins-monitor, jquery, spring-boot, test-board
- Language: CSS
- Homepage:
- Size: 188 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/christian-draeger/jenkins-monitor)
### About
The Jenkins-Monitor is a standalone monitoring tool displaying the build status / test results of several jobs.
It's espacially intresting if you want to monitor jobs of a jenkins you are not administrating yourself or don't have permission to install plugins on your own.
It is possible to create multiple boards with a separate configuration (which jobs you want to monitor, set different display name, optical things like backgrounds, panel themes, effects, etc.) for each of them.#### Required
* java jre (7 or higher) installed#### Installation
* [download](https://github.com/christian-draeger/jenkins-monitor/releases) and run application
* place the [config file](https://github.com/christian-draeger/jenkins-monitor/blob/master/jenkinsMonitorConfig.json) in the same directory as the application (jar file)
* don't change the name of the file, it has to be "jenkinsMonitorConfig.json"
* board will be available under localhost:8282/test-results.html
* if you want to display the board from another mashine replace localhost with the ip-address of the mashine where you're executing the jar### [Try the live example monitor](https://christian-draeger.github.io/jenkins-monitor/)