pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/nagios-base



Module Name:    pkgsrc
Committed By:   morr
Date:           Fri Apr  8 22:37:25 UTC 2011

Modified Files:
        pkgsrc/net/nagios-base: Makefile Makefile.common PLIST distinfo
        pkgsrc/net/nagios-base/patches: patch-aa patch-ab patch-ac patch-ad
            patch-ae patch-af patch-ag patch-ah patch-ai

Log Message:
Update nagios-base to 3.2.3. While there, add DESTDIR support and set LICENSE.
ChangeLog:
* Fixes problem where disabling all active hosts/services was not taking effect
* Fixes for compiler warnings (code cleanup by Stephen Gran)
* Fixes for format errors in event handler logging (Guillaume Rousse)
* Fixed incorrect info in sample nagios.cfg file for state_retention_file 
(Michael Friedrich)
* Fixed broker_event_handler() to return ERR if data is NULL (Michael Friedrich)
* Patch to new_mini_epn to allow any command line length without breaking on 
extra trailing or leading whitespace (Ray Bengen)
* Patch to mini_epn to allow any command line length (Thomas Guyot-Sionnest)
* Patch to speed up loading of state retention data (Matthieu Kermagoret)
* Custom notifications are now suppressed during scheduled downtime (Sven 
Nierlein)
* Added code to warn user about exit code of 126 meaning plugin is not 
executable (bug #153)
* Scheduled downtime can now start on SOFT error states (bug #47)
* Main window frame URL can now be specify with a "corewindow=" parameter
* Improved config CGI shows commands, command args in an easier to use manner 
(Jochen Bern)
* Added ability for NEB modules to override execution of event handlers (Sven 
Nierlein)
* Custom macros are no longer cleaned/stripped as they are user-defined and 
should be trusted (Peter Morch)
* Fix for choosing next valid time on day of DST change when clocks go one hour 
backwards
* Fix for nagios now erroring when "Error: Could not find any contactgroup 
matching..." displayed
* Fix tap tests for Sol0 and newer versions of Test::Harness
* Fix for notifications not being sent out when scheduled downtime is 
canceluzzner)
* Fix for first notification delay being calculated incorrectly, and 
notifications potentially going out early (Plachowski)
* Fix for text of scheduling downtime of all services on a host (Holger Weiss)
* Fix for services inheriting notification period from hosts if not defined 
(Gordon Messmer)
* Fix for incorrect service states on host failures (bug #130 Pet)
* Fix for incorrect service state attributes being set on host failures (bug 
#128 Petya Kohts)
* Fix for non-scheduled hostsnd services not being updated in NDOUtils
* Fix for typos in TAC, CMD CGIs (bugs #150, #144, #148)
* Fix for types in documentation (bugs #145, #105, #106)
* Fix for incorrect host state counts in status CGI when viewing servicegroups 
(bug #72)
* Fix few Splunk integration query parameters (bug #136)
* Fix for extra field header in availability CSV export (bug #113)
* Fix foracro processing code modifying input string (Jochen Bern)
* Fix for update check API
* Fix for CGI speedup when persistent=0 f comments
* Fix for event execution loop re-scheduling host checks instead of executing 
them if service checks are disabled (b #152)
* Fix for segfaults on Solaris (Torsten Huebler)
* Fix for incorrect comment expiration times being passed to event bror 
(Mattieu Kermagot)
* Doc updates related to cleaning of custom macros (Peter Valdemar Morch)
* Fix to sample notify-service--email command (bug #62)
* Fix for retaining host display name and alias, as well as service display 
name (Folkert van Heusden* Link to allow scheduling downtime for all services 
on a host (Hendrik Baecker)
* Speedup to CGIs when lots of comments or dotimes in status.dat file (Jonathan 
Kamens)
* Patch for new_mini_epn to allow for any command line length without breaking 
extra trailing or leading whitespace (Ray Bengen)
* Fix for incorrect scheduling when time has gone back an hour (partial fix for 
24x7)
* Fix for compile on Fedora Core 3 (bug #0000082)
* Fix for compile on Solaris
* Fix for logging test, which was not timezone aware (bug #0000077 - Allan 
Clark)
* Trivial cleanups for autoconf (Allan Clark)
* Fix for CSS validation of padding: X
* Fix for documentation re: case-insensitive nature of custom variables (Marc 
Powell)
* Fix for template configurations which use negated wildcards (Tim Wilde)
* Fix for read-only permissions bug in CGIs that caused problems viewing 
comments (bug #0000029)
* Fix for incorrect CGI reports (availability, trends, etc.) when reporting 
period spans Daylight Savings Time (bug #0000046)
* Fix for detection of truecolor support in GD library (Lars Hecking)
* Reverted to use --datadir configure script option instead of the more 
recently introduced --datarootdir option
* Status and retention files are now flushed/synced to disk to prevent 
incomplete information being displayed in CGIs
* Fix for incorrect next service check time calculation when Nagios is reloaded 
with different timeperiod ranges
* Updated Fedora quistart guide to indicate PHP requirements
* Known issue: Service checks that are defined with timeperiods that contain 
"exclude" directives are incorrectly re-scheduled.  Don't use these for now - 
we'll get this
 fixed for 3.4


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/nagios-base/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/nagios-base/Makefile.common
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/nagios-base/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/nagios-base/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/nagios-base/patches/patch-aa
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/nagios-base/patches/patch-ab
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/nagios-base/patches/patch-ac \
    pkgsrc/net/nagios-base/patches/patch-ad \
    pkgsrc/net/nagios-base/patches/patch-ag
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/nagios-base/patches/patch-ae \
    pkgsrc/net/nagios-base/patches/patch-af \
    pkgsrc/net/nagios-base/patches/patch-ai
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/nagios-base/patches/patch-ah

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index