diff options
Diffstat (limited to 'stories/projects/minimunin.rst')
-rw-r--r-- | stories/projects/minimunin.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/stories/projects/minimunin.rst b/stories/projects/minimunin.rst index 07cc2ff..07a4a56 100644 --- a/stories/projects/minimunin.rst +++ b/stories/projects/minimunin.rst | |||
@@ -4,7 +4,7 @@ | |||
4 | .. date: 2015/02/01 19:10:08 | 4 | .. date: 2015/02/01 19:10:08 |
5 | .. title: minimunin | 5 | .. title: minimunin |
6 | .. subtitle: A tiny munin-node implementation for FreeBSD written in pure bourne shell providing basic plugin support | 6 | .. subtitle: A tiny munin-node implementation for FreeBSD written in pure bourne shell providing basic plugin support |
7 | .. slug: ../arts/software/minimunin/index | 7 | .. slug: ../arts/software/minimunin |
8 | .. prio: 800 | 8 | .. prio: 800 |
9 | 9 | ||
10 | .. contents:: | 10 | .. contents:: |
@@ -29,7 +29,7 @@ Code | |||
29 | .. image:: http://www.freebsd.org/gifs/daemon_hammer-tn25.jpg | 29 | .. image:: http://www.freebsd.org/gifs/daemon_hammer-tn25.jpg |
30 | :align: right | 30 | :align: right |
31 | 31 | ||
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.5.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.6.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). |
33 | 33 | ||
34 | ---- | 34 | ---- |
35 | 35 | ||
@@ -62,6 +62,12 @@ munin plugins `can be configured with ini-file style config files <http://munin- | |||
62 | Version history | 62 | Version history |
63 | =============== | 63 | =============== |
64 | 64 | ||
65 | * V0.6 `minimunin-0.6.tar.bz2 <minimunin-0.6.tar.bz2>`_ (2024-12-08) | ||
66 | |||
67 | * Add a ``cap`` and ``version`` command. | ||
68 | * Use two digit precision for uptime. | ||
69 | * Fix `user` and `command` inside a plugin config section taken from a previous section. | ||
70 | |||
65 | * V0.5 `minimunin-0.5.tar.bz2 <minimunin-0.5.tar.bz2>`_ (2019-09-11) | 71 | * V0.5 `minimunin-0.5.tar.bz2 <minimunin-0.5.tar.bz2>`_ (2019-09-11) |
66 | 72 | ||
67 | * Fix broken plugin list. Thanks to Alexander Moisseev. | 73 | * Fix broken plugin list. Thanks to Alexander Moisseev. |