mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-11-14 07:41:12 +01:00
README: describe scope of the project and unwanted features
This commit is contained in:
parent
7eebaa7f62
commit
2503aa737b
1 changed files with 25 additions and 0 deletions
25
README.md
25
README.md
|
@ -11,6 +11,31 @@ MuninLite is Copyright (C) 2007 Rune Nordbøe Skillingstad
|
||||||
<rune@skillingstad.no> and released under GPLv2 (see LICENSE file)
|
<rune@skillingstad.no> and released under GPLv2 (see LICENSE file)
|
||||||
|
|
||||||
|
|
||||||
|
Project scope
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Muninlite is supposed to be a minimal portable and shell-based
|
||||||
|
implementation of `munin-node`. It provides a small set of
|
||||||
|
essential plugins suitable for basic monitoring of a host.
|
||||||
|
Additionally external plugins can be used.
|
||||||
|
Only essential tools (e.g. the ones provided by busybox) should
|
||||||
|
be required for MuninLite.
|
||||||
|
|
||||||
|
|
||||||
|
Missing features (by design)
|
||||||
|
----------------------------
|
||||||
|
|
||||||
|
The following features of the official `munin-node` implementation
|
||||||
|
are not included (see "Project scope" above):
|
||||||
|
|
||||||
|
* no configuration per plugin
|
||||||
|
(e.g. environment variables or reduced privileges)
|
||||||
|
* no host-based access control for incoming requests
|
||||||
|
(may be configured via `/etc/hosts.allow` or firewall rules)
|
||||||
|
* no advanced plugin state tracking
|
||||||
|
(e.g. killing a plugin process after a timeout)
|
||||||
|
|
||||||
|
|
||||||
Build requirements
|
Build requirements
|
||||||
------------------
|
------------------
|
||||||
* Make
|
* Make
|
||||||
|
|
Loading…
Reference in a new issue