<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">I've installed all the necessary files and apps and it works out of the box.</div><div class="gmail_default" style="font-family:verdana,sans-serif">Viewed it from OpenWrt Luci GUI where there is a link to "graphs". Whenever I click on it, I assume it generates a new graph.</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">The link after I click on the graph is</div><div class="gmail_default" style><font face="verdana, sans-serif"><a href="http://some.domain.com/cgi-bin/luci/;stok=7f89f706f496f584539ee6487065c61b/admin/statistics/graph/interface/">http://some.domain.com/cgi-bin/luci/;stok=7f89f706f496f584539ee6487065c61b/admin/statistics/graph/interface/</a>?</font><br></div><div class="gmail_default" style><font face="verdana, sans-serif"><br></font></div><div class="gmail_default" style><font face="verdana, sans-serif">How do I find the CGI?</font></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 10, 2015 at 5:11 PM, Simon Hobson <span dir="ltr"><<a href="mailto:linux@thehobsons.co.uk" target="_blank">linux@thehobsons.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">Aizad Fauzi <<a href="mailto:redsan@gmail.com">redsan@gmail.com</a>> wrote:<br>
<br>
> I've installed these three components and my graph is working perfectly.<br>
> I create a symlink of the PNG to the root of my www folder so that I can easily view the graph directly.<br>
> However, in order for the graph to be updated, I need to log-on to the router and view from there in order to refresh the graph.<br>
><br>
> Are there any tricks that can make the graph automatically update by running some command to setup as crontab?<br>
<br>
</div></div>How are you generating the graph ? How are you viewing them when you log in to the router ?<br>
<br>
There are two ways to do it - create graphs periodically in case you want to view them, or create them on demand.<br>
<br>
The first of these means using some tool (eg cron) to run commands to generate the graphs periodically. The downside of this is that you expend resources generating graphs that you will most likely never look at.<br>
<br>
The alternative is to trigger graph creation when you want to view it - typically by CGI scripts on the server.<br>
<br>
I suspect that when you log onto the router (presumably via it's web UI) and view the graph, that's triggering a CGI script that generates the graph there and then - if you right click on the graph image and open in new window/tab, what URL do you get ?. This normally also creates an image file which hangs around until it gets over-written by the next version. If you statically link or view this image file, then it won't update on it's own.<br>
The fix for this is probably to link to the CGI script rather than the static image file - that way, when you view it you'll always get an up to date version.<br>
<br>
_______________________________________________<br>
rrd-users mailing list<br>
<a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br>
<a href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users" target="_blank">https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Regards,<div>Aizad</div></div>
</div>