a trends style view for the individual tests.
Greetings,
I was wondering if any of you have found a way to list graphs of specific tests for all the hobbit clients in a group. I'll explain this another way, just in case. The trends view is extremely useful in showing all the graphs for all of the tests for a specific server. In my current setup, I have 2 main groups, each with about 10 hobbit clients. It would be nice to be able to view the disk or cpu test graphs for a group all on a single page. Are there any suggestions?
Thanks, -Eric
On Wed, Jan 24, 2007 at 12:07:28PM -0800, Eric Boyd wrote:
I was wondering if any of you have found a way to list graphs of specific tests for all the hobbit clients in a group.
Somewhat doable, look at the "Metrics" report in Hobbit 4.2.0.
Generally, this is possible for the graphs that have a "multi" definition in hobbitgraphs.cfg - and those are the ones where there is a fixed set of RRD files. Thus the disk-graphs and http-graphs cannot be handled this way.
If you must have a combined disk-graph for all of your hosts showing the utilisation on a specific filesystem, then you can define a new entry in hobbitgraphs.cfg for this; the key is to name it something with "multi", and use an FNPATTERN setting naming the exact RRD file you want to use from each host, e.g. "disk,root.rrd" for the root filesystem. Then you can invoke the hobbitgraph CGI from a URL like
http://hobbitserver/cgi-bin/hobbitgraph.sh?host=hostA,hostB,hostC&service=my...
This could go on a hand-crafted HTML page you setup for this purpose.
Regards, Henrik
participants (2)
-
eric@iconla.com
-
henrik@hswn.dk