1) vi /etc/mirrors-rpmforge and added the following line
http://apt.sw.be/packages/rpmforge-r...l4.rf.i386.rpm
or
2) to add rpmforge repositories
rpm -uhv
http://apt.sw.be/packages/rpmforge-r...l4.rf.i386.rpm
3) yum -y install munin
below is the result after installation
installed: Munin.noarch 0:1.2.5-1.el4.rf
dependency installed: Perl-html-template.noarch 0:2.9-1.el4.rf perl-net-server.noarch 0:0.96-1.el4.rf perl-rrdtool.i386 0:1.2.23-1.el4.rf rrdtool.i386 0:1.2.23-1.el4.rf
complete!
4) chown -r munin:munin /var/www/munin
5) vi /etc/munin/munin.conf and change htmldir to
/var/www/munin
6)service httpd restart && service crond restart
7)
http://202.87.45.35/munin should show you the page
8) yum -y install munin-node
below should be the result
installed: Munin-node.noarch 0:1.2.5-1.el4.rf
complete!
9) vi /etc/munin/munin-node.conf and following lines
host_name mailserver.indicaresearch.com
10) to start service and put in start up
service munin-node start
chkconfig munin-node on
11) vi /etc/munin/munin.conf
edit munin’s configuration on the graph server (/etc/munin/munin.conf).
[bravo.sample.net]
address 192.168.1.2
use_node_name yes
12) open port tcp/4949 in the firewall of the node
13) ln -s /usr/share/munin/plugins/apache_* /etc/munin/plugins/