mirror of https://github.com/Icinga/icinga2.git
Release version 2.0.2
This commit is contained in:
parent
e9b44de3fa
commit
10b681f4ea
56
ChangeLog
56
ChangeLog
|
@ -6,6 +6,62 @@ Please check doc/1-about.md.
|
|||
|
||||
### What's New in Version 2.0.2
|
||||
|
||||
* Bug #6450: ipmi-sensors segfault due to stack size
|
||||
* Bug #6479: Notifications not always triggered
|
||||
* Bug #6501: Classic UI Debian/Ubuntu: apache 2.4 requires 'a2enmod cgi' & apacheutils installed
|
||||
* Bug #6548: Add cmake constant for PluginDir
|
||||
* Bug #6549: GraphiteWriter regularly sends empty lines
|
||||
* Bug #6550: add log message for invalid performance data
|
||||
* Bug #6589: Command pipe blocks when trying to open it more than once in parallel
|
||||
* Bug #6621: Infinite loop in TlsStream::Close
|
||||
* Bug #6627: Location of the run directory is hard coded and bound to "local_state_dir"
|
||||
* Bug #6659: RPMLint security warning - missing-call-to-setgroups-before-setuid /usr/sbin/icinga2
|
||||
* Bug #6682: Missing detailed error messages on ApiListener SSL Errors
|
||||
* Bug #6686: Event Commands are triggered in OK HARD state everytime
|
||||
* Bug #6687: Remove superfluous quotes and commas in dictionaries
|
||||
* Bug #6713: sample config: add check commands location hint (itl/plugin check commands)
|
||||
* Bug #6718: "order" attribute doesn't seem to work as expected
|
||||
* Bug #6724: TLS Connections still unstable in 2.0.1
|
||||
* Bug #6756: GraphiteWriter: Malformatted integer values
|
||||
* Bug #6765: Config validation without filename argument fails with unhandled exception
|
||||
* Bug #6768: Repo Error on RHEL 6.5
|
||||
* Bug #6773: Order doesn't work in check ssh command
|
||||
* Bug #6782: The "ssl" check command always sets -D
|
||||
* Bug #6790: Service icinga2 reload command does not cause effect
|
||||
* Bug #6809: additional group rights missing when Icinga started with -u and -g
|
||||
* Bug #6810: High Availablity does not synchronise the data like expected
|
||||
* Bug #6820: Icinga 2 crashes during startup
|
||||
* Bug #6821: [Patch] Fix build issue and crash found on Solaris, potentially other Unix OSes
|
||||
* Bug #6825: incorrect sysconfig path on sles11
|
||||
* Bug #6832: Remove if(NOT DEFINED ICINGA2_SYSCONFIGFILE) in etc/initsystem/CMakeLists.txt
|
||||
* Bug #6840: Missing space in error message
|
||||
* Bug #6849: Error handler for getaddrinfo must use gai_strerror
|
||||
* Bug #6852: Startup logfile is not flushed to disk
|
||||
* Bug #6856: event command execution does not call finish handler
|
||||
* Bug #6861: write startup error messages to error.log
|
||||
* Feature #5818: SUSE packages
|
||||
* Feature #6655: Build packages for el7
|
||||
* Feature #6688: Rename README to README.md
|
||||
* Feature #6698: Require command to be an array when the arguments attribute is used
|
||||
* Feature #6700: Release 2.0.2
|
||||
* Feature #6783: Print application paths for --version
|
||||
* DB IDO - Bug #6414: objects and their ids are inserted twice
|
||||
* DB IDO - Bug #6608: Two Custom Variables with same name, but Upper/Lowercase creating IDO duplicate entry
|
||||
* DB IDO - Bug #6646: NULL vs empty string
|
||||
* DB IDO - Bug #6850: exit application if ido schema version does not match
|
||||
* Documentation - Bug #6652: clarify on which features are required for classic ui/web/web2
|
||||
* Documentation - Bug #6708: update installation with systemd usage
|
||||
* Documentation - Bug #6711: icinga Web: wrong path to command pipe
|
||||
* Documentation - Bug #6725: Missing documentation about implicit dependency
|
||||
* Documentation - Bug #6728: wrong path for the file 'localhost.conf'
|
||||
* Migration - Bug #6558: group names quoted twice in arrays
|
||||
* Migration - Bug #6560: Service dependencies aren't getting converted properly
|
||||
* Migration - Bug #6561: $TOTALHOSTSERVICESWARNING$ and $TOTALHOSTSERVICESCRITICAL$ aren't getting converted
|
||||
* Migration - Bug #6563: Check and retry intervals are incorrect
|
||||
* Migration - Bug #6786: Fix notification definition if no host_name / service_description given
|
||||
* Plugins - Feature #6695: Plugin Check Commands: Add expect option to check_http
|
||||
* Plugins - Feature #6791: Plugin Check Commands: Add timeout option to check_ssh
|
||||
|
||||
#### Changes
|
||||
|
||||
* DB IDO schema upgrade required (new schema version: 1.11.6)
|
||||
|
|
|
@ -48,51 +48,66 @@ Icinga 2 is available as [Vagrant Demo VM](#vagrant).
|
|||
|
||||
### What's New in Version 2.0.2
|
||||
|
||||
* Bug #6450: ipmi-sensors segfault due to stack size
|
||||
* Bug #6479: Notifications not always triggered
|
||||
* Bug #6501: Classic UI Debian/Ubuntu: apache 2.4 requires 'a2enmod cgi' & apacheutils installed
|
||||
* Bug #6548: Add cmake constant for PluginDir
|
||||
* Bug #6549: GraphiteWriter regularly sends empty lines
|
||||
* Bug #6550: add log message for invalid performance data
|
||||
* Bug #6589: Command pipe blocks when trying to open it more than once in parallel
|
||||
* Bug #6621: Infinite loop in TlsStream::Close
|
||||
* Bug #6627: Location of the run directory is hard coded and bound to "local_state_dir"
|
||||
* Bug #6659: RPMLint security warning - missing-call-to-setgroups-before-setuid /usr/sbin/icinga2
|
||||
* Bug #6682: Missing detailed error messages on ApiListener SSL Errors
|
||||
* Bug #6686: Event Commands are triggered in OK HARD state everytime
|
||||
* Bug #6687: Remove superfluous quotes and commas in dictionaries
|
||||
* Bug #6713: sample config: add check commands location hint (itl/plugin check commands)
|
||||
* Bug #6718: "order" attribute doesn't seem to work as expected
|
||||
* Bug #6724: TLS Connections still unstable in 2.0.1
|
||||
* Bug #6756: GraphiteWriter: Malformatted integer values
|
||||
* Bug #6765: Config validation without filename argument fails with unhandled exception
|
||||
* Bug #6768: Repo Error on RHEL 6.5
|
||||
* Bug #6773: Order doesn't work in check ssh command
|
||||
* Bug #6782: The "ssl" check command always sets -D
|
||||
* Bug #6790: Service icinga2 reload command does not cause effect
|
||||
* Bug #6809: additional group rights missing when Icinga started with -u and -g
|
||||
* Bug #6810: High Availablity does not synchronise the data like expected
|
||||
* Bug #6820: Icinga 2 crashes during startup
|
||||
* Bug #6821: [Patch] Fix build issue and crash found on Solaris, potentially other Unix OSes
|
||||
* Bug #6825: incorrect sysconfig path on sles11
|
||||
* Bug #6832: Remove if(NOT DEFINED ICINGA2_SYSCONFIGFILE) in etc/initsystem/CMakeLists.txt
|
||||
* Bug #6840: Missing space in error message
|
||||
* Bug #6849: Error handler for getaddrinfo must use gai_strerror
|
||||
* Bug #6852: Startup logfile is not flushed to disk
|
||||
* Bug #6856: event command execution does not call finish handler
|
||||
* Bug #6861: write startup error messages to error.log
|
||||
* Feature #5818: SUSE packages
|
||||
* Feature #6655: Build packages for el7
|
||||
* Feature #6688: Rename README to README.md
|
||||
* Feature #6698: Require command to be an array when the arguments attribute is used
|
||||
* Feature #6700: Release 2.0.2
|
||||
* Feature #6783: Print application paths for --version
|
||||
* DB IDO - Bug #6414: objects and their ids are inserted twice
|
||||
* DB IDO - Bug #6608: Two Custom Variables with same name, but Upper/Lowercase creating IDO duplicate entry
|
||||
* DB IDO - Bug #6646: NULL vs empty string
|
||||
* DB IDO - Bug #6850: exit application if ido schema version does not match
|
||||
* Documentation - Bug #6652: clarify on which features are required for classic ui/web/web2
|
||||
* Documentation - Bug #6708: update installation with systemd usage
|
||||
* Documentation - Bug #6711: icinga Web: wrong path to command pipe
|
||||
* Documentation - Bug #6725: Missing documentation about implicit dependency
|
||||
* Documentation - Bug #6728: wrong path for the file 'localhost.conf'
|
||||
* Migration - Bug #6558: group names quoted twice in arrays
|
||||
* Migration - Bug #6560: Service dependencies aren't getting converted properly
|
||||
* Migration - Bug #6561: $TOTALHOSTSERVICESWARNING$ and $TOTALHOSTSERVICESCRITICAL$ aren't getting converted
|
||||
* Migration - Bug #6563: Check and retry intervals are incorrect
|
||||
* Migration - Bug #6786: Fix notification definition if no host_name / service_description given
|
||||
* Plugins - Feature #6695: Plugin Check Commands: Add expect option to check_http
|
||||
* Plugins - Feature #6791: Plugin Check Commands: Add timeout option to check_ssh
|
||||
|
||||
#### Changes
|
||||
|
||||
* DB IDO schema upgrade required (new schema version: 1.11.6)
|
||||
|
||||
### What's New in Version 2.0.1
|
||||
|
||||
* Bug #6316: application fails to start on wrong log file permissions but does not tell about it
|
||||
* Bug #6368: Deadlock in ApiListener::RelayMessage
|
||||
* Bug #6373: base64 on CentOS 5 fails to read certificate bundles
|
||||
* Bug #6388: Debian package icinga2-classicui needs versioned dependency of icinga-cgi*
|
||||
* Bug #6488: build warnings
|
||||
* Bug #6492: icinga2.state could not be opened
|
||||
* Bug #6493: Copyright problems
|
||||
* Bug #6498: icinga2 cannot be built with both systemd and init.d files
|
||||
* Bug #6510: Reminder notifications are sent on disabled services
|
||||
* Bug #6526: htpasswd should be installed with icinga2-classicui on Ubuntu
|
||||
* Bug #6529: parsing of double defined command can generate unexpected errors
|
||||
* Bug #6537: Icinga doesn't send SetLogPosition messages when one of the endpoints fails to connect
|
||||
* Bug #6551: Improve systemd service definition
|
||||
* Bug #6565: Dependencies should cache their parent and child object
|
||||
* Bug #6574: Check command result doesn't match
|
||||
* Bug #6576: Remove line number information from stack traces
|
||||
* Bug #6588: Notifications causing segfault from exim
|
||||
* Bug #6605: Please add --sni option to http check command
|
||||
* Bug #6612: Icinga stops updating IDO after a while
|
||||
* Bug #6617: TLS connections are still unstable
|
||||
* Bug #6620: icinga2-build-ca shouldn't prompt for DN
|
||||
* Bug #6622: icinga2-sign-key creates ".crt" and ".key" files when the CA passphrase is invalid
|
||||
* Bug #6657: ICINGA2_SYSCONFIGFILE should use full path using CMAKE_INSTALL_FULL_SYSCONFDIR
|
||||
* Bug #6662: Increase icinga.cmd Limit
|
||||
* Bug #6665: Build fails when MySQL is not installed
|
||||
* Bug #6671: enabled_notification doesn't work as expected
|
||||
* Bug #6672: Icinga crashes after "Too many queued messages"
|
||||
* Bug #6673: enable_notifications = false for users has no effect
|
||||
* Feature #6531: Add port option to check imap/pop/smtp and a new dig
|
||||
* Feature #6581: Add more options to snmp check
|
||||
* DB IDO - Bug #5577: PostgreSQL string escaping
|
||||
* DB IDO - Bug #6577: icinga2-ido-pgsql snapshot package missing dependecy dbconfig-common
|
||||
* Documentation - Bug #6506: Array section confusing
|
||||
* Documentation - Bug #6592: Documentation for || and && is missing
|
||||
* Documentation - Feature #6658: change docs.icinga.org/icinga2/latest to git master
|
||||
* Livestatus - Bug #6494: Thruk Panorama View cannot query Host Status
|
||||
* Livestatus - Feature #5312: OutputFormat python
|
||||
* Migration - Bug #6559: $SERVICEDESC$ isn't getting converted correctly
|
||||
|
||||
#### Changes
|
||||
|
||||
### Archive
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
Summary: Network monitoring application
|
||||
Name: icinga2
|
||||
Version: 2.0.1
|
||||
Version: 2.0.2
|
||||
Release: %{revision}%{?dist}
|
||||
License: GPL-2.0+
|
||||
Group: Applications/System
|
||||
|
|
Loading…
Reference in New Issue