Munin Centos 6.0 PDF Afdrukken E-mailadres
Geschreven door Administrator   
dinsdag, 07 februari 2012 10:21

Munin Centos 6.0

Gezien ik errors had met guides op het internet, hier mijn recentste codelijnen die werken:

 

As root execute:

perl -MCPAN -e shell

The first time you run this you are interviewed about various things.

Answer the questions, you can probably answer blank on any you do not

understand.

 

You will then be presented with a CPAN prompt (cpan>) . From this

prompt you type:

cpan> install Time::HiRes

You could also do it one at a time like this:

# perl -MCPAN -e 'install Time::HiRes'
yum install cpan -y

rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-6.noarch.rpm

yum install -y munin munin-node
/etc/munin/munin.conf:
dbdir /var/lib/munin
htmldir /var/www/html/web/munin
logdir /var/log/munin
rundir  /var/run/munin
# a simple host tree
[enter.yourservernamehere]
address 127.0.0.1
use_node_name yes
chown munin:munin /var/www/html/web/munin
/etc/init.d/munin-node start

Eventuele bronnen:

http://munin-monitoring.org/wiki/LinuxInstallation

http://www.larmeir.com/2012/01/how-to-install-munin-on-centos-6-and-redhat-enterprise-6/

http://www.ctkn.net/tag/epel-centos-5-6/

Laatst aangepast op vrijdag, 25 mei 2012 17:46