[Nagios-devel] Possible Bug in notifications.c - Patch included

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] Possible Bug in notifications.c - Patch included

Post by Guest »

This is a multi-part message in MIME format.
--------------020004010309020105070106
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

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".



--------------020004010309020105070106
Content-Type: text/plain;
name="notifications.c.trends-href-patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="notifications.c.trends-href-patch"

157c157
View Trends For This Host\n",HISTORY_CGI,url_encode(query_host_name));
---
> printf("View Trends For This Host\n",TRENDS_CGI,url_encode(query_host_name));

--------------020004010309020105070106--





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked