Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / tools / munin-node-c @ 773d5ed4

Nom Taille Révision Âge Auteur Commentaire
.gitignore 34 octets e041ac21 presque 13 ans Steve Schnepp mnc: starting with adding a gitignore
Makefile 235 octets 52369dbe presque 13 ans Steve Schnepp mnc: initial add
README 628 octets 52369dbe presque 13 ans Steve Schnepp mnc: initial add
main.c 1,83 ko 773d5ed4 presque 13 ans Steve Schnepp mnc: implem first commands

Dernières révisions

# Date Auteur Commentaire
773d5ed4 2013-02-09 07:21 Steve Schnepp

mnc: implem first commands

1d56b584 2013-02-09 07:21 Steve Schnepp

mnc: suppress debug output

acea10b2 2013-02-09 07:16 Steve Schnepp

mnc: initial arg handling

52369dbe 2013-02-09 07:16 Steve Schnepp

mnc: initial add

e041ac21 2013-02-09 07:07 Steve Schnepp

mnc: starting with adding a gitignore

Voir les 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