[Nagiosplug-devel] Possible Bug in notifications.c(gi) - Patch Included

Hendrik Baecker b00mer at gmx.net
Wed Jun 14 14:47:06 CEST 2006


Sorry,

fetched the wrong list!

Hendrik Baecker schrieb:

> Hi all,
>
> it seems there is a bug in notifications.c. (Nagios 2.3 and Nagios 2.4)
>
> While watching the notifications for a specifiic host and then want to 
> go to the trends the notifications.cgi is linked to history.cgi 
> instead of trends.cgi.
>
> I think that this patch will catch it.
>
> Thanks to a www.nagios-portal.de board member called "itc".
>
>
>------------------------------------------------------------------------
>
>157c157
>< 					printf("<A HREF='%s?host=%s'>View Trends For This Host</A><BR>\n",HISTORY_CGI,url_encode(query_host_name));
>---
>  
>
>>					printf("<A HREF='%s?host=%s'>View Trends For This Host</A><BR>\n",TRENDS_CGI,url_encode(query_host_name));
>>    
>>
>>------------------------------------------------------------------------
>>
>>_______________________________________________________
>>Nagios Plugin Development Mailing List Nagiosplug-devel at lists.sourceforge.net
>>Unsubscribe at https://lists.sourceforge.net/lists/listinfo/nagiosplug-devel
>>::: Please include plugins version (-v) and OS when reporting any issue. 
>>::: Messages without supporting info will risk being sent to /dev/null
>>





More information about the Devel mailing list