That almost works. What I get when I enable that option is a single graph with only the first rrd file on it. I use it to graph error counts on each port of a fibre switch. The graph now shows only the first port on each switch. If I remove this option, it displays all of the ports on a single graph. Here is my graph definition:
[diagshow] FNPATTERN diagshow,port(.*).rrd TITLE Port LLI Errors YAXIS Errors DEF:LLIERRORS at RRDIDX@=@RRDFN@:LLIERRORS:AVERAGE LINE2:LLIERRORS at RRDIDX@#@COLOR@:@RRDPARAM@ COMMENT:\n GPRINT:LLIERRORS at RRDIDX@:LAST:LLI Errors \: %5.1lf (cur) GPRINT:LLIERRORS at RRDIDX@:MAX: \: %5.1lf (max) GPRINT:LLIERRORS at RRDIDX@:MIN: \: %5.1lf (min) GPRINT:LLIERRORS at RRDIDX@:AVERAGE: \: %5.1lf (avg)\n
Hi
You are probably looking for the "--multigraphs" option specified as part of "CGI_SVC_OPTS" variable within "hobbitcgi.cfg".
For example if you have a custom test called "myextratest" you should specify something like this: CGI_SVC_OPTS="--env=/opt/hobbit/server/etc/hobbitserver.cfg --no-svcid --history=top --multigraphs=myextratest,disk"
Remember to include "disk", since by specifying this option you overwrite the default values and disk will be no longer split up. You can also find the description for this option within the HOBBITD_FILESTORE man page.
Best wishes, Anatoli Bogajewski