Jump to content

Munin (software): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
→‎External links: Pruned EL section to meet WP:EL
Daniel15 (talk | contribs)
m Update version number
Line 8: Line 8:
| developer =
| developer =
| released =
| released =
| latest release version = 2.0.30
| latest release version = 2.0.34
| latest release date = {{Start date and age|2017|01|18}}
| latest release date = {{Start date and age|2017|10|21}}
| latest preview version = 2.99.6
| latest preview version = 2.99.6
| latest preview date = {{Start date and age|2017|01|21}}
| latest preview date = {{Start date and age|2017|01|21}}

Revision as of 08:53, 3 December 2017

Munin
Stable release
2.0.34 / October 21, 2017; 6 years ago (2017-10-21)
Preview release
2.99.6 / January 21, 2017; 7 years ago (2017-01-21)
Repository
Written inPerl
Operating systemUnix-like
TypeMonitoring
LicenseGNU General Public License[1]
Websitehttp://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.

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

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 third-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

  1. ^ "Munin license".
  2. ^ http://munin-monitoring.org/wiki/faq#Q:Whatisrequiredtoinstallmunin
  3. ^ http://waste.mandragor.org/munin_tutorial/munin.html
  4. ^ "Munin—the Raven Reports | Linux Journal". www.linuxjournal.com. Retrieved 2016-01-27.
  5. ^ http://munin-monitoring.org/wiki/plugins
  6. ^ https://github.com/munin-monitoring/munin/tree/devel/plugins
  7. ^ https://github.com/munin-monitoring/contrib/tree/master/plugins
  8. ^ http://munin-monitoring.org/wiki/HowToWritePlugins