Actually, it appears that the DEF line in hobbitgraph.cfg is what I need to figure out how to make variable.<br><br>Instead of having to do the following, is there a way to make the ds-name variable based on the graph data itself??<br>
<br>Not sure if below is possible in any way. Look on the RRDtool site and it doesn't show an way to make ds-name variable and dynamic:<br><br>[farmload]<br>        TITLE Citrix Farm Load<br>        YAXIS Load Value<br>
        DEF:p@RRDIDX@=farmload.rrd:<b>THIS_PART_IS_RANDOM</b>:AVERAGE<br>        LINE2:p@RRDIDX@#@COLOR@:@RRDPARAM@<br>        GPRINT:p@RRDIDX@:LAST: \: %5.1lf%s (cur)<br>        GPRINT:p@RRDIDX@:MAX: \: %5.1lf%s (max)<br>
        GPRINT:p@RRDIDX@:MIN: \: %5.1lf%s (min)<br>        GPRINT:p@RRDIDX@:AVERAGE: \: %5.1lf%s (avg)\n<br><br>Thanks!<br><br><div class="gmail_quote">On Thu, Jul 8, 2010 at 9:06 AM, Geoff Hallford <span dir="ltr"><<a href="mailto:geoff.hallford@gmail.com">geoff.hallford@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi All,<br><br>I hoping that someone has done this before, either through Hobbit built in graphing and status/data messages or through another means. I have data in the following format:<br>
<br>SERVER1 : 800<br>SERVER2 : 1054<br>
SERVER3 : 10000<br>SERVER4 : 43<br><br>These numbers represent the load on a Citrix server, using the qfarm /load CLI. The maximum number will always be 10000 if the server is full and 0 if the server is empty.<br><br>The problem I am having in figuring this out, is that the names of the servers can change day to day, so adding all those entries as NCV GAUGE types doesn't make sense. Am I missing a way to do this?<br>

<br>I am also hoping to have 5 servers per graph and I have about 150 to graph.<br><br>Thanks!<br><font color="#888888"><br>Geoff.<br>
</font></blockquote></div><br>