forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade nagios to 3.4.3, from Benoit Godefert
Changelog since 3.3.1 3.4.3 - 11/30/2012 ------------------ - Reverted squeue changes intended for Nagios 4 - Reapplied all patches from 3.4.2 release - Applied fix for pagination and sorting on status.cgi #381 (Phil Randal) 3.4.2 - 11/09/2012 ------------------ FIXES * Fixed issue where deleting a downtime could cause Nagios to crash (Eric Stanley) * Corrected logic so that end times for flexible downtimes are calculated from the dow ntime start rather than the current time in the case where Nagios is restarted (Eric S tanley) * Fixed issue introduced by fix for bug #124 where flexible downtimes are not taken in to account on Nagios restart. (Scott Wilkerson, Eric Stanley) * Fixed bug #247: If a service reports no performance data, the perfdata log file has no line indicating the test. (omnikron@free.fr) * Fixed link for unhandled unreachable host problems on tactical overview page (Rudolf Cejka) * Fixed bug #345 with wild card searches not paging properly on status.cgi (Phil Randa l) * Fixed bug #343 on status.cgi where Service Group Summary can potentially show wrong totals (Mark Ziesemer) * Fixed memory leaks on SIGHUP (Carlos Velasco) 3.4.1 - 05/11/2012 ------------------ FIXES * Double quotes in check_command definition break functionality (#332, reverts #86) 3.4.0 - 05/04/2012 ------------------ ENHANCEMENTS * Added service_check_timeout_state configuration variable (Bill McGonigle) * Permanently remove sleep on run_event == FALSE in main loop (Max <perldork@webwizard design.com>) * Reduce notification load by moving notification viability check into notification li st creation (Opsview Team) * Added code to apply allow_empty_hostgroup_assignment flag to host and service depend encies (Daniel Wittenberg) * Users can now see hostgroups and servicegroups that contain at least one host or ser vice they are authorized for, instead of having to be authorized for them all (Ethan G alstad) * RSS feed boxes fallback if an error occurs (Ethan Galstad) * RSS feeds no longer block main page load (Mike Guthrie) FIXES * Fix $NOTIFICATIONRECIPIENTS$ macro to contain all contacts assigned to host|service, not only notified contacts (Bug #98 Matt Harrington) * Scheduled Downtime Notifications Resent On Nagios Restart/reload (Bug #124 - ricardo ) * NOTIFICATIONTYPE MACRO never became CUSTOM (Bug #168 - Alexey Dvoryanchikov) * Plugged minor memory leaks in notification logic
- Loading branch information
manu
committed
Dec 14, 2012
1 parent
1bd5cb5
commit 7619da7
Showing
5 changed files
with
121 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
$NetBSD: distinfo,v 1.14 2011/11/27 19:49:15 joerg Exp $ | ||
$NetBSD: distinfo,v 1.15 2012/12/14 18:49:51 manu Exp $ | ||
|
||
SHA1 (nagios-3.3.1.tar.gz) = 7b2523de0dacb51b5162dd53fc4c909397800125 | ||
RMD160 (nagios-3.3.1.tar.gz) = 38d427f9d137ba75b84f3bfe2a98b72a768f6158 | ||
Size (nagios-3.3.1.tar.gz) = 1714630 bytes | ||
SHA1 (patch-aa) = 387aa5be2cd2ab7990fb918cba9a73e88b99c1ff | ||
SHA1 (nagios-3.4.3.tar.gz) = 3e9b73b9e219829ec4dca6ffe44106401d430ad3 | ||
RMD160 (nagios-3.4.3.tar.gz) = 34121ab4e2a6d400f55db452133542dd3a7a324d | ||
Size (nagios-3.4.3.tar.gz) = 1784746 bytes | ||
SHA1 (patch-aa) = 7f08522be804aec2b439f0a550f2f0fdb26c827b | ||
SHA1 (patch-ab) = 37beee7195879806a2cd44cde2f376e07fc13470 | ||
SHA1 (patch-ac) = 66a112e4545e54f408f0e53f4ed05e4720713c48 | ||
SHA1 (patch-ad) = 45ba0e08e5dd68b354a0e925e36b1a6944a57f2d | ||
SHA1 (patch-ad) = 475c22bdcf41d590dae8309a7f410a53ae9cc872 | ||
SHA1 (patch-ae) = 35418dbe26f2e7c14d6a98951e62247344ae80b0 | ||
SHA1 (patch-af) = a91ab37f16e8adda3146a2dde7273ebf841ef9af | ||
SHA1 (patch-ag) = ae13cf98b7e2f68304406ebab80292c5c4c8ea30 | ||
SHA1 (patch-ah) = 18b395833303543469b510bf50d73568d3a40cd9 | ||
SHA1 (patch-ah) = 702571fe4a0073c1d1a9f7b166a85d4cf41f284c | ||
SHA1 (patch-ai) = 9212106c141be6faaf65e4e4909fcf92907c0e58 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
$NetBSD: patch-ah,v 1.3 2011/08/02 14:03:18 bouyer Exp $ | ||
$NetBSD: patch-ah,v 1.4 2012/12/14 18:49:51 manu Exp $ | ||
|
||
--- cgi/getcgi.c.orig 2011-07-26 02:16:13.000000000 +0200 | ||
+++ cgi/getcgi.c 2011-08-01 18:37:39.000000000 +0200 | ||
--- cgi/getcgi.c.orig 2012-10-04 18:31:47.000000000 +0200 | ||
+++ cgi/getcgi.c 2012-10-04 18:31:57.000000000 +0200 | ||
@@ -10,6 +10,7 @@ | ||
#include "../include/getcgi.h" | ||
#include <stdio.h> | ||
#include <stdlib.h> | ||
#include "../include/getcgi.h" | ||
#include <stdio.h> | ||
#include <stdlib.h> | ||
+#include <limits.h> | ||
#undef PARANOID_CGI_INPUT | ||
|
||
|
||
#undef PARANOID_CGI_INPUT |