munin-graphite integrates your Munin data sources to Graphite sinks by querying your Munin nodes and then sending the data to Graphite.
Usage:
munin-graphite.rb MUNIN_HOST GRAPHITE_HOST
munin-graphite uses the standard ports 4949 (Munin) and 2003 (Graphite). Both host names default to 'localhost'.
munin-grahpite-control.rb adds support for using munin-graphite as a daemon with start/stop capabilities. It uses Ruby's Daemons library.
Usage:
munin-graphite-control.rb start -- MUNIN_HOST GRAPHITE_HOST
(parameters to be passed to munin-graphite.rb are separated from Daemons arguments by '--')
- munin-graphite.rb only requires plain Ruby.
- munin-graphite-control.rb requires rubygems and Daemons.
- initial versioned revision
- daemon support