< Home - < Back

munin-node


Information about the package, munin-node, which is shipped with common Linux distributions. The munin-node package is designed for, Network-wide graphing framework (node).


Package Name:

munin-node

Summary:

Network-wide graphing framework (node)

Description:

Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. This package contains node software. You should install it on all the nodes in your network. It will know how to extract all sorts of data from the node it runs on, and will wait for the gatherer to request this data for further processing. It includes a range of plugins capable of extracting common values such as cpu usage, network usage, load average, and so on. Creating your own plugins which are capable of extracting other system-specific values is very easy, and is often done in a matter of minutes. You can also create plugins which relay information from other devices in your network that can't run Munin, such as a switch or a server running another operating system, by using SNMP or similar technology. Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent RRDtool.

Architecture:

noarch

Version:

2.0.33

Release:

1.el6

Size:

406 k

Repository:

epel

From Repository:

Licence:

GPLv2



Handy Yum Commands for munin-node


Control the munin-node package with the following handy commands outlined below.


Command

Description of Command

yum install munin-node

This command will install munin-node on the server.

yum remove munin-node

This command will un-install munin-node on the server. When you run this command, you will be asked if you are sure that you want to remove munin-node, so you have to manually confirm that you want to do this.

yum -y remove munin-node

This command will un-install munin-node on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove munin-node when using the -y flag.

yum update munin-node

This command will update munin-node to the latest version. When you run this command, you will be asked if you are sure that you want to remove munin-node, so you have to manually confirm that you want to do this.

yum -y update munin-node

This command will update munin-node to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove munin-node when using the -y flag.

yum info munin-node

This command will show you core information about the munin-node package.

yum deplist munin-node

This command will show you the dependencies for munin-node. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update munin-node

This command will check if there is an update waiting on munin-node. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.