2012-09-05 14:14:36 +02:00
|
|
|
======Munin-Plugins======
|
2011-08-18 08:29:45 +02:00
|
|
|
Several plugins for munin; mostly bash scripts.
|
2012-09-05 14:14:36 +02:00
|
|
|
|
|
|
|
=====Minecraft=====
|
|
|
|
Name: minecraft_
|
|
|
|
Description: Shows user count and RAM usage.
|
|
|
|
Website: http://wiki.natenom.name/minecraft/munin-plugin
|
|
|
|
|
|
|
|
====Install====
|
|
|
|
As the script needs root rights to work correctly, you must add following
|
|
|
|
two lines to /etc/munin/plugin-conf.d/munin-node on Debian:
|
|
|
|
[minecraft_*]
|
|
|
|
user root
|
|
|
|
|
|
|
|
If your server is running on the default port, do:
|
|
|
|
# cd /etc/munin/plugins
|
|
|
|
# ln -s /path/to/minecraft_ minecraft_25565
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|