• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install Munin Network Monitoring

{{postValue.id}}

To install Munin Network Monitoring

In this article we will discuss about how to install Munin Network Monitoring in RHEL, CentOS and Fedora using EPEL repositories with Yum tool. Munin is a network monitoring open source web based application. It is written in Perl. It is used to display network and systems output using RRDtool. It helps to monitor performance of systems, networks and applications.

Before starting the munin installation, Apache server should be pre-installed on your system.

To Install Munin

Follow the commands below for the installation of Munin Network Monitoring in RHEL, CentOS & Fedora.

To Install EPEL Repository

Switch to root user to install it using wget.

On RHEL/CentOS 6


\[root@linuxhelp Desktop\]# wget http://epel.mirror.srv.co.ge//epel-release-latest-6.noarch.rpm 
\[root@linuxhelp Desktop\]# rpm  -ivh  epel-release-latest-6.noarch.rpm

On RHEL/CentOS 5


\[root@linuxhelp Desktop\]# wget http://epel.mirror.srv.co.ge//epel-release-latest-5.noarch.rpm 
\[root@linuxhelp Desktop\]# rpm -ivh epel-release-latest-5.noarch.rpm

In fedora EPEL installation is not required. Simply, install Munin using yum command.

To Install Munin

Run the following command as root user.


\[root@linuxhelp Desktop\]# yum --enablerepo=epel -y install munin munin-node
/etc/munin/munin.conf : Munin master configuration file.
/etc/munin/plugins.conf : Munin plugins configuration file.
/etc/cron.d/munin : Munin cron file.
/etc/munin/munin-node.conf : Munin Node master configuration file.
/etc/httpd/conf.d/munin.conf : Munin Apache configuration file.
/etc/rc.d/init.d/munin-node : Munin start-up service daemon.
/var/log/munin : Munin log directory.
/var/www/munin : Munin web directory.


To Configure Munin

Add the lines of code in the /etc/httpd/conf/httpd.conf file as shown below.


Alias /munin /var/www/munin

< directory/var/www/munin> 

    Options FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all

< /directory> 

To Restart Apache


\# /etc/init.d/httpd restart
# chkconfig --levels 235 munin-node on
# /etc/init.d/munin-node start


To Access Munin Web Interface

Munin displays the graphs within 30 minutes to 1hr. Open your browser and navigate to http://192.168.5.75/munin.

You need to replace your IP address in the above URL

mun1

mun2

mun

Tags:
michael
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

Is Munin Network Monitoring is Opensource?

A

Munin is a open source software

Q

Does Munin able to monitor externally connected devices?

A

Munin will also monitor externally connected devices.

Q

Does Munin equipped with statistical reports?

A

Yes, you do receive statistical reports.

Q

What parameters are obtained from Munin?

A

Munin provides throughput, user percentage, and bandwidth status.

Q

In Munin what type of authentication is enrolled with?

A

Munin works with Basic authentication via Apache htpasswd.

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Sebastian ?
How to change non required to required field in SuiteCRM Custom/Default Modules

How to change not required to the required field in SuiteCRM Custom/Default Modules?

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.