On Mon, Apr 9, 2012 at 11:47 AM, Chris Stone axisml@gmail.com wrote:
Not sure when this started, but I've got a couple of Linux servers where suddenly the Graphs tab on them blank. The page layout is all there, but the part under the heading Graphs where the graphs and netstats links and graphs should be is empty. Checked the apache logs and see nothing there indicating any problem and poller.php runs fine
Source for the page where I get nothing where the graphs should be:
<div class="tabcontent"><div style="clear: both;"> <div class='rounded-5px' style='border: 1px solid #ccc; display: block; background: #eee; text-align: left; margin-top: 0px; margin-bottom: 5px; padding: 7px 14px 8px 14px'><span style='font-weight: bold;'>Graphs</span> » </div></div> </div> <div class="clearer"></div>
Comparing to a page that does have the graphs, after the » should be a bunch of span and div tags with the graphs. So, something must be aborting during the generation of the graphs - right off since none at all are there - all or nothing it would seem.
New to this code, so I've not done a log of digging around looking for reasons and why some similar systems and not others....
Chris