Thank you for that,<div><br></div><div>I have put some configuration into /etc/collectd/collection.conf on the server where the data is collected and the graphs are drawn, however, the graphs do not change at all, even after completely deleting what is there.</div>
<div><br></div><div>I now have the sneeking suspicion that this type business in collection.conf may hvae to happen on the client (in other words my routers) or should this actually work with the configuration on the server?</div>
<div><br></div><div>Please advise.</div><div><br></div><div><br></div><div>Attached: /etc/collectd/collection.conf</div><div><br></div><div><div>datadir: &quot;/var/lib/collectd/rrd/&quot;</div><div>libdir: &quot;/usr/lib/collectd/&quot;</div>
<div>&lt;Type cpu&gt;</div><div>   RRDOptions -u -100</div><div> &lt;/Type&gt;</div><div>&lt;Type load&gt;</div><div>   Module load</div><div> &lt;/Type&gt;</div><div>&lt;Type ping&gt;</div><div>  Module GenericStacked</div>
<div>  Stacking false</div><div> &lt;/Type&gt;</div><div> &lt;Type wireless&gt;</div><div>   RRDOptions -l -100</div><div> &lt;/Type&gt;</div></div><div><br></div><div><br><br><div class="gmail_quote">On 22 October 2010 10:39, Max Henkel <span dir="ltr">&lt;<a href="mailto:henkel@gmx.at">henkel@gmx.at</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello Hanno!<br>
<br>
First I should mention that collection3 is not supported [1][2].<br>
Nonetheless I will give you some hints. You can find all of the<br>
following information in the perl-scripts of collection3.<br>
<br>
On Thu, 21 Oct 2010 22:01:50 +1300, Hanno Schupp wrote:<br>
[…]<br>
<div class="im">&gt; It delivers three separate graphs. However, I wish to have one graph with<br>
&gt; all three lines superimpose like one can see in the wiki:<br>
&gt;<br>
</div><div class="im">&gt; Q: How do I do that?<br>
<br>
</div>You can change the &quot;ping&quot; type in the etc/collection.conf file to<br>
use the &quot;GenericStacked&quot; module. Furthermore you have to disable the<br>
&quot;stacking&quot; so that the different ping values are not summed up.<br>
<br>
E.g.<br>
 …<br>
 &lt;Type ping&gt;<br>
   Module GenericStacked<br>
   Stacking false<br>
   …<br>
 &lt;/Type&gt;<br>
<br>
[…]<br>
<div class="im">&gt; Q: How can I move the scale to, say, -100dBm to 80dBm instead of the<br>
&gt; current -90dBm to 80dBm – just like signal quality has its graph in the<br>
&gt; idle and not at the bottom edge?<br>
</div>[…]<br>
<br>
Rrdtool graphs the data and you can give additional options to it<br>
with the &quot;RRDOptions&quot; switch. ( man rrdgraph )<br>
In your case the &quot;-u&quot; and &quot;-l&quot; options should do what you want.<br>
E.g.<br>
  …<br>
  &lt;Type wireless&gt;<br>
    RRDOptions -l -100<br>
    …<br>
  &lt;/Type<br>
<br>
Regards,<br>
<br>
Max<br>
<br>
[1] <a href="http://www.collectd.org/index.html" target="_blank">http://www.collectd.org/index.html</a> -&gt; Limitations<br>
[2] <a href="http://www.collectd.org/wiki/index.php/First_steps#Creating_graphs" target="_blank">http://www.collectd.org/wiki/index.php/First_steps#Creating_graphs</a><br>
<font color="#888888">--<br>
&lt; henkel at gmx dot at &gt;<br>
</font></blockquote></div><br></div>