root / tools / munin-node-c @ 99a00144
| Nom | Taille | Révision | Âge | Auteur | Commentaire |
|---|---|---|---|---|---|
| .gitignore | 45 octets | aae73ff3 | presque 13 ans | Steve Schnepp | mnc: conditional make of munin-plugins-busybox |
| Makefile | 549 octets | 99a00144 | presque 13 ans | Helmut Grohne | mnc: support parallel builds |
| README | 628 octets | 52369dbe | presque 13 ans | Steve Schnepp | mnc: initial add |
| main.c | 3,1 ko | a752d8c5 | presque 13 ans | Helmut Grohne | mnc: avoid execution via shell meta characters ... |
Dernières révisions
README
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
Formats disponibles : Atom
