Changeset 1739
- Timestamp:
- 09/16/08 12:56:24 (4 years ago)
- Files:
-
- trunk/INSTALL (modified) (3 diffs)
- trunk/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/INSTALL
r1609 r1739 3 3 4 4 - A reasonable Perl5, both on the server and nodes 5 - RRD with perl support on the server5 - RRD with Perl support on the server 6 6 - Perl modules for server: Time::HiRes, Storable, Digest::MD5, 7 7 HTML::Template, Text::Balanced 8 8 - Perl modules for node: Net::Server 9 9 - Perl modules for plugins: Depends on the plugins you want to use, 10 but not m uch11 - GNU Make 10 but not many. 11 - GNU Make - do not atempt to use any other make. 12 12 - A web server. Apache HTTPD should be suitable. 13 13 … … 79 79 build/resources directory. 80 80 81 - if you want to use the dynamic graphs: Configure the cgi82 directory, you will find a apache config example in81 - if you want to use the dynamic graphs: Configure the CGI 82 directory, you will find a Apache config example in 83 83 build/resources. NOTE: Dynamic graphs are not exactly 84 84 perfect. Se also http://munin.projects.linpro.no/wiki/CgiHowto … … 104 104 105 105 - 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. 107 108 108 109 Notes about node plugins trunk/README
r1609 r1739 2 2 3 3 Munin is distrubuted under the GNU GPL version 2. Munin is copyrighted 4 2002-200 6by its various authors as identified in the source files.4 2002-2008 by its various authors as identified in the source files. 5 5 6 6 Munin is homed at sourceforge at http://munin.sourceforge.net. After
