Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/charleszlu/murmur-info.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c9b24bc1c68d3a0e9fa687ddd4b589c3ea494a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Munin-Plugins
Several plugins for [MUNIN](http://munin-monitoring.org/).

## minecraft_
Description: Shows user count and RAM usage.

[Project page (German)](http://wiki.natenom.de/minecraft/munin-plugin)

### Installation
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 as root (or with sudo):
```
  cd /etc/munin/plugins
  ln -s /path/to/minecraft_ minecraft_25565
```

## murmur-munin.py
A MUNIN plugin to query a Mumble-Server (Murmur).

Available data:
* users (all)
* users (not authenticated)
* server uptime in days
* ban count

Documentation (English): http://wiki.natenom.com/w/Munin_plugin_for_a_Murmur_%28Mumble-Server%29
Documentation (German): http://wiki.natenom.de/mumble/tools/munin

### Features
* Support to set [messagesizemax](http://wiki.natenom.de/mumble/benutzerhandbuch/murmur/messagesizemax) value.