Changeset 1739

Show
Ignore:
Timestamp:
09/16/08 12:56:24 (4 years ago)
Author:
janl
Message:

* Fix README and INSTALL slightly

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/INSTALL

    r1609 r1739  
    33 
    44- A reasonable Perl5, both on the server and nodes 
    5 - RRD with perl support on the server 
     5- RRD with Perl support on the server 
    66- Perl modules for server:  Time::HiRes, Storable, Digest::MD5, 
    77     HTML::Template, Text::Balanced 
    88- Perl modules for node: Net::Server 
    99- Perl modules for plugins: Depends on the plugins you want to use, 
    10      but not much 
    11 - GNU Make 
     10     but not many. 
     11- GNU Make - do not atempt to use any other make. 
    1212- A web server.  Apache HTTPD should be suitable. 
    1313 
     
    7979          build/resources directory. 
    8080 
    81         - if you want to use the dynamic graphs: Configure the cgi 
    82           directory, you will find a apache config example in 
     81        - if you want to use the dynamic graphs: Configure the CGI 
     82          directory, you will find a Apache config example in 
    8383          build/resources.  NOTE: Dynamic graphs are not exactly 
    8484          perfect. Se also http://munin.projects.linpro.no/wiki/CgiHowto 
     
    104104 
    105105        - start the node agent. You probably want an init-script for 
    106           this and you might find a good one under build/dists 
     106          this and you might find a good one under build/dists or 
     107          in the resources/ directory. 
    107108 
    108109Notes about node plugins 
  • trunk/README

    r1609 r1739  
    22 
    33Munin is distrubuted under the GNU GPL version 2.  Munin is copyrighted 
    4 2002-2006 by its various authors as identified in the source files. 
     42002-2008 by its various authors as identified in the source files. 
    55 
    66Munin is homed at sourceforge at http://munin.sourceforge.net.  After