No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<!--{{header|munin}}--> | <!--{{header|munin}}--> | ||
<!--{{autolang|base=yes}}--> | <!--{{autolang|base=yes}}--> | ||
'''Munin''' is an easy to use system and network monitoring tool that uses RRDTool to generate useful visualizations of resource usage. Munin is implemented in a master and slave node structure where the master node gathers data from the slave nodes and produces HTML output which will be placed in the directory accessible and | '''Munin''' is an easy to use system and network monitoring tool that uses RRDTool to generate useful visualizations of resource usage. Munin is implemented in a master and slave node structure where the master node gathers data from the slave nodes and produces HTML output which will be placed in the directory accessible and server via a web server for administrator to view with a web browser. | ||
Revision as of 13:15, 10 August 2012
Munin is an easy to use system and network monitoring tool that uses RRDTool to generate useful visualizations of resource usage. Munin is implemented in a master and slave node structure where the master node gathers data from the slave nodes and produces HTML output which will be placed in the directory accessible and server via a web server for administrator to view with a web browser.
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
yum -y install munin-node
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.