From 648f3c15d40c99bb135ea610e2ac4cc387b1e276 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Sun, 9 Feb 2020 00:57:57 +0100 Subject: [PATCH] README: rephrase overview --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1d837f9..8880070 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # MuninLite -MuninLite is a single Bourne Shell script that implements the Munin -protocoll as well as some Linux specific plugins. The motivation for -developing MuninLite was to provide a simple Munin Node, using inetd -on systems without a full featured Perl and/or bash or a busybox -system. +MuninLite is a standalone shell script that implements the Munin +protocol and contains a few basic plugins out of the box. + +It can run as an inetd-based service over TCP or a simple +executable script communicating via stdin/stdout. The latter +does not require root privileges. # Project scope