Munin monitoring system on FreeBSD 6.2 (and 7.2, and 8.0)

Lars Sommer, [email protected], 2007-09-24
DISCLAIMER: This is a personal note made for personal usage. It might not be easy usable nor explaining.

Install the main port on the monitoring host:
sysutils/munin-main

And the node package on all nodes which should be monitored:
(Often including on the monitoring host)
sysutils/munin-node

Good documented config in:
/usr/local/etc/munin/munin.conf
/usr/local/etc/munin/munin-node.conf

Enable in /etc/rc.conf:
munin_node_enable=”YES”

Add in httpd.conf:
Alias /munin “/usr/local/www/munin/”

Order Deny,Allow
Deny from all
Allow from localhost 127.0.0.1

No perhaps not this one…:
Insert this in the crontabs:
*/5 * * * * root /usr/local/bin/munin-cron –force-root 2>&1 > /dev/null

Skriv et svar

Din e-mailadresse vil ikke blive publiceret. Krævede felter er markeret med *