Here&#39;s a question - Do the graph titles need to be flexible (not just one modification) or can it be static (IE not Navigator Graph bot something else that stays the same all the time)?  Knowing this I might be able to dig into code a bit and see if I can&#39;t find something that would allow it to be modified.<br>

<br><div class="gmail_quote">On Fri, Jul 13, 2012 at 2:47 AM, Borg, Joe, Vodafone Malta <span dir="ltr">&lt;<a href="mailto:Joe.Borg@vodafone.com" target="_blank">Joe.Borg@vodafone.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Don,<br>
Many thanks for your response and no worries re: being blunt.<br>
<br>
Essentially, you are right - only that the only custom item I require is the title. In other words, the legend and everything else on the graph should remain the same as what&#39;s seen in smokeping. Moreover though, I also need to &#39;automate&#39; this graph generation via CLI/ a perl script.<br>


<br>
So to do the above, I thought the best way would be to use the rrdtool directly from CLI; something like:<br>
<br>
/usr/bin/rrdtool graph - --imgformat=PNG --start=-31536000 --end=-300 --title=&quot;customer abc instead of Navigator Graph&quot;................<br>
<br>
What I was after was simply the list of all the parameters I might need to pass to rrdtool so as to generate a graph that looks exactly like the ones generated by smokeping (only with a different title).<br>
<br>
I&#39;ll go through the links you provided me with as the second one seems promising.<br>
<br>
<br>
The alternative to all the above would be to run something like this from a linux CLI:<br>
<br>
[root@foo /]# wget &quot; <a href="http://oss.oetiker.ch/smokeping-demo/?displaymode=a;start=2007-08-15%2015:31;end=now;target=Customers.ITIS.otoro" target="_blank">http://oss.oetiker.ch/smokeping-demo/?displaymode=a;start=2007-08-15%2015:31;end=now;target=Customers.ITIS.otoro</a>&quot;<br>


<br>
The above is also fine for me and would be much simpler. The only problem with it is that I don&#39;t know if/how I could modify the graph title of the png file generated? Maybe there&#39;s some other url parameter I can pass? E.g. ?displaymode=a;start=2007-08-15%2015:31;end=now;target=Customers.ITIS.otoro;title=customer.abc (&lt;-note added parameter).<br>


<br>
<br>
Thanks for all your help.<br>
<br>
Joe<br></blockquote></div>