Archiv von discourse.mafiasi.de vom Saturday September 21, 2019.

Get the user statistics from Mumble with collectd

Nils

I have written a little Collectd plugin to get statistics from the mumble server murmur. For this I have used the Numin plugin found in the Internet as base, and converted it to a Python plugin for collectd: Code is here

Addition to the collectd.conf:

<LoadPlugin python>
    Globals true
</LoadPlugin>
<Plugin python>
    ModulePath "/home/nils/collectd/"
    LogTraces true
    Interactive false
    Import "murmurCollectd"
</Plugin>