summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2008-06-21 11:52:41 +0000
committerHelmut Grohne <helmut@subdivi.de>2008-06-21 11:52:41 +0000
commit38af103f4ca6afd338ab4e2a30f728b20f3e78e9 (patch)
tree806bab9f39e76e4b7768422692b528701b7008a1
parent9f4566a9040457dcb966ac01c19550451ed2f341 (diff)
downloadmunin-plugins-busybox-38af103f4ca6afd338ab4e2a30f728b20f3e78e9.tar.gz
added a README
-rw-r--r--README30
1 files changed, 30 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..2945e70
--- /dev/null
+++ b/README
@@ -0,0 +1,30 @@
+What is this?
+~~~~~~~~~~~~~
+This is a rewrite of commonly used 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
+ * faster startup: it doesn't start perl or shell
+ * less memory: just a small C program
+ * less file accesses: one binary for many plugins
+This can be useful for machines with restricted resources like embedded
+machines.
+
+What plugins are included?
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+cpu entropy forks fw_packets interrupts load open_files open_inodes
+processes swap uptime
+
+How to use?
+~~~~~~~~~~~
+After compiling there will be binary munin-plugins-busybox. You can just
+replace symlinks in /etc/munin/plugins/ with symlinks to this binary.
+
+License?
+~~~~~~~~
+(C) 2008 Helmut Grohne <helmut@subdivi.de>
+GPLv3 applies to *.c *.h and Makefile
+
+# vim7:spelllang=en
+# vim:textwidth=75