Giter VIP home page Giter VIP logo

munin-c's Introduction

munin-c

C rewrite of munin node components. It currently consists on a light-weight node, and some plugins. These are designed to be very light on resources, and compatible with the stock ones.

Compatibility

A main design feature is that munin-c components are drop-ins to stock ones. Therefore the munin-c node can run the stock plugins, and the plugins can be run by the stock node. There are still some missing parts in the node, mostly about the permission, and the environnements.

The config file has also the same syntax.

3rd-party plugins should also work unmodified.

Compiling

This project has been ported to autotools. You have to use:

autoreconf -i -I m4 && ./configure && make

Contribute and coding style

Contribute by open an issue or pull-request at https://github.com/munin-monitoring/munin-c

When contributing code please follow the kernel coding style. Use GNU indent with the parameters to follow the Kernighan & Ritchie coding style and set the indention level to 8 spaces:

find . -iname "*.c" -exec indent -kr -i8 {} \;

License

munin-c is licensed as gpl-2 or gpl-3 at your choice.

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.