munin

DESCRIPTION

Munin is a group of programs to gather data from hosts, graph them, create html-pages, and optionally warn contacts about any off-limit values.

Munin master

The Munin master contains the following command line programs:

Munin node

The munin node consists of the following programs

Daemons

  • munin-node runs on all nodes where data is collected.
  • munin-asyncd is a daemon that runs alongside a munin-node. It queries the local munin-node, and spools the results.

Command line scripts

  • munin-node-configure can automatically configure plugins for the local node.
  • munindoc outputs plugin documentation.
  • munin-run runs a plugin with the same environment as if run from munin-node. Very useful for debugging.
  • munin-async is a command line utility, known as an “asyncronous proxy node”. munin-update can connect via ssh and run munin-async this to retrieve data from the munin async spool without waiting for the node to run plugins.

AUTHORS

Jimmy Olsen, Audun Ytterdal, Brian de Wolf, Nicolai Langfeldt