Archive for December, 2011
Putting metrics data on a common “bus”
Posted by vuksan in Uncategorized on December 29, 2011
Patrick Debois has kicked of an interesting set of projects to put metricĀ information on a common “bus”. For example he has implemented a ruby based daemon thatĀ parses Ganglia gmond packets and puts them on a ZeroMQ pub/sub bus. Once it’s there you can “subscribe” with a client of your choice and do transforms to the data e.g.
- feed graphite or another monitoring tool
- insert data into a SQL database
- feed Nagios using passive checks
Thanks to Patrick for a great idea and implementation. Now let’s get to work on useful subscribers.
Gmond-zmq https://github.com/jedi4ever/gmond-zmq
Statsd-zmq https://github.com/jedi4ever/statsd
Ganglia Web 2.2.0 released
Posted by vuksan in Uncategorized on December 13, 2011
Today we released version 2.2.0 of the Ganglia Web interface. New features present in this release are described in our “Upcoming Web Features post“.
Release can be downloaded from https://sourceforge.net/projects/ganglia/files/gweb/2.2.0/
If you need help installation guide is here.
