Munin (software)

Munin

Munin open project logo
Stable release
2.0.26 / 2016-09-19
Preview release
2.99.3 / 2015-09-08
Written in Perl
Operating system Unix-like
Type Monitoring
License GNU General Public License[1]
Website http://munin-monitoring.org/
Example graph produced by Munin showing memory usage

Munin is a free and open-source computer system monitoring, network monitoring and infrastructure monitoring software application. It offers monitoring and alerting services for servers, switches, applications, services, etc. It alerts the users when things go wrong and alerts them a second time when the problem has been resolved.

Munin is written in Perl and uses the RRDtool to create graphs,[2] which are accessible over a web interface. Its emphasis is on plug and play capabilities. About 500 monitoring plugins are currently available. It is intended to make it easy to determine "what's different today" when a performance problem happens and to provide visibility into capacity and utilization of resources.

History

Munin was started by Jimmy Olsen late 2003, based on RRD tool by Tobi Oetiker. Development has slowed down since 2005, but Munin is a stable tool and is still maintained.[3]

“Its name is derived from Norse mythology. One of the two ravens who report the news of the world to the god Odin is called Munin, and the other is named Hugin. Munin is 'memory', and Hugin is 'thought'.”[4]

Architecture

Munin has a master/nodes architecture in which the master connects to all the nodes at regular intervals and asks them for data. It then stores the data in RRD files, and (if needed) updates the graphs. One of the main goals has been ease of creating new plugins (graphs).

Plugins

Plugins are the specialized programs that are called by Munin nodes to gather and report current data, and describe how it should be presented.[5] There are over 300 plugins in the core distribution,[6] over 180 plugins in the official 3rd party contributed repository,[7] and an unknown number of independently published plugins.

They can be written in any programming or scripting language. All they are required to do is print space separated key and value pairs on standard output.[8] This framework makes it trivial to write customized plugins.

See also

References

Wikimedia Commons has media related to Munin.
This article is issued from Wikipedia - version of the 10/14/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.