Skip to content

Commit 6992168

Browse files
committed
v3.1.0
1 parent 7a27086 commit 6992168

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ All viewable informations are below.
1111
* Operating System Information (OS, Distribution, Version, Architecture)
1212
* Uptime (When booted, Spent time after booted)
1313
* Time (Current Time, Time Zone, Zone offset, Day of Week)
14-
* Machine's environment variables
15-
* Machine's resources (Cpu Cores, Cpu Usage, Physical memory, Swap, Disk Usage)
16-
* Machine's Load average
17-
* Machine's Tasks (Running, Sleeping, Stopped, Zombie)
14+
* Environment variables
15+
* Resources (Cpu Cores, Cpu Statistics, Physical memory, Swap, Disk Usage)
16+
* Load average
17+
* Tasks (Running, Sleeping, Stopped, Zombie)
1818
* Java system properties and memory
1919
* **(Obsolete)** ~~LogBack settings~~ Please use [gitbucket-logs-plugin](https://github.com/YoshinoriN/gitbucket-logs-plugin).
2020
* **(Obsolete)** ~~GitBucket's log~~ Please use [gitbucket-logs-plugin](https://github.com/YoshinoriN/gitbucket-logs-plugin).
@@ -24,8 +24,8 @@ All viewable informations are below.
2424
||||
2525
|:-------:|:-------:|:-------:|
2626
|![menu](https://raw.githubusercontent.com/YoshinoriN/gitbucket-monitoring-plugin/master/doc/images/menu.png)|![system](https://raw.githubusercontent.com/YoshinoriN/gitbucket-monitoring-plugin/master/doc/images/system.png)|![envval](https://raw.githubusercontent.com/YoshinoriN/gitbucket-monitoring-plugin/master/doc/images/envval.png)|
27-
|![resources](https://raw.githubusercontent.com/YoshinoriN/gitbucket-monitoring-plugin/master//doc/images/resources.png)|![process](https://raw.githubusercontent.com/YoshinoriN/gitbucket-monitoring-plugin/master/doc/images/process.png)|![java-p](https://raw.githubusercontent.com/YoshinoriN/gitbucket-monitoring-plugin/master/doc/images/java-p.png)|
28-
|![java-m](https://raw.githubusercontent.com/YoshinoriN/gitbucket-monitoring-plugin/master/doc/images/java-m.png)|||
27+
|![resources](https://raw.githubusercontent.com/YoshinoriN/gitbucket-monitoring-plugin/master//doc/images/resources.png)|![linux-cpu](https://raw.githubusercontent.com/YoshinoriN/gitbucket-monitoring-plugin/master/doc/images/linux-cpus.png)|![process](https://raw.githubusercontent.com/YoshinoriN/gitbucket-monitoring-plugin/master/doc/images/process.png)|
28+
|![java-p](https://raw.githubusercontent.com/YoshinoriN/gitbucket-monitoring-plugin/master/doc/images/java-p.png)|![java-m](https://raw.githubusercontent.com/YoshinoriN/gitbucket-monitoring-plugin/master/doc/images/java-m.png)||
2929

3030
# Download & Installation
3131

@@ -40,7 +40,8 @@ Goto the `System Administration` menu, you can see `Monitoring` section.
4040

4141
|Plugin version|GitBucket version|
4242
|:-------------:|:-------:|
43-
|3.0.0|4.25.0 - |
43+
|3.1.0|4.25.0 - 4.26.0|
44+
|3.0.0|4.25.0 - 4.26.0|
4445
|2.0.0|4.23 - 4.25.0|
4546
|1.2.0|4.10 - 4.22.0|
4647
|1.1.0|4.10 - 4.21.x|

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val Name = "gitbucket-monitorting-plugin"
22
val Organization = "net.yoshinorin"
3-
val Version = "3.0.0"
3+
val Version = "3.1.0"
44

55
lazy val root = project in file(".")
66

doc/images/linux-cpus.png

19.8 KB
Loading

src/main/scala/Plugin.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
1313
new Version("1.1.0"),
1414
new Version("1.2.0"),
1515
new Version("2.0.0"),
16-
new Version("3.0.0")
16+
new Version("3.0.0"),
17+
new Version("3.1.0")
1718
)
1819

1920
override val systemSettingMenus: Seq[(Context) => Option[Link]] = Seq(

0 commit comments

Comments
 (0)