No edit summary |
(→Server) |
||
Line 15: | Line 15: | ||
==== Server ==== | ==== Server ==== | ||
<pre> | |||
yum -y install munin munin-node munin-common | |||
</pre> | |||
==== Client ==== | ==== Client ==== | ||
Revision as of 13:00, 10 August 2012
Munin is an easy to use system and network monitoring tool that uses RRDTool to generate useful visualizations of resource usage.
Communicate
- Talk to other Munin users and developers on our IRC channel
- Subscribe to the mailing list
- Archive for the mailing list
Getting started
Installation
Server
yum -y install munin munin-node munin-common
Client
Configuration
Server
Client
Getting the Source
The primary methods of distributing the munin source are source RPMs in the Fedora development tree and git. To access the current source code in in non-rpm format, you'll need to install git: yum install git
.
Note that several related packages will be installed as well. After the git source code management tool has been installed, then you use anonymous git access to the Munin repository.
git clone git://github.com/munin-monitoring/munin.git
Once you've committed changes locally, you can push them with git push
.
If you would just like to browse the munin git repository via the web, then you can use munin gitweb.
Reporting Problems
Before filing a bug, please read up on debugging, which will tell you how to fill out useful bug reports that will help us quickly solve your problem. Also take a look at Munin bugs or try searching Bugzillafor other reports about your problem, as some bugs are often filed by several people.