I installed a web server since it was easier than what I thought. When I enter
the IP address in the browser (http://A.B.C.D/) I see this:
It works!
This is the default web page for this server.
The web server software is running but no content has been added, yet.
Which shows the web server is wirking properly.
I also set the htmldir to /var/www/A.B.C.D/web/monitoring. After setting the
required permissions for munin to write into that folder, I restarted the
munin-node. Here is the output of "ls" after some minutes:
root@...# ls
definitions.html index.html logo.png server1
favicon.ico logo-h.png style.css
However when I enter this URL (http://A.B.C.D/monitoring) in the browser, I get
this error:
Not Found
The requested URL /monitoring was not found on this server.
________________________________
Apache/2.2.14 (Ubuntu) Server at A.B.C.D Port 80
Although the index.html file and other related files are there, I can not see
them through browser. Thanks for any idea
// Naderan *Mahmood;
________________________________
From: Bjørn Ruberg <bjorn@...>
To: munin-users@...
Sent: Fri, November 26, 2010 12:19:16 PM
Subject: Re: [munin-users] Two beginners questions
Den 26. nov. 2010 09:25, skrev Mahmood Naderan:
>>Which part of the config? Are you referring to the config section
>>[localhost.localdomain]?
>
> yes, should I replace
> [localhost.localdomain]
> address 127.0.0.1
> use_node_name yes
>
> with
> [server1]
> address 127.0.0.1
> use_node_name yes
That should work. Try, and see.
> >You need a web server where the Munin master runs, or you can e.g. mount
> >or share the Munin HTML files in a way that a web server on another
> >system can provide the web UI.
> Can you explain more? If it is possible not to install a webserver, then
> I prefer that. How can I share HTML files?
Keywords include rsync, NFS, ftp, scp, mount etc.
The normal setup involves a web server. If you prefer differently, you
are - basically - on your own. How to use NFS et al. is not a topic for
the munin-users list, but you should be able to research this elsewhere.
--
Bjørn
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
munin-users mailing list
munin-users@...
https://lists.sourceforge.net/lists/listinfo/munin-users
|