Giter Club home page Giter Club logo

munin-node's Introduction

munin-node

Introduction

This software is an alternative implementation of https://github.com/munin-monitoring/munin-node-win32. Mostly because the old one was last updated 2015. Another things is that the old node needs VC++ 2008, which is painful to use.

Installation

  1. Install Python3 (not 2!)
  2. Install the requirements listed in requirements.txt
  3. Run py munin-node.py.

Why the **** did you use Python?

By using Python I could achieve the easiest solution for this task. Other languages also need a large toolchain to install, which is not needed when using Python. Also Python offers the advantage to develop it on Linux, too (even when the plugins won't work).

Kown issues & limitations

  • The command list $nodename and list are identical.
  • Putty and the Windows telnet command do not work properly when connnecting to the listened port
  • Not all configuration values are supported

Configuration

In general, the plugin supports the settings listed on http://guide.munin-monitoring.org/en/latest/reference/munin-node.conf.html.

Yet there are some platform specific exceptions which are not supported:

  • user
  • group
  • ignore_file
  • global_timeout
  • background
  • sid
  • The Perl based Net::Server configurations
  • pid_file

Contributing

Every plugin is located in /plugins. The program will register new Python based extensions on runtime.

The filename should equal the class name. Also, each class should offer the non-static methods config and fetch. Both of these functions should return strings.

License

This program is licensed under the terms and conditions of the GNU General Public License v3.

munin-node's People

Contributors

christianmalek avatar cmllr avatar

Stargazers

 avatar

Watchers

 avatar

munin-node's Issues

Several issues

  • disk: Used space can be 0 in disk (causingZeroDivisionError).
  • diskio: Add trailing slash or use path join methods

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.