Add new comment

Want to support HowtoForge? Become a subscriber!
Submitted by ahmet (not registered) on Tue, 2011-08-30 20:38.
This is my working way if you have more then one web site
Centos 6.0

vim /etc/munin/munin.conf

 dbdir  /var/lib/munin
 htmldir /var/www/html/munin
 logdir /var/log/munin
 rundir  /var/run/munin
#
# Where to look for the HTML templates
 tmpldir    /etc/munin/templates

# (Exactly one) directory to include all files from.
#
includedir /etc/munin/munin-conf.d

# a simple host tree
#[x86-10.phx2.fedoraproject.org]
#    address 127.0.0.1
#    use_node_name yes

[www.example.com]
    address 127.0.0.1
    use_node_name yes



vim /etc/httpd/conf/httpd.conf


DocumentRoot "/var/www/html/munin"
ServerName monin.example.com
<Directory "/var/www/html/munin">
allow from all
Options +Indexes
</Directory>



Enter http://monin.example.com/

 
Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.