diff --git a/README.md b/README.md index abdd5cb..e577b16 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ All viewable informations are below. * Operating System Information (OS, Distribution, Version, Architecture) * Uptime (When booted, Spent time after booted) * Time (Current Time, Time Zone, Zone offset, Day of Week) -* Machine's environment variables -* Machine's resources (Cpu Cores, Cpu Usage, Physical memory, Swap, Disk Usage) -* Machine's Load average -* Machine's Tasks (Running, Sleeping, Stopped, Zombie) +* Environment variables +* Resources (Cpu Cores, Cpu Statistics, Physical memory, Swap, Disk Usage) +* Load average +* Tasks (Running, Sleeping, Stopped, Zombie) * Java system properties and memory * **(Obsolete)** ~~LogBack settings~~ Please use [gitbucket-logs-plugin](https://github.com/YoshinoriN/gitbucket-logs-plugin). * **(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. |||| |:-------:|:-------:|:-------:| |![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)| -|![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)| -|![java-m](https://raw.githubusercontent.com/YoshinoriN/gitbucket-monitoring-plugin/master/doc/images/java-m.png)||| +|![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)| +|![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)|| # Download & Installation @@ -40,7 +40,8 @@ Goto the `System Administration` menu, you can see `Monitoring` section. |Plugin version|GitBucket version| |:-------------:|:-------:| -|3.0.0|4.25.0 - | +|3.1.0|4.25.0 - 4.26.0| +|3.0.0|4.25.0 - 4.26.0| |2.0.0|4.23 - 4.25.0| |1.2.0|4.10 - 4.22.0| |1.1.0|4.10 - 4.21.x| diff --git a/build.sbt b/build.sbt index 1901889..530b7d6 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val Name = "gitbucket-monitorting-plugin" val Organization = "net.yoshinorin" -val Version = "3.0.0" +val Version = "3.1.0" lazy val root = project in file(".") diff --git a/doc/images/linux-cpus.png b/doc/images/linux-cpus.png new file mode 100644 index 0000000..571f4c7 Binary files /dev/null and b/doc/images/linux-cpus.png differ diff --git a/src/main/scala/Plugin.scala b/src/main/scala/Plugin.scala index 3a06b0d..8a2daef 100644 --- a/src/main/scala/Plugin.scala +++ b/src/main/scala/Plugin.scala @@ -13,7 +13,8 @@ class Plugin extends gitbucket.core.plugin.Plugin { new Version("1.1.0"), new Version("1.2.0"), new Version("2.0.0"), - new Version("3.0.0") + new Version("3.0.0"), + new Version("3.1.0") ) override val systemSettingMenus: Seq[(Context) => Option[Link]] = Seq(