summaryrefslogtreecommitdiff
path: root/stories
diff options
context:
space:
mode:
Diffstat (limited to 'stories')
-rw-r--r--stories/projects/minimunin.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/stories/projects/minimunin.rst b/stories/projects/minimunin.rst
index 5cba744..81afde2 100644
--- a/stories/projects/minimunin.rst
+++ b/stories/projects/minimunin.rst
@@ -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
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). 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).
33 33
34---- 34----
35 35
@@ -42,7 +42,9 @@ After getting *minimunin* either from source or by installing the FreeBSD port/p
42 42
43to your ``/etc/inetd.conf``. Alternatively, if you plan to run plugins that require root permissions (e.g. for changing to a different user via the plugin config), add:: 43to your ``/etc/inetd.conf``. Alternatively, if you plan to run plugins that require root permissions (e.g. for changing to a different user via the plugin config), add::
44 44
45 munin stream tcp nowait root /usr/libexec/tcpd /usr/local/bin/minimunin`` to your ``/etc/inetd.conf 45 munin stream tcp nowait root /usr/libexec/tcpd /usr/local/bin/minimunin
46
47to your ``/etc/inetd.conf``.
46 48
47In both cases you need to enable inetd by setting ``inetd_enable="YES"`` in your ``/etc/rc.conf`` and restart inetd with the ``service inetd start`` command. You may also want to restrict access to your munin node via the ``/etc/hosts.allow`` and ``/etc/hosts.deny`` configuration files. 49In both cases you need to enable inetd by setting ``inetd_enable="YES"`` in your ``/etc/rc.conf`` and restart inetd with the ``service inetd start`` command. You may also want to restrict access to your munin node via the ``/etc/hosts.allow`` and ``/etc/hosts.deny`` configuration files.
48 50