diff options
author | Helmut Grohne <helmut@subdivi.de> | 2008-06-21 12:18:23 +0000 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2008-06-21 12:18:23 +0000 |
commit | 285f4dffde8434fd1e1a704855844af82523f5a0 (patch) | |
tree | 77c1027ce47b2593b8383585404e5f0b4456e94c | |
parent | 38af103f4ca6afd338ab4e2a30f728b20f3e78e9 (diff) | |
download | munin-plugins-busybox-285f4dffde8434fd1e1a704855844af82523f5a0.tar.gz |
it was not really clear to be about munin
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ What is this? ~~~~~~~~~~~~~ -This is a rewrite of commonly used plugins in C as a single binary. The -purpose is reducing resource usage: +This is a rewrite of commonly used munin plugins in C as a single binary. +The purpose is reducing resource usage: * disk space: the binary is smaler than the plugins together * more diskspace: it has no dependencies on other programs * less forks: it does not fork internally |