1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 10:28:36 +00:00

mnc,mpc: move them to own repo

This commit is contained in:
Steve Schnepp 2013-03-02 20:22:46 +01:00
parent e5ceabe428
commit 2e03d0c551
21 changed files with 5 additions and 1220 deletions

View file

@ -1,28 +1,5 @@
This is a rewrite of munin node in C.
Pro:
----
It has moved together with munin-plugins-c to its own repo:
The purpose is multiple:
* reducing resource usage for embedded plateforms, specially when paired
with the C rewrite of the core plugins.
* no need for Perl
* Everything runs from inetd.
Cons:
-----
* You lose flexibility
It is compiled code, so you have to create binaries. Even one for each
architecture.
* Not all the features are implemented
- root uid is not supported. All plugins are run with a single user, usually nobody.
- no socket is opened. Everything runs from inetd.
GPLv2 - (C) 2013 Steve SCHNEPP <steve.schnepp@pwkf.org>
munin-c.git