<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Henrik Stoerner wrote:
<blockquote cite="mid20060711211728.GD24788@hswn.dk" type="cite">
  <pre wrap="">On Tue, Jul 11, 2006 at 02:08:16PM -0700, Charles Jones wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Henrik Stoerner wrote:

    </pre>
    <blockquote type="cite">
      <pre wrap="">On Tue, Jul 11, 2006 at 11:41:21AM -0400, Sean Hennessey wrote:
      </pre>
      <blockquote type="cite">
        <pre wrap="">case
to split the test into two different tests, but it does make sense to 
split
the data into two graphs. Does anyone know if what this is possible?
        </pre>
      </blockquote>
      <pre wrap="">No, it's not possible with the current code.

It ought to be, I agree. But the whole handling of which graphs go where 
needs some major work; the current setup was adopted from Big
Brother/LARRD and is not very flexible.


      </pre>
    </blockquote>
    <pre wrap="">I thought you could do it via several calls to hobbitgraph? For example 
I have a host that has many disk partitions. If I don't want to see them 
all on a single graph, I can select just the first partition via the 
"first" and "count" options:
<a class="moz-txt-link-freetext" href="https://www.myhost.com/hobbit-cgi/hobbitgraph.sh?host=myhost&service=disk&graph_width=576&graph_height=120&first=1&count=1&disp=my%2dhost">https://www.myhost.com/hobbit-cgi/hobbitgraph.sh?host=myhost&service=disk&graph_width=576&graph_height=120&first=1&count=1&disp=my%2dhost</a>
This gives me a graph with only that data element.
I can get a graph of only the 2nd via first=2&count=1, or elements 5-8, 
first=5&count=3.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
That only works if you store the data in multiple RRD files. The "count"
parameter counts RRD files, not graph lines. (The "disk" rrd's only have
one graph per file, so there's a one-to-one mapping in that case).
  </pre>
</blockquote>
Ah! Silly me I didn't realize that there is a seperate rrd for each
partition. Ah well n00b is me :)<br>
<br>
-Charles<br>
</body>
</html>