From: Cook, G. <GW...@ma...> - 2004-07-19 20:59:22
|
per...@li... wrote: > I've used the recommended config in: >=20 > http://sourceforge.net/docman/display_doc.php?docid=3D23344&grou > p_id=3D109355=20 > > in order to add a link to pp graphs: > > <tr> > <td width=3D13> > <img src=3D"images/greendot.gif" width=3D"13" height=3D"14" > name=3D"performance-dot"> > </td> > <td nowrap> > <a href=3D"/nagios/cgi-bin/extinfo.cgi?&type=3D4" target=3D"main" > onMouseOver=3D"switchdot('performance-dot',1)" > onMouseOut=3D"switchdot('performance-dot',0)" > class=3D"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=3D13> <img src=3D"images/greendot.gif" width=3D"13" height=3D"14" name=3D"perfparse-dot"> </td> <td nowrap> <a href=3D"/nagios/cgi-bin/perfgraph.cgi?all_bin=3D1" target=3D"main" onMouseOver=3D"switchdot('perfparse-dot',1)" onMouseOut=3D"switchdot('perfparse-dot',0)" class=3D"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) |