diff options
author | erdgeist <erdgeist@bauklotz.local> | 2015-10-05 22:29:35 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.local> | 2015-10-05 22:29:35 +0200 |
commit | b2b293db307fe028761bae7401102ba7c3e5ad6f (patch) | |
tree | b187e5b1c22b163f498b51094157ba9b1d636dfb /stories/projects/minimunin.rst | |
parent | 23f0e1561767dd8a396188e317bae5920d171ea8 (diff) |
Add logo for minimunin
Diffstat (limited to 'stories/projects/minimunin.rst')
-rw-r--r-- | stories/projects/minimunin.rst | 9 |
1 files changed, 6 insertions, 3 deletions
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 | |||
16 | Overview | 19 | Overview |
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 | |||
26 | Code | 26 | Code |
27 | ==== | 27 | ==== |
28 | 28 | ||
29 | .. image:: http://www.freebsd.org/gifs/daemon_hammer-tn25.jpg | ||
30 | :align: right | ||
31 | |||
29 | You 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). | 32 | You 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 | ---- |