From: Wilson P. J. <wp....@te...> - 2004-07-19 21:38:38
|
Thanks !!! -----Original Message----- From: Cook, Garry [mailto:GW...@ma...] Sent: segunda-feira, 19 de julho de 2004 17:59 To: Wilson Pires Jr; per...@li... Subject: RE: [Perfparse-users] side bar per...@li... wrote: > I've used the recommended config in: > > http://sourceforge.net/docman/display_doc.php?docid=23344&grou > p_id=109355 > > in order to add a link to pp graphs: > > <tr> > <td width=13> > <img src="images/greendot.gif" width="13" height="14" > name="performance-dot"> > </td> > <td nowrap> > <a href="/nagios/cgi-bin/extinfo.cgi?&type=4" target="main" > onMouseOver="switchdot('performance-dot',1)" > onMouseOut="switchdot('performance-dot',0)" > class="NavBarItem">Performance Info</a> > </td> > </tr> > > But that added the same "Performance Info" link that nagios brings by > default. > > I don't know html and cgi scripts. Could anybody help me? > > Regards, > > Wilson Oops. My fault. Looks like I copied/pasted the wrong section of my side.html to the docs. Sorry about that. I'll fix the docs. In the meantime, try this: <tr> <td width=13> <img src="images/greendot.gif" width="13" height="14" name="perfparse-dot"> </td> <td nowrap> <a href="/nagios/cgi-bin/perfgraph.cgi?all_bin=1" target="main" onMouseOver="switchdot('perfparse-dot',1)" onMouseOut="switchdot('perfparse-dot',0)" class="NavBarItem">PerfData Graphs</a> </td> </tr> Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) |