[Pkg-nagios-devel] nagios/patches 08_side.html_absolute_url_fix.dpatch,NONE,1.1 00list,1.5,1.6
seanius@haydn.debian.org
seanius@haydn.debian.org
- Previous message: [Pkg-nagios-devel] nagios nagios-text.postinst,NONE,1.1 README.mysql,1.2,1.3 changelog,1.37,1.38 nagios-common.dirs,1.2,1.3 nagios-common.postinst,1.8,1.9 nagios-common.postrm,1.5,1.6 update-nagios,1.4,1.5
- Next message: [Pkg-nagios-devel] Bug#290003: more information
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/pkg-nagios/nagios/patches
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv25725/patches
Modified Files:
00list
Added Files:
08_side.html_absolute_url_fix.dpatch
Log Message:
lots and lots of bugfixes. see the attached patch to the changelog
for details. after i've tested the final product on one of my real
nagios servers i'll upload it.
sean
--- NEW FILE: 08_side.html_absolute_url_fix.dpatch ---
#! /bin/sh /usr/share/dpatch/dpatch-run
## 08_side.html_absolute_url_fix.dpatch by <seanius@localhost.localdomain>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad nagios-1.3-cvs.20050116/html/side.html.in /home/seanius/tmp/dpep.pFeASJ/nagios-1.3-cvs.20050116/html/side.html.in
--- nagios-1.3-cvs.20050116/html/side.html.in 2005-02-11 17:05:23.450421200 -0500
+++ /home/seanius/tmp/dpep.pFeASJ/nagios-1.3-cvs.20050116/html/side.html.in 2005-02-11 17:06:31.611059208 -0500
@@ -79,76 +79,76 @@
<table width="150" border="0" cellpadding=0 cellspacing=0>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="tac-dot"></td>
- <td nowrap width=134><a href="@cgiurl@/tac.cgi" target="main" onMouseOver="switchdot('tac-dot',1)" onMouseOut="switchdot('tac-dot',0)" class="NavBarItem">Tactical Overview</a></td>
+ <td nowrap width=134><a href="cgi-bin/tac.cgi" target="main" onMouseOver="switchdot('tac-dot',1)" onMouseOut="switchdot('tac-dot',0)" class="NavBarItem">Tactical Overview</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="status-dot"></td>
- <td nowrap><a href="@cgiurl@/status.cgi?host=all" target="main" onMouseOver="switchdot('status-dot',1)" onMouseOut="switchdot('status-dot',0)" class="NavBarItem">Service Detail</a></td>
+ <td nowrap><a href="cgi-bin/status.cgi?host=all" target="main" onMouseOver="switchdot('status-dot',1)" onMouseOut="switchdot('status-dot',0)" class="NavBarItem">Service Detail</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="hoststatus-dot"></td>
- <td nowrap><a href="@cgiurl@/status.cgi?hostgroup=all&style=hostdetail" target="main" onMouseOver="switchdot('hoststatus-dot',1)" onMouseOut="switchdot('hoststatus-dot',0)" class="NavBarItem">Host Detail</a></td>
+ <td nowrap><a href="cgi-bin/status.cgi?hostgroup=all&style=hostdetail" target="main" onMouseOver="switchdot('hoststatus-dot',1)" onMouseOut="switchdot('hoststatus-dot',0)" class="NavBarItem">Host Detail</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="hgstatus-dot"></td>
- <td nowrap><a href="@cgiurl@/status.cgi?hostgroup=all" target="main" onMouseOver="switchdot('hgstatus-dot',1)" onMouseOut="switchdot('hgstatus-dot',0)" class="NavBarItem">Status Overview</a></td>
+ <td nowrap><a href="cgi-bin/status.cgi?hostgroup=all" target="main" onMouseOver="switchdot('hgstatus-dot',1)" onMouseOut="switchdot('hgstatus-dot',0)" class="NavBarItem">Status Overview</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="hgstatus2-dot"></td>
- <td nowrap><a href="@cgiurl@/status.cgi?hostgroup=all&style=summary" target="main" onMouseOver="switchdot('hgstatus2-dot',1)" onMouseOut="switchdot('hgstatus2-dot',0)" class="NavBarItem">Status Summary</a></td>
+ <td nowrap><a href="cgi-bin/status.cgi?hostgroup=all&style=summary" target="main" onMouseOver="switchdot('hgstatus2-dot',1)" onMouseOut="switchdot('hgstatus2-dot',0)" class="NavBarItem">Status Summary</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="hgstatus3-dot"></td>
- <td nowrap><a href="@cgiurl@/status.cgi?hostgroup=all&style=grid" target="main" onMouseOver="switchdot('hgstatus3-dot',1)" onMouseOut="switchdot('hgstatus3-dot',0)" class="NavBarItem">Status Grid</a></td>
+ <td nowrap><a href="cgi-bin/status.cgi?hostgroup=all&style=grid" target="main" onMouseOver="switchdot('hgstatus3-dot',1)" onMouseOut="switchdot('hgstatus3-dot',0)" class="NavBarItem">Status Grid</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="statusmap-dot"></td>
- <td nowrap><a href="@cgiurl@/statusmap.cgi?host=all" target="main" onMouseOver="switchdot('statusmap-dot',1)" onMouseOut="switchdot('statusmap-dot',0)" class="NavBarItem">Status Map</a></td>
+ <td nowrap><a href="cgi-bin/statusmap.cgi?host=all" target="main" onMouseOver="switchdot('statusmap-dot',1)" onMouseOut="switchdot('statusmap-dot',0)" class="NavBarItem">Status Map</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="statuswrl-dot"></td>
- <td nowrap><a href="@cgiurl@/statuswrl.cgi?host=all" target="main" onMouseOver="switchdot('statuswrl-dot',1)" onMouseOut="switchdot('statuswrl-dot',0)" class="NavBarItem">3-D Status Map</a></td>
+ <td nowrap><a href="cgi-bin/statuswrl.cgi?host=all" target="main" onMouseOver="switchdot('statuswrl-dot',1)" onMouseOut="switchdot('statuswrl-dot',0)" class="NavBarItem">3-D Status Map</a></td>
</tr>
<tr>
<td colspan="2" height="10"></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="svcproblems-dot"></td>
- <td nowrap><a href="@cgiurl@/status.cgi?host=all&servicestatustypes=248" target="main" onMouseOver="switchdot('svcproblems-dot',1)" onMouseOut="switchdot('svcproblems-dot',0)" class="NavBarItem">Service Problems</a></td>
+ <td nowrap><a href="cgi-bin/status.cgi?host=all&servicestatustypes=248" target="main" onMouseOver="switchdot('svcproblems-dot',1)" onMouseOut="switchdot('svcproblems-dot',0)" class="NavBarItem">Service Problems</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="hostproblems-dot"></td>
- <td nowrap><a href="@cgiurl@/status.cgi?hostgroup=all&style=hostdetail&hoststatustypes=12" target="main" onMouseOver="switchdot('hostproblems-dot',1)" onMouseOut="switchdot('hostproblems-dot',0)" class="NavBarItem">Host Problems</a></td>
+ <td nowrap><a href="cgi-bin/status.cgi?hostgroup=all&style=hostdetail&hoststatustypes=12" target="main" onMouseOver="switchdot('hostproblems-dot',1)" onMouseOut="switchdot('hostproblems-dot',0)" class="NavBarItem">Host Problems</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="outages-dot"></td>
- <td nowrap><a href="@cgiurl@/outages.cgi" target="main" onMouseOver="switchdot('outages-dot',1)" onMouseOut="switchdot('outages-dot',0)" class="NavBarItem">Network Outages</a></td>
+ <td nowrap><a href="cgi-bin/outages.cgi" target="main" onMouseOver="switchdot('outages-dot',1)" onMouseOut="switchdot('outages-dot',0)" class="NavBarItem">Network Outages</a></td>
</tr>
<tr>
<td colspan="2" height="10"></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="comment-dot"></td>
- <td nowrap><a href="@cgiurl@/extinfo.cgi?&type=3" target="main" onMouseOver="switchdot('comment-dot',1)" onMouseOut="switchdot('comment-dot',0)" class="NavBarItem">Comments</a></td>
+ <td nowrap><a href="cgi-bin/extinfo.cgi?&type=3" target="main" onMouseOver="switchdot('comment-dot',1)" onMouseOut="switchdot('comment-dot',0)" class="NavBarItem">Comments</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="downtime-dot"></td>
- <td nowrap><a href="@cgiurl@/extinfo.cgi?&type=6" target="main" onMouseOver="switchdot('downtime-dot',1)" onMouseOut="switchdot('downtime-dot',0)" class="NavBarItem">Downtime</a></td>
+ <td nowrap><a href="cgi-bin/extinfo.cgi?&type=6" target="main" onMouseOver="switchdot('downtime-dot',1)" onMouseOut="switchdot('downtime-dot',0)" class="NavBarItem">Downtime</a></td>
</tr>
<tr>
<td colspan="2" height="10"></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="processinfo-dot"></td>
- <td nowrap><a href="@cgiurl@/extinfo.cgi?&type=0" target="main" onMouseOver="switchdot('processinfo-dot',1)" onMouseOut="switchdot('processinfo-dot',0)" class="NavBarItem">Process Info</a></td>
+ <td nowrap><a href="cgi-bin/extinfo.cgi?&type=0" target="main" onMouseOver="switchdot('processinfo-dot',1)" onMouseOut="switchdot('processinfo-dot',0)" class="NavBarItem">Process Info</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="performance-dot"></td>
- <td nowrap><a href="@cgiurl@/extinfo.cgi?&type=4" target="main" onMouseOver="switchdot('performance-dot',1)" onMouseOut="switchdot('performance-dot',0)" class="NavBarItem">Performance Info</a></td>
+ <td nowrap><a href="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>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="queue-dot"></td>
- <td nowrap><a href="@cgiurl@/extinfo.cgi?&type=7" target="main" onMouseOver="switchdot('queue-dot',1)" onMouseOut="switchdot('queue-dot',0)" class="NavBarItem">Scheduling Queue</a></td>
+ <td nowrap><a href="cgi-bin/extinfo.cgi?&type=7" target="main" onMouseOver="switchdot('queue-dot',1)" onMouseOut="switchdot('queue-dot',0)" class="NavBarItem">Scheduling Queue</a></td>
</tr>
<tr>
<td colspan="2" height="10"></td>
@@ -164,31 +164,31 @@
<table width="150" border="0" cellpadding=0 cellspacing=0>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="trends-dot"></td>
- <td nowrap width=134><a href="@cgiurl@/trends.cgi" target="main" onMouseOver="switchdot('trends-dot',1)" onMouseOut="switchdot('trends-dot',0)" class="NavBarItem">Trends</a></td>
+ <td nowrap width=134><a href="cgi-bin/trends.cgi" target="main" onMouseOver="switchdot('trends-dot',1)" onMouseOut="switchdot('trends-dot',0)" class="NavBarItem">Trends</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="avail-dot"></td>
- <td nowrap><a href="@cgiurl@/avail.cgi" target="main" onMouseOver="switchdot('avail-dot',1)" onMouseOut="switchdot('avail-dot',0)" class="NavBarItem">Availability</a></td>
+ <td nowrap><a href="cgi-bin/avail.cgi" target="main" onMouseOver="switchdot('avail-dot',1)" onMouseOut="switchdot('avail-dot',0)" class="NavBarItem">Availability</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="histogram-dot"></td>
- <td nowrap><a href="@cgiurl@/histogram.cgi" target="main" onMouseOver="switchdot('histogram-dot',1)" onMouseOut="switchdot('histogram-dot',0)" class="NavBarItem">Alert Histogram</a></td>
+ <td nowrap><a href="cgi-bin/histogram.cgi" target="main" onMouseOver="switchdot('histogram-dot',1)" onMouseOut="switchdot('histogram-dot',0)" class="NavBarItem">Alert Histogram</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="history-dot"></td>
- <td nowrap><a href="@cgiurl@/history.cgi?host=all" target="main" onMouseOver="switchdot('history-dot',1)" onMouseOut="switchdot('history-dot',0)" class="NavBarItem">Alert History</a></td>
+ <td nowrap><a href="cgi-bin/history.cgi?host=all" target="main" onMouseOver="switchdot('history-dot',1)" onMouseOut="switchdot('history-dot',0)" class="NavBarItem">Alert History</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="summary-dot"></td>
- <td nowrap><a href="@cgiurl@/summary.cgi" target="main" onMouseOver="switchdot('summary-dot',1)" onMouseOut="switchdot('summary-dot',0)" class="NavBarItem">Alert Summary</a></td>
+ <td nowrap><a href="cgi-bin/summary.cgi" target="main" onMouseOver="switchdot('summary-dot',1)" onMouseOut="switchdot('summary-dot',0)" class="NavBarItem">Alert Summary</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="notifications-dot"></td>
- <td nowrap><a href="@cgiurl@/notifications.cgi?contact=all" target="main" onMouseOver="switchdot('notifications-dot',1)" onMouseOut="switchdot('notifications-dot',0)" class="NavBarItem">Notifications</a></td>
+ <td nowrap><a href="cgi-bin/notifications.cgi?contact=all" target="main" onMouseOver="switchdot('notifications-dot',1)" onMouseOut="switchdot('notifications-dot',0)" class="NavBarItem">Notifications</a></td>
</tr>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="logfile-dot"></td>
- <td nowrap><a href="@cgiurl@/showlog.cgi" target="main" onMouseOver="switchdot('logfile-dot',1)" onMouseOut="switchdot('logfile-dot',0)" class="NavBarItem">Event Log</a></td>
+ <td nowrap><a href="cgi-bin/showlog.cgi" target="main" onMouseOver="switchdot('logfile-dot',1)" onMouseOut="switchdot('logfile-dot',0)" class="NavBarItem">Event Log</a></td>
</tr>
<tr>
<td colspan="2" height="10"></td>
@@ -205,7 +205,7 @@
<table width="150" border="0" cellpadding=0 cellspacing=0>
<tr>
<td width=13><img src="images/greendot.gif" width="13" height="14" name="config-dot"></td>
- <td nowrap width=134><a href="@cgiurl@/config.cgi" target="main" onMouseOver="switchdot('config-dot',1)" onMouseOut="switchdot('config-dot',0)" class="NavBarItem">View Config</a></td>
+ <td nowrap width=134><a href="cgi-bin/config.cgi" target="main" onMouseOver="switchdot('config-dot',1)" onMouseOut="switchdot('config-dot',0)" class="NavBarItem">View Config</a></td>
</tr>
</table>
Index: 00list
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios/patches/00list,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- 00list 17 Jan 2005 18:34:53 -0000 1.5
+++ 00list 15 Feb 2005 22:17:39 -0000 1.6
@@ -5,5 +5,6 @@
05_fix_script_errors.dpatch
06_makefile.in_delete_defaults.dpatch
07_fix_default_config.dpatch
+08_side.html_absolute_url_fix.dpatch
9999_nsca_pathfix.dpatch
10000_no-password-disclosure.dpatch
- Previous message: [Pkg-nagios-devel] nagios nagios-text.postinst,NONE,1.1 README.mysql,1.2,1.3 changelog,1.37,1.38 nagios-common.dirs,1.2,1.3 nagios-common.postinst,1.8,1.9 nagios-common.postrm,1.5,1.6 update-nagios,1.4,1.5
- Next message: [Pkg-nagios-devel] Bug#290003: more information
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]