Skip to content

Commit

Permalink
* Fix README and INSTALL slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolai Langfeldt committed Sep 16, 2008
1 parent 80be0a3 commit 00c4750
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Requirements
============

- A reasonable Perl5, both on the server and nodes
- RRD with perl support on the server
- RRD with Perl support on the server
- Perl modules for server: Time::HiRes, Storable, Digest::MD5,
HTML::Template, Text::Balanced
- Perl modules for node: Net::Server
- Perl modules for plugins: Depends on the plugins you want to use,
but not much
- GNU Make
but not many.
- GNU Make - do not atempt to use any other make.
- A web server. Apache HTTPD should be suitable.

Munin is quite often used on Linux, *BSD, Solaris and AIX and recently
Expand Down Expand Up @@ -78,8 +78,8 @@ that way there is data to collect):
under the build/dists subdirectory, or perhaps in the
build/resources directory.

- if you want to use the dynamic graphs: Configure the cgi
directory, you will find a apache config example in
- if you want to use the dynamic graphs: Configure the CGI
directory, you will find a Apache config example in
build/resources. NOTE: Dynamic graphs are not exactly
perfect. Se also http://munin.projects.linpro.no/wiki/CgiHowto

Expand All @@ -103,7 +103,8 @@ To install a node:
munin-node-configure --shell --families=contrib,auto | sh -x

- start the node agent. You probably want an init-script for
this and you might find a good one under build/dists
this and you might find a good one under build/dists or
in the resources/ directory.

Notes about node plugins
========================
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This is Munin.

Munin is distrubuted under the GNU GPL version 2. Munin is copyrighted
2002-2006 by its various authors as identified in the source files.
2002-2008 by its various authors as identified in the source files.

Munin is homed at sourceforge at http://munin.sourceforge.net. After
you have completed the INSTALL all the documentation can be found
Expand Down

0 comments on commit 00c4750

Please sign in to comment.