<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I have the following definition on Nagios-2.0b3 in serviceextinfo.cfg.<br>
<br>
define serviceextinfo {<br>
service_description Cisco_Memory<br>
hostgroup CiscoEquipment<br>
notes_url
/nagiosgraph/show.cgi?host=$HOSTNAME$&service=$SERVICEDESC$<br>
icon_image graph.gif<br>
icon_image_alt View graphs<br>
}<br>
<br>
What I planned on happening was that the graph.gif icon would launch
the notes_url. This does not happen. In my investigation on the
issue, I encountered the following as a potential reference to
resolving the problem:<br>
<h3>Email Archive: <a
href="https://sourceforge.net/mailarchive/forum.php?forum_id=1873">nagios-users</a>
(read-only)
<a
href="https://sourceforge.net/search/index.php?type_of_search=mlists&group_id=26589&forum_id=1873">Search</a>
</h3>
<table width="100%">
<tbody>
<tr>
<td bgcolor="#dddddd" nowrap="nowrap"> From: James S. White
<a class="moz-txt-link-rfc2396E" href="mailto:james@ja..."><james@ja...></a> <br>
<img src="cid:part1.08000501.04030109@ABS-CompTech.com" alt=""
border="0" height="12" width="10"> Re: Nagios 2.0b1 serviceextinfo
notes_url ignored <br>
2005-03-18 10:19 </td>
</tr>
<tr>
<td>
<pre> This problem exists in 2.0b2 as well: This patch for cgi/status.c should
correct it. You can probably remove the /*FOOBAR*/ comment.
I am making the assumption that the serviceextifo icon should actually take you there
instead of to the service description. If I"m wrong then disregard this email.
1664a1665,1666
>
> /*FOOBAR*/
1666,1667c1668
< printf("<A
HREF="%s?type=%d&host=%s",EXTINFO_CGI,DISPLAY_SERVICE_INFO,url_encode(temp_service->host_name));
<
printf("&service=%s">",url_encode(temp_service->description));
---
> printf("<A
HREF="%s">",temp_serviceextinfo->notes_url);
1669a1671,1673
>
>
>
</pre>
</td>
</tr>
</tbody>
</table>
<br>
As this was reported in Nagios-2.0b1 and is still in Nagios-2.0b3 (and
I have not seen an update in the Changes Log for nagios-2.0b4), I was
hoping to hear that this would make it into the CVS as a resolution to
the problem, since it is still occurring 6+ months later (still better
than some software companies though).<br>
<br>
Best Regards,<br>
<br>
<pre class="moz-signature" cols="72">--
Albert E. Whale, CHS CISA CISSP
Sr. Security, Network, Risk Assessment and Systems Consultant
-------------------------------------------------------------------
ABS Computer Technology, Inc. - <a class="moz-txt-link-abbreviated" href="http://www.ABS-CompTech.com">www.ABS-CompTech.com</a>
SPAM Zapper - No-JunkMail.com - Spam-Zapper.com - SPAM Stops Here.
President of the Pittsburgh InfraGard Alliance
</pre>
</body>
</html>