updated README

This commit is contained in:
Jordi Sanfeliu 2013-02-14 18:48:40 +01:00
parent d7e65a8597
commit 14b17c6e4c
1 changed files with 8 additions and 3 deletions

11
README
View File

@ -63,13 +63,17 @@ single one package requiring all its dependences to be satisfied during the
installation, or into several small packages one for each graph which is more installation, or into several small packages one for each graph which is more
suitable for embedded systems. suitable for embedded systems.
Another interesting new feature in 3.0.0 version is that Monitorix comes with
its own HTTP server built in. This should satisfy all the people that don't want
to install an HTTP server (Apache, Nginx, lighttpd, etc.) to see the Monitorix
graphs.
REQUIREMENTS REQUIREMENTS
=============================================================================== ===============================================================================
Monitorix requires some others packages to be installed that your GNU/Linux Monitorix requires some others packages to be installed that your GNU/Linux
distribution may or may not have: distribution may or may not have:
- A CGI capable Web server (Apache, Nginx, lighttpd, etc.)
- Perl - Perl
- Perl-CGI - Perl-CGI
- Perl-MailTools - Perl-MailTools
@ -79,6 +83,7 @@ distribution may or may not have:
- Perl-XML-Simple - Perl-XML-Simple
- Perl-Config-General - Perl-Config-General
- RRDtool and its Perl bindings (perl-rrdtool or rrdtool-perl) - RRDtool and its Perl bindings (perl-rrdtool or rrdtool-perl)
- (Optional) a CGI capable Web server (Apache, Nginx, lighttpd, etc.)
You can download RRDtool from different places: You can download RRDtool from different places:
http://pkgs.repoforge.org/rrdtool/ http://pkgs.repoforge.org/rrdtool/
@ -133,8 +138,8 @@ At this point, Monitorix will start gathering the system information based on
the configuration setup in 'monitorix.conf' file, and after some minutes, you the configuration setup in 'monitorix.conf' file, and after some minutes, you
should be able to see the results from your favorite browser pointing at: should be able to see the results from your favorite browser pointing at:
http://localhost/monitorix/ http://localhost:8080/monitorix/
(don't forget to (re)start your webserver) (don't forget to (re)start your webserver if you disabled the HTTPd built-in)
AUTHORS AUTHORS