Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
nagios32
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 5
[-]
[+]
Added
nagios.changes
@@ -0,0 +1,733 @@ +------------------------------------------------------------------- +Mon Nov 23 11:41:07 CET 2009 - cschneemann@suse.de + +- changed path to send_nsca in the eventhandler script according + to the path given in the nagios-nsca package. BNC #486937 + +------------------------------------------------------------------- +Fri Nov 6 19:10:21 UTC 2009 - chris@computersalat.de + +- added lost changes + o Jun 24 2009 + o Jun 23 2009 +- spec mods + o removed changelog + o added LEGAL to doc + o simplify install of extra SOURCES +- added support for centreon + o centreon is frontend GUI for nagios + o changed perms/ownership in files section + +------------------------------------------------------------------- +Fri Aug 21 12:16:49 UTC 2009 - chris@computersalat.de + +- cleanup spec + o fixed header + o sorted TAGS +- fixed deps + o added missing Req nagios-plugins + +------------------------------------------------------------------- +Fri Aug 14 12:15:31 CEST 2009 - cschneemann@suse.de + +- added Requires php and mod_php_any + +------------------------------------------------------------------- +Thu Aug 13 11:15:30 CET 2009 - cschneemann@suse.de + +- added ndo2db to Should-Start/Should-Stop in rcnagios + changed permission of resource.cfg (needed by centreon) + (Changes by chris@computersalat.de) + +------------------------------------------------------------------- +Wed Aug 12 22:02:30 CET 2009 - cschneemann@suse.de + +- update to 3.2.0: + * 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 quickstart 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 + +------------------------------------------------------------------- +Wed Jun 24 11:26:03 CEST 2009 - cschneemann@suse.de + +- update to 3.1.2 + - fixes bug in host/service schduling logic that caused excessive + CPU usage introduced with 3.1.0 + +------------------------------------------------------------------- +Tue Jun 23 10:48:36 CEST 2009 - cschneemann@suse.de +- update to 3.1.1 + * New "important check command" flag for use in service templates, to + aid configuration in distributed environments + * Fix for nagios validation error when no services defined + * Fix for stylesheet link + * Fix for extinfo.cgi error message when cgi.cfg doesn't exist + * Fix for notifications.cgi where Update button on right didn't retain + host information when no host= was in query parameters + * Fix for potential bug where a contactgroup with no members could cause + parsing errors + * Fix for W3 validation for history.cgi + * Fix for W3 validation for extinfo.cgi + * Fix for nagiostats to return non-zero with failures in MRTG mode + * Added t/ directory for tests. Use make test to run. Requires perl on + development server + * Fix for duplicate event_id attributes in status and retention data + * Fix for duplicate unlink() during check processing + * Added missing check period column to host config display (CGI) + * Fix for embedded Perl initialization under FreeBSD + * Fix for incorrect re-initialization of mutext after program restart + * Fix for incorrect weighting in host flap detection logic + * Added libtap to distribution. Use ./configure --enable-libtap to compile + * nagios.log permissions are now kept after log rotation + * Fix for "Max concurrent service checks (X) has been reached" messages + - will now push services 5 + random(10) seconds ahead for retry + * Fix for removing old HTML files for web frontend that are now replaced + with PHP equivalents (in dex/main/side.html) + * Fix for incorrect service history link text in CGIs + * Fix for useless code loop in netutils.c + * Fix for potential divide by zero in event scheduling code + * Fix for trailing backslash in plugin output causing memory corruption + in CGIs + * Fix for bug that could affect host/service scheduling during clock + time skew or changes to time perod definitions between restarts + * Leading whitespace from continuation lines in configuration files is + now stripped out + * Fix for bug where pipe (used by IPC) file descriptors get inherited by + child processed (e.g. event handlers) (bug #0000026) + * Fix for failure to daemonize - Nagios now bails (bug #0000011) + * Fix for notifications about flapping starting not processed properly + by retention data + * Patch to add transparency to statusmap icons for truecolor images + * Patch to add read-only permissions to extinfo CGI + * Security fix for statuswml.cgi where arbitrary shell injection was + possible + +------------------------------------------------------------------- +Fri Mar 27 11:28:44 CET 2009 - cschneemann@suse.de + +- added check_verbose to rcnagios to print the error messages + directly instead of pointing to the error_log BNC #486912 + +------------------------------------------------------------------- +Tue Mar 3 14:05:41 CET 2009 - cschneemann@suse.de + +- changed rcnagios to delete control characters from values + BNC #480747 + +------------------------------------------------------------------- +Tue Dec 9 12:29:09 CET 2008 - cschneemann@suse.de + +- update to 3.0.6: + + Fix for CGI submission of external commands (writing newlines + and submitting service comments) + + Fix for Apache group membership in RPM spec file + + Fix for improper notification propagation command processing + + Better out-of-disk-space error handling when writing retention + and status files + + Disabled adaptive check and eventhandler commands for security + reasons + + Fix for reading output from system commands (event handlers, + etc) that have timed out + + Added wildcard host matching in CGIs + + Fixes for playing audio alerts in CGIs + + Fix for incorrect host status links in status CGI when viewing + hostgroup summary + + Added support for x509 cert authentication in the CGIs + +------------------------------------------------------------------- +Mon Dec 1 12:19:51 CET 2008 - lrupp@suse.de + +- don't fail if the host has problems to execute newaliases + +------------------------------------------------------------------- +Mon Nov 10 13:17:25 CET 2008 - lrupp@suse.de + +- update to 3.0.5: + + Security fix for Cross Site Request Forgery (CSRF) bug reported + by Tim Starling. + + Sample audio files for CGIs removed from distribution + + Fix for mutliline config file continuation bug + + Minor sample config file fix + + Added documentation on CGI security issues +- added permissions-directory-setuid-bit for /var/spool/nagios + +------------------------------------------------------------------- +Tue Oct 28 17:54:37 CET 2008 - lrupp@suse.de + +- use relative pathnames in %%post + +------------------------------------------------------------------- +Fri Oct 17 15:40:25 CEST 2008 - lrupp@suse.de + +- update to 3.0.4: + + Fix for properly terminating plugins when parent processes get + killed (e.g. using 'killall nagios' with check_timeout plugins + running) + + Fix for event broker callback when service notifications are + disabled + + Fix for scheduling scheduling servicegroup downtime with + 'hosts too' option in CGIs + + Fixes for bugs in sample event handlers - stop/start active + service checks and enable notifications + + Cosmetic fix for logging of notifications + + Fix for host/service name encoding in CGIs (trends and + availability reports, etc.) + +------------------------------------------------------------------- +Mon Sep 15 18:38:23 CEST 2008 - lrupp@suse.de + +- be a bit more secure in %post scripts +- fix ownership of resource file in init script +- enhance the README.SuSE a bit +- Recommend cron + +------------------------------------------------------------------- +Mon Jul 21 15:38:40 CEST 2008 - lrupp@suse.de + +- fix fillup call