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: fef7fab82ac9aaab5ba7e8171435f5821e484141 (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
# Munin-Plugins
Several plugins for [MUNIN](http://munin-monitoring.org/).

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

[Project page (German)](http://wiki.natenom.name/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

[Project page (German)](http://wiki.natenom.name/mumble/tools/munin)

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