Skip to content

C rewrite of various munin components

Notifications You must be signed in to change notification settings

char101/munin-c

 
 

Repository files navigation

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

License

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

About

C rewrite of various munin components

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 77.4%
  • M4 14.9%
  • Makefile 4.3%
  • Shell 3.4%