Munin

Munin monitoring system on FreeBSD 6.2 (and 7.2, and 8.0)
Lars Sommer, lasg@lasg.dk, 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

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>