Step
1.install munin munin-node
2.create alias
3.config password
1 Install
2 create Alias /munin /var/www/html/munin
open Browser http://your-ip/munin
OOP! passwd protection
3.Config Password
add new user and pasword to /etc/munin/munin-htpasswd
khonkaenSOFT linux install service ^_^
1.install munin munin-node
2.create alias
3.config password
1 Install
#yum install munin munin-nodePath 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.confadd user
AuthUserFile /etc/munin/munin-htpasswdrestart munin-node again and open on browser
AuthName "Munin"
AuthType Basic
require valid-user mypassword
khonkaenSOFT linux install service ^_^
friend, fist you need to run rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
ReplyDeleteThank Vitor
ReplyDelete