mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +00:00
mnc: initial add
This commit is contained in:
parent
e041ac2135
commit
52369dbed1
3 changed files with 100 additions and 0 deletions
28
tools/munin-node-c/README
Normal file
28
tools/munin-node-c/README
Normal file
|
@ -0,0 +1,28 @@
|
|||
This is a rewrite of munin node in C.
|
||||
|
||||
Pro:
|
||||
----
|
||||
|
||||
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>
|
Loading…
Add table
Add a link
Reference in a new issue