|
1 | 1 | # gitbucket-monitoring-plugin |
2 | | -WIP |
3 | 2 |
|
4 | 3 | [](https://travis-ci.org/YoshinoriN/gitbucket-monitoring-plugin) [](https://www.codacy.com/app/YoshinoriN/gitbucket-monitoring-plugin?utm_source=github.com&utm_medium=referral&utm_content=YoshinoriN/gitbucket-monitoring-plugin&utm_campaign=Badge_Grade) |
| 4 | + |
| 5 | +# Features |
| 6 | + |
| 7 | +This plugin for display machine information, resources, processes, Java information and GitBucket's log for GitBucket Administrator. |
| 8 | + |
| 9 | +* Operating System Information (OS, Distribution, Version, Architecture) |
| 10 | +* Uptime (When booted, Spent time after booted) |
| 11 | +* Time (Now time, Time Zone, Zone offset, Day of Week) |
| 12 | +* Machine's enviroment valiables |
| 13 | +* Machine's resources (Cpu core, Cpu Usaga, Physical memory, Swap, Disk Usaga) |
| 14 | +* Machine's Load average |
| 15 | +* Machine's Tasks (Running, Sleepling, Stopped, Zombie) |
| 16 | +* Java system properties and memory |
| 17 | +* LogBack settings |
| 18 | +* GitBucket's log |
| 19 | + |
| 20 | +# Images |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +|||| |
| 25 | +|:-------:|:-------:|:-------:| |
| 26 | +|||| |
| 27 | +|||| |
| 28 | +|||| |
| 29 | + |
| 30 | +# Download & Installation |
| 31 | + |
| 32 | +1. Download plugin jar file from [the release page](//github.com/YoshinoriN/gitbucket-monitoring-plugin/releases). |
| 33 | +2. Put plugin jar file into `GITBUCKET_HOME/plugins` and restart GitBucket. |
| 34 | + |
| 35 | +# Version |
| 36 | + |
| 37 | +|Plugin version|GitBucket version| |
| 38 | +|:-------------:|:-------:| |
| 39 | +|1.0.0|4.10, 4.11, 4.12.x | |
| 40 | + |
| 41 | +# Supported OS |
| 42 | + |
| 43 | +I confirm work it only `Debian GNU/Linux 8`, `Ubuntu 16.04` and `Windows10`. But I think maybe also will be work it on other distribution(version) of Linux and Window. Mac is also. |
| 44 | + |
| 45 | +# Build from source |
| 46 | + |
| 47 | +```sh |
| 48 | +sbt package |
| 49 | +``` |
| 50 | + |
| 51 | +The built package will be created at `/target/scala-2.12/gitbucket-monitorting-plugin_2.12-{plugin-version}.jar` |
| 52 | + |
| 53 | +# License |
| 54 | + |
| 55 | +This project is under the Apache License, Version 2.0 License. See the [LICENSE](./LICENSE) file for the full license text. |
0 commit comments