Installing Munin 2.x on Centos 6

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

Leave a Reply

  • (will not be published)

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>