Charm: munin-node
Summary
network-wide graphing framework (node)
Charm Store
juju deploy cs:~clint-fewbar/oneiric/munin-node-0
Owner
clint-fewbar
Series
oneiric
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 the daemon for the nodes being monitored. 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. To see a real example of Munin in action, you can follow a link from <http://munin.projects.linpro.no/> to a live installation.
Links
Repository   Bugs
lp:~clint-fewbar/charms/oneiric/munin-node/trunk
Interfaces
Provides
Requires
Readme
Deploy this along with your services that you want to monitor with munin:

juju deploy foo
juju deploy munin
juju deploy munin-node
juju add-relation foo munin-node
juju add-relation munin-node munin

juju expose munin

And you should now be able to see the nodes added to the central munin service.
Changes  
2012/04/13 Clint Byrum fixes (revno 2)
Lint Check
  • err: Charms need a maintainer (See RFC2822) - Name <email>