Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

nagios-3.2.1-4.3.1 RPM for i586

From OpenSuSE 11.3 updates for i586

Name: nagios Distribution: openSUSE 11.3
Version: 3.2.1 Vendor: openSUSE
Release: 4.3.1 Build date: Wed Jul 6 18:42:32 2011
Group: System/Monitoring Build host: build36
Size: 1059840 Source RPM: nagios-3.2.1-4.3.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://www.nagios.org/
Summary: The Nagios Network Monitor
Nagios is a program that will monitor hosts and services on your
network. It has the ability to email or page you when a problem arises
and when a problem is resolved. Nagios is written in C and is designed
to run under Linux (and some other *NIX variants) as a background
process, intermittently running checks on various services that you
specify.

The actual service checks are performed by separate "plugin" programs
which return the status of the checks to Nagios. The plugins are
available at http://sourceforge.net/projects/nagiosplug

This package provide core programs for nagios. The web interface,
documentation, and development files are built as separate packages

Provides

Requires

License

GPLv2+

Changelog

* Sat Jul 02 2011 lars@linux-schulserver.de
  - add nagios-3.2.1-CVE-2011-1523.patch to fix
    CVE-2011-1523 (bnc#682966)
  - rebased nagios-p1.pl-location.patch
* Tue May 11 2010 lars@linux-schulserver.de
  - ghost the pid directory
* Wed May 05 2010 lars@linux-schulserver.de
  - fix broken files section
  - init skript now handles /var/run on tmpfs
  - small adaptions of init skript
  - default pidfile now /var/run/nagios/nagios.pid
  - add manpages from Debian package
  - add Debian patches:
    + nagios-fix_forced_servicechecks.patch
    + nagios-fix_encoding_trends.cgi.patch
    + nagios-fix_spurious_dollar_signs_added_to_command_lines.patch
* Tue Apr 06 2010 chris@computersalat.de
  - cleanup source
    o removed nagios-3.2.0
* Wed Mar 10 2010 lars@linux-schulserver.de
  - update to 3.2.1:
    Enhancements:
    + Link to allow scheduling downtime for all services on a host
    + Speedup to CGIs when lots of comments or downtimes in status.dat file
    + Patch for new_mini_epn to allow for any command line length without
      breaking extra trailing or leading whitespace
    Fixes:
    + Fix for incorrect scheduling when time has gone back an hour
      (partial fix for 24x7)
    + Fix for logging test, which was not timezone aware
      (bug #0000077 - 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)
* Mon Nov 23 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 06 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 2009 chris@computersalat.de
  - cleanup spec
    o fixed header
    o sorted TAGS
  - fixed deps
    o added missing Req nagios-plugins
* Fri Aug 14 2009 cschneemann@suse.de
  - added Requires php and mod_php_any
* Thu Aug 13 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 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 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 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 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 03 2009 cschneemann@suse.de
  - changed rcnagios to delete control characters from values
      BNC #480747

Files

/etc/cron.weekly/nagios
/etc/init.d/nagios
/etc/nagios
/etc/nagios/cgi.cfg
/etc/nagios/nagios.cfg
/etc/nagios/objects
/etc/nagios/objects/commands.cfg
/etc/nagios/objects/contacts.cfg
/etc/nagios/objects/localhost.cfg
/etc/nagios/objects/printer.cfg
/etc/nagios/objects/switch.cfg
/etc/nagios/objects/templates.cfg
/etc/nagios/objects/timeperiods.cfg
/etc/nagios/objects/windows.cfg
/etc/nagios/resource.cfg
/usr/lib/nagios
/usr/lib/nagios/brokers
/usr/lib/nagios/cgi
/usr/lib/nagios/p1.pl
/usr/lib/nagios/plugins
/usr/lib/nagios/plugins/eventhandlers
/usr/lib/nagios/plugins/eventhandlers/disable_active_service_checks
/usr/lib/nagios/plugins/eventhandlers/disable_notifications
/usr/lib/nagios/plugins/eventhandlers/distributed-monitoring
/usr/lib/nagios/plugins/eventhandlers/distributed-monitoring/obsessive_svc_handler
/usr/lib/nagios/plugins/eventhandlers/distributed-monitoring/submit_check_result_via_nsca
/usr/lib/nagios/plugins/eventhandlers/enable_active_service_checks
/usr/lib/nagios/plugins/eventhandlers/enable_notifications
/usr/lib/nagios/plugins/eventhandlers/redundancy-scenario1
/usr/lib/nagios/plugins/eventhandlers/redundancy-scenario1/handle-master-host-event
/usr/lib/nagios/plugins/eventhandlers/redundancy-scenario1/handle-master-proc-event
/usr/lib/nagios/plugins/eventhandlers/submit_check_result
/usr/sbin/convertcfg
/usr/sbin/mini_epn
/usr/sbin/nagios
/usr/sbin/nagiostats
/usr/sbin/new_mini_epn
/usr/sbin/rcnagios
/usr/share/doc/packages/nagios
/usr/share/doc/packages/nagios/Changelog
/usr/share/doc/packages/nagios/LEGAL
/usr/share/doc/packages/nagios/LICENSE
/usr/share/doc/packages/nagios/README
/usr/share/doc/packages/nagios/README.SuSE
/usr/share/doc/packages/nagios/sample-config
/usr/share/doc/packages/nagios/sample-config/README
/usr/share/doc/packages/nagios/sample-config/cgi.cfg
/usr/share/doc/packages/nagios/sample-config/httpd.conf
/usr/share/doc/packages/nagios/sample-config/mrtg.cfg
/usr/share/doc/packages/nagios/sample-config/nagios.cfg
/usr/share/doc/packages/nagios/sample-config/resource.cfg
/usr/share/doc/packages/nagios/sample-config/template-object
/usr/share/doc/packages/nagios/sample-config/template-object/README
/usr/share/doc/packages/nagios/sample-config/template-object/commands.cfg
/usr/share/doc/packages/nagios/sample-config/template-object/contacts.cfg
/usr/share/doc/packages/nagios/sample-config/template-object/localhost.cfg
/usr/share/doc/packages/nagios/sample-config/template-object/printer.cfg
/usr/share/doc/packages/nagios/sample-config/template-object/switch.cfg
/usr/share/doc/packages/nagios/sample-config/template-object/templates.cfg
/usr/share/doc/packages/nagios/sample-config/template-object/timeperiods.cfg
/usr/share/doc/packages/nagios/sample-config/template-object/windows.cfg
/usr/share/man/man8/nagios.8.gz
/usr/share/man/man8/nagiosstats.8.gz
/var/adm/fillup-templates/sysconfig.nagios
/var/lib/nagios
/var/lib/nagios/retention.dat
/var/lib/nagios/status.dat
/var/log/nagios
/var/log/nagios/archives
/var/log/nagios/config.err
/var/run/nagios
/var/run/nagios/nagios.pid
/var/spool/nagios


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 20 05:20:13 2013