Ensure you have the epel repository installed then:
yum install --disablerepo=rpmforge munin-node.noarch munin.noarch
The configuration file for Apache is located at:
vi /etc/httpd/conf.d/munin.conf
Create the username/password file referred to in the above file:
htpasswd -cm /etc/munin/munin-htpasswd muninadmin New password: Re-type new password:
Restart the munin-node service and ensure it starts on boot:
/etc/init.d/munin-node start chkconfig munin-node on
Restart the Apache service to ensure the munin conf is picked up:
service httpd restart
Wait for a while until some graphs are drawn and access the web interface at:
http://serveraddress/munin