summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/arts/software/minimunin/minimunin.pngbin0 -> 6532 bytes
-rw-r--r--stories/projects/minimunin.rst9
2 files changed, 6 insertions, 3 deletions
diff --git a/files/arts/software/minimunin/minimunin.png b/files/arts/software/minimunin/minimunin.png
new file mode 100644
index 0000000..969a4a5
--- /dev/null
+++ b/files/arts/software/minimunin/minimunin.png
Binary files differ
diff --git a/stories/projects/minimunin.rst b/stories/projects/minimunin.rst
index 170c30a..5cba744 100644
--- a/stories/projects/minimunin.rst
+++ b/stories/projects/minimunin.rst
@@ -13,12 +13,12 @@
13 13
14---- 14----
15 15
16.. image:: /arts/software/minimunin/minimunin.png
17 :align: center
18
16Overview 19Overview
17======== 20========
18 21
19.. image:: http://www.freebsd.org/gifs/daemon_hammer-tn25.jpg
20 :align: right
21
22`munin <http://munin-monitoring.org/>`_ is an open source multi platform service monitoring framework, written in perl. Munin nodes report server statistics to their respective masters. Unfortunally, the munin-node script is written in perl, too – even though the language features never actually are used. On a FreeBSD system this introduces unnecessary dependencies. *minimunin* tries to address this: It was implemented as a simple shell script triggered from inetd.conf and comes with some handy built in monitoring commands. Most of the munin plugins should also work. 22`munin <http://munin-monitoring.org/>`_ is an open source multi platform service monitoring framework, written in perl. Munin nodes report server statistics to their respective masters. Unfortunally, the munin-node script is written in perl, too – even though the language features never actually are used. On a FreeBSD system this introduces unnecessary dependencies. *minimunin* tries to address this: It was implemented as a simple shell script triggered from inetd.conf and comes with some handy built in monitoring commands. Most of the munin plugins should also work.
23 23
24---- 24----
@@ -26,6 +26,9 @@ Overview
26Code 26Code
27==== 27====
28 28
29.. image:: http://www.freebsd.org/gifs/daemon_hammer-tn25.jpg
30 :align: right
31
29You can always get the latest version of *minimunin*, use ``git clone git://erdgeist.org/minimunin` or the legacy view ``cvs -d :pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co minimunin`` with an empty password to check it out. There is a `minimunin tarball <minimunin-0.2.tar.bz2>`_. You can scroll through the source at `minimunin gitweb </gitweb/minimunin>` or `minimunin cvsweb (deprecated) </cvsweb/minimunin>`_. Typing ``make install`` installs the binary in your ``${PREFIX}/bin`` (or ``/usr/local``, if none is set). 32You can always get the latest version of *minimunin*, use ``git clone git://erdgeist.org/minimunin` or the legacy view ``cvs -d :pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co minimunin`` with an empty password to check it out. There is a `minimunin tarball <minimunin-0.2.tar.bz2>`_. You can scroll through the source at `minimunin gitweb </gitweb/minimunin>` or `minimunin cvsweb (deprecated) </cvsweb/minimunin>`_. Typing ``make install`` installs the binary in your ``${PREFIX}/bin`` (or ``/usr/local``, if none is set).
30 33
31---- 34----