Page 1 of 1
Dashlet refresh
Posted: Fri Dec 12, 2014 1:34 pm
by BanditBBS
Any dashlet creators out there want to help me out
What do I need to do/add to my dashlet to make it auto refresh every x minutes?
Re: Dashlet refresh
Posted: Fri Dec 12, 2014 1:38 pm
by tmcdonald
Could probably just get away with some javascript. What specifically are you looking to refresh? A div's contents or the entire URL itself?
Re: Dashlet refresh
Posted: Sun Dec 14, 2014 7:10 pm
by Box293
tmcdonald is spot on in relation to the JavaScript.
Have a look at my Status Info Dashlet:
http://exchange.nagios.org/directory/Ad ... et/details
Specifically in statusinfo.inc.php lines 1778 to 1780.
What is happen is that the JavaScript is reloading the dashlet DIV every X interval, which is defined by the user when they add the dashlet to the dashboard.