1. Don't sent the same message to ntop and ntop-dev - that's all but guaranteed to annoy the people who might read it. ntop for usage questions, ntop-dev for code level stuff, ntop-misc for other related programs (nProbe et al).
2. You need to clarify your understanding of html a bit... the generated html is this: <CENTER> <A HREF="thptStatsMatrix.html?col=1" BORDER=0 BGCOLOR=white><IMG SRC="thptGraph.png?col=1" alt="Current Hour throughput chart"></A><BR> <H4>Time [ Thu Sep 9 09:05:37 2004 through now]</H4><P><A HREF="thptStatsMatrix.html?col=2" BORDER=0 BGCOLOR=white><IMG SRC="thptGraph.png?col=2" alt="Current Day throughput chart"></A><BR> <H4>Time [ Wed Sep 8 10:05:37 2004 through now]</H4><P><IMG SRC="thptGraph.png?col=3" alt="Current 30day throughput chart"><BR> <H4>Time [ Tue Aug 10 10:05:37 2004 through now]</H4></CENTER> <a></a> is what makes something CLICKable and tells the browser where to go. <img> is the tag that tells the browser to retrieve and display an image. Just because the 30 day graph doesn't have a clickable destination isn't a bug, that's deliberate. You'll see it on the page - the Hour and Day chart have a colored outline, the pure graph (30d) doesn't. -----Burton > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Rivalino Matias Jr. > Sent: Thursday, September 09, 2004 8:21 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [Ntop-dev] Iis it a bug ? > > > Hi list, > > I would like clarify a doubt related to the ntop (v3.0) behavior. > Inside the > Summary-> Network Load I get the page > http://172.23.1.166:3000/thptStats.html. This page contain three graphics, > where the first and second are links to the thptStatsMatrix.html page. The > difference between both links is the "col" parameter value. > > For example: > > http://172.23.1.166:3000/thptStatsMatrix.html?col=1 -> (show the network > load statistics matrix for the last hour.) > http://172.23.1.166:3000/thptStatsMatrix.html?col=2 -> (show the network > load statistics matrix for the last day.) > > > My question is related to the third graphic. It is not a link as > the others > two and due to it I can't get access to the statistic matrix for the last > month. If I put the mouse over the 3d graphic I get a msg "Current 30day > Throughput Chart". The graphic file shortcut is > http://172.23.1.166:3000/thptGraph.png?col=3. > > Like the others graphics, Is there a link to the page > http://172.23.1.166:3000/thptStatsMatrix.html?col=3 ?? > If it is correct, how can I enable it ? > > Regards, > > Rivalino > PS: In my browser, I get the 3rd graphic aligned for the left and the > others centralized. Due to it I'm thinking could be a bug. > > > > > _______________________________________________ > Ntop mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop > > > _______________________________________________ > Ntop-dev mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop-dev _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
