Is it possible to use the multigraphs option with custom SCV datasets? I have a script that returns me 15 unique values from a server. I would like a graph of all of these, but placing them all on the same graph isn't helpful. I've read that using adding the multigraphs option to hobbitcgi.cfg will turn on this feature, but instead I get a 1 graph with all of my data plots and then links (hobbit graph ncv:moirad) below it. I was able to turn on the feature for non-custom scv datasets (such as inode) but can't get it to work for this.<br>
<br>Here are the relevant parts of my configuration:<br>hobbitserver.cfg<br>--------------------------------<br>TEST2RRD="cpu=la,disk, --cut-- ,moirad=ncv"<br><br>hobbitcgi.cfg<br>-------------------------------<br>
CGI_SVC_OPTS="--env=/usr/pkg/hobbit/server/etc/hobbitserver.cfg --no-svcid --history=top --multigraphs=disk,inode,moirad"<br><br>hobbitgraphs.cfg<br>------------------------------<br>[moirad]<br>        TITLE Moira Server Stats<br>
        YAXIS #<br>        DEF:nconnects=moirad.rrd:nconnects:AVERAGE<br>        DEF:nauths=moirad.rrd:nauths:AVERAGE<br>        DEF:nauthsv4=moirad.rrd:nauthsv4:AVERAGE<br>        DEF:nauthfails=moirad.rrd:nauthfails:AVERAGE<br>
   ----- CUT -----<br>       GPRINT:nqueries:AVERAGE: \: %5.1lf%s (avg)\n<br>        GPRINT:nincrementals:LAST:Incrementals \: %5.1lf%s (cur)<br>        GPRINT:nincrementals:MAX: \: %5.1lf%s (max)<br>        GPRINT:nincrementals:MIN: \: %5.1lf%s (min)<br>
        GPRINT:nincrementals:AVERAGE: \: %5.1lf%s (avg)\n<br><br><br>Is what I am trying to do even possible?<br><br>Jason Funk<br>