Installation of Munin On FreeBSD
Installation of Munin On FreeBSD
Munin is a network/system monitoring application that presents output in graphs through a web
interface. Munin is a tool for graphing all sorts of information about one or more servers and
displaying it in a web interface. It uses the excellent RRDTool (written by Tobi Oetiker) and is
written in Perl. Munin has a master/node architecture. The master connects to all the nodes at
regular
intervals, and asks them for data. It then stores the data in RRD-files, and (if needed) updates the
graphs. One of the main goals have been ease of creating own “plugins” (graphs)
portsnap extract
FreeBSD
From source:
Binary packages:
Munin configuration
The default configuration file is located at /usr/local/etc/munin/munin.conf. It is designed to
compatible with Apache2 installation. You can open file using a text editor:
vi /usr/local/etc/munin/munin.conf
Make sure all directory exists. There is no configuration required as it works out of box.
# /usr/local/etc/rc.d/munin-node.sh start
The default HTML stats dumped at /usr/local/www/munin/ directory. To view them you need
web server such as Apache. If Apache not install type the following command to install Apache:
# cd /usr/ports/www/apache24/
# make install clean
Stopping apache24.
Syntax OK
Starting apache24.
munin-node-configure
will prompt you to add the group. Press y for both these as they come up.
# ee /etc/rc.conf
munin_node_enable="YES"
The munin node config file contains the settings as well as the ips that can access
the data from the node. Open this file:
# ee /usr/local/etc/munin/munin-node.conf
=====
--
munin_node_enable="YES"
/usr/local/etc/rc.d/munin-node start
/usr/local/sbin/munin-node-configure --suggest
/usr/local/sbin/munin-node-configure --shell | sh -x
From source:
Binary packages: