mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
A tiny munin-node implementation for FreeBSD written in pure bourne shell providing basic plugin support WWW: http://erdgeist.org/arts/software/minimunin/ PR: ports/182487 Submitted by: Dirk Engling <erdgeist@erdgeist.org>
23 lines
798 B
Text
23 lines
798 B
Text
*****************************************************************
|
|
To activate minimunin, add the line
|
|
|
|
munin stream tcp nowait nobody /usr/libexec/tcpd %%PREFIX%%/bin/minimunin
|
|
|
|
to 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
|
|
|
|
munin stream tcp nowait root /usr/libexec/tcpd %%PREFIX%%/bin/minimunin
|
|
|
|
to your /etc/inetd.conf. In 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.
|
|
|
|
*****************************************************************
|