Go to file
Rafi59 0bf9f15056 first commit 2018-06-27 20:11:28 +02:00
munin-plugin first commit 2018-06-27 20:11:28 +02:00
README.txt first commit 2018-06-27 20:11:28 +02:00
init.lua first commit 2018-06-27 20:11:28 +02:00

README.txt

Munin mod
=========

This mod provide player cap, number of connected players, current max_lag and uptime into munin.txt file once per 30 seconds.
To enable this add:

munin.enabled = true

into your minetest.conf file


Directory munin-plugin contains bash and ruby version of plugin for munin monitoring.

Ruby one is more advanced as it can detect crashed minetest and put zero values into graph. Munin multigraph feature added. This feature is default off. When enabled second graph with MT uptime appears.

Licence: WTFPL


Structure of munin.txt

player cap
connected players
max_lag
uptime
generation unixtimestamp


Authors: Pitriss (munin mod) & Ritchie (munin.rb)