Munin munin-node install CentOS 6.5

Step
1.install munin munin-node
2.create alias
3.config password


1 Install
#yum install munin munin-node
Path from installed /var/www/html/munin

2 create Alias   /munin  /var/www/html/munin
add line 10
.
.
8 # As a config file enclose it in <directory> like so:
9 #
10 Alias /munin /var/www/html/munin
11 <directory /var/www/html/munin>
.
.
#service munin-node restart



open Browser http://your-ip/munin
OOP! passwd protection

3.Config Password
add new user and pasword to  /etc/munin/munin-htpasswd
#htpasswd /etc/munin/munin-htpasswd khonkaensoftNew password: Re-type new password: 
and then add new user to require valid-user
#vi /etc/htttp/conf.d/munin.conf
 add user
AuthUserFile /etc/munin/munin-htpasswd
AuthName "Munin"
AuthType Basic
require valid-user mypassword
restart munin-node again and open on browser

khonkaenSOFT linux install service ^_^


Comments

  1. friend, fist you need to run rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

    ReplyDelete

Post a Comment