There are two approaches to integrating the ganglia with graphite.
- use a third-party process to get indicators from gmetad / gmond, configure metrics data, data send data to the carbon server.
- use the "graphite integration" function of gmetad, where you just need to configure the carbon server address, port, protocol (with additional graphic path syntax), then gmetad will do the rest. More information can be found in /etc/ganglia/gmetad.conf
I would recommend # 2, as it is quite simple. you just need to upgrade your ganglia packages to version 3.3+.
In the above solutions, you can store indicator data both in RRD and in whisper mode. If you don't want this approach, it also supports graphing rrdtool with graphite in ganglia-web. see " Using graphite as a graphics engine "
source share