splitfeed / munin-7dtd

Several munin plugins for a 7 days to die dedicated server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

munin-7dtd

Munin plugins to monitor a 7 days to die dedicated instance through telnet console.

Available plugins :

  • Currently online and known users
  • Memory usage

Memory usage Users

Installation

Download latest stable or master zipball. Extract it somewhere on you disk and link 7dtd_* file from your munin plugins folder.

You need to restart your munin-node instance to activate plugins.

Configuration

Plugins are configured to connect to a server instance listening on 127.0.0.1 IP address and 8081 port. If your instance doesn't listen on this address, you must create a file in plugins-conf.d on your munin master.

This file must contains the following parameters

[7dtd_users]
env.host ip_address
env.port port_number

[7dtd_mem]
env.host ip_address
env.port port_number

Issues and support

Please use Github issues.

Apache licence ©2015 Pierre-Yves Gillier

About

Several munin plugins for a 7 days to die dedicated server

License:Apache License 2.0


Languages

Language:Python 100.0%