Code Monkey home page Code Monkey logo

teamspeak-munin-py's Introduction

TeamSpeak 3 Munin Multigraph Plugin

This repository features a basic TeamSpeak3 Munin Plugin, which gathers information from the TeamSpeak Telnet.

There are drawbacks to using a multigraph plugin which can be read up here : Munin-Monitoring.org

install

To use these plugin properly some configuration parameters are required to be present inside the plugin-config /etc/munin/plugin-config.d/munin-node.

[teamspeak*]
username = username
password = password
# host and port are not required if the default values are true for your setup
host = localhost
port = 10011

To install these plugins, you just have to symlink those plugins you would like to activate to the munin plugin directory eg. /etc/munin/plugins/. Or if you want to use the multigraph plugin only symlink that one the the munin plugin directory.

After this has been done the munin-node needs to be restarted to facilitate the new plugins. systemctl restart munin-node

is everything working correctly

To check if the plugin is working correctly it is necessary to first instruct the capability multigraph before the list instruction.

telnet localhost 4949 # localhost or IP the munin-node
cap multigraph
list
fetch teamspeak-munin.py

The list command will return a list of all plugins currently active. This list should feature the newly activated teamspeak plugin. The fetch commands will run the script and return the gathered values. As long as none of them are NaN everything works as expected.

uninstall

To remove the plugins from munin remove all symlinked plugins from the directory and restart the node.

teamspeak-munin-py's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.