*This message was transferred with a trial version of CommuniGate(r) Pro*
Hi! I fully configured ganglia on my cluster. And now I have task of
generating reports.
Exactly, I don't have access to the ganglia web front-end outside local
network, but I need to have ganglia's statistics wherever I am.
So I want to get some automatic reporting on my e-mail.
I understood that ganglia web is written in PHP and uses rrdtool to
generate graphics. So I decided that I can write some script which will
request information from rrds on terminal node and generate graphics
(using rrd package) and saves them in some files. Later I can create
simple html page which references to this images and configure automatic
sending it to e-mail.
And it is interesting to me is it the simplest way to get automatic
reporting, maybe there are some tools for this aim?