]> granicus.if.org Git - icinga2/blob - ChangeLog
Docs: Add cli commands
[icinga2] / ChangeLog
1 # Icinga 2.x CHANGELOG
2
3 Please check doc/1-about.md.
4
5 ## What's New
6
7 ### What's New in Version 2.1.1
8
9 #### Issues
10
11 * Bug #6147: Link libcJSON against libm
12 * Bug #6696: make test fails on openbsd
13 * Bug #6841: Too many queued messages
14 * Bug #6862: SSL_read errors during restart
15 * Bug #6981: SSL errors with interleaved SSL_read/write
16 * Bug #7029: icinga2.spec: files-attr-not-set for python-icinga2 package
17 * Bug #7032: "Error parsing performance data" in spite of "enable_perfdata = false"
18 * Bug #7036: Remove validator for the Script type
19 * Bug #7037: icinga2-list-objects doesn't work with Python 3
20 * Bug #7038: Fix rpmlint errors
21 * Bug #7042: icinga2-list-objects complains about Umlauts and stops output
22 * Bug #7044: icinga2 init-script terminates with exit code 0 if $DAEMON is not in place or not executable
23 * Bug #7047: service icinga2 status - prints cat error if the service is stopped
24 * Bug #7058: Exit code is not initialized for some failed checks
25 * Bug #7065: pipe2 returns ENOSYS on GNU Hurd and Debian kfreebsd
26 * Bug #7072: GraphiteWriter should ignore empty perfdata value
27 * Bug #7080: Missing differentiation between service and systemctl
28 * Bug #7096: new SSL Errors with too many queued messages
29 * Bug #7115: Build fails on Haiku
30 * Bug #7123: Manubulon-Plugin conf Filename wrong
31 * Bug #7139: GNUInstallDirs.cmake outdated
32 * Bug #7167: Segfault using cluster in TlsStream::IsEof
33 * Bug #7168: fping4 doesn't work correctly with the shipped command-plugins.conf
34 * Bug #7186: Livestatus hangs from time to time
35 * Bug #7195: fix memory leak ido_pgsql
36 * Bug #7210: clarify on db ido upgrades
37 * Feature #6719: Change log message for checking/sending notifications
38 * Feature #7028: Document how to use @ to escape keywords
39 * Feature #7033: Add include guards for mkclass files
40 * Feature #7034: Ensure that namespaces for INITIALIZE_ONCE and REGISTER_TYPE are truly unique
41 * Feature #7035: Implement support for unity builds
42 * Feature #7039: Figure out a better way to set the version for snapshot builds
43 * Feature #7040: Unity builds: Detect whether __COUNTER__ is available
44 * Feature #7041: Enable unity build for RPM/Debian packages
45 * Feature #7070: Explain event commands and their integration by a real life example (httpd restart via ssh)
46 * Feature #7158: Extend documentation for icinga-web on Debian systems
47
48 ### What's New in Version 2.1.0
49
50 #### Changes
51
52 * DB IDO schema upgrade ([MySQL](#upgrading-mysql-db),[PostgreSQL](#upgrading-postgresql-db) required!
53     * new schema version: **1.11.7**
54     * RPMs install the schema files into `/usr/share/icinga2-ido*` instead of `/usr/share/doc/icinga2-ido*` #6881
55 * [Information for config objects](#list-configuration-objects) using `icinga2-list-objects` script #6702
56 * Add Python 2.4 as requirement #6702
57 * Add search path: If `-c /etc/icinga2/icinga2.conf` is omitted, use `SysconfDir + "/icinga2/icinga2.conf"` #6874
58 * Change log level for failed commands #6751
59 * Notifications are load-balanced in a [High Availability cluster setup](#high-availability-notifications) #6203
60     * New config attribute: `enable_ha`
61 * DB IDO "run once" or "run everywhere" mode in a [High Availability cluster setup](#high-availability-db-ido) #6203 #6827
62     * New config attributes: `enable_ha` and `failover_timeout`
63 * RPMs use the `icingacmd` group for /var/{cache,log,run}/icinga2 #6948
64
65 #### Issues
66
67 * Bug #6881: make install does not install the db-schema
68 * Bug #6915: use _rundir macro for configuring the run directory
69 * Bug #6916: External command pipe: Too many open files
70 * Bug #6917: enforce /usr/lib as base for the cgi path on SUSE distributions
71 * Bug #6942: ExternalCommandListener fails open pipe: Too many open files
72 * Bug #6948: check file permissions in /var/cache/icinga2
73 * Bug #6962: Commands are processed multiple times
74 * Bug #6964: Host and service checks stuck in "pending" when hostname = localhost a parent/satellite setup
75 * Bug #7001: Build fails with Boost 1.56
76 * Bug #7016: 64-bit RPMs are not installable
77 * Feature #5219: Cluster support for modified attributes
78 * Feature #6066: Better log messages for cluster changes
79 * Feature #6203: Better cluster support for notifications / IDO
80 * Feature #6205: Log replay sends messages to instances which shouldn't get those messages
81 * Feature #6702: Information for config objects
82 * Feature #6704: Release 2.1
83 * Feature #6751: Change log level for failed commands
84 * Feature #6874: add search path for icinga2.conf
85 * Feature #6898: Enhance logging for perfdata/graphitewriter
86 * Feature #6919: Clean up spec file
87 * Feature #6920: Recommend related packages on SUSE distributions
88 * API - Bug #6998: ApiListener ignores bind_host attribute
89 * DB IDO - Feature #6827: delay ido connect in ha cluster
90 * Documentation - Bug #6870: Wrong object attribute 'enable_flap_detection'
91 * Documentation - Bug #6878: Wrong parent in Load Distribution
92 * Documentation - Bug #6909: clarify on which config tools are available
93 * Documentation - Bug #6968: Update command arguments 'set_if' and beautify error message
94 * Documentation - Bug #6995: Keyword "required" used inconsistently for host and service "icon_image*" attributes
95 * Documentation - Feature #6651: Migration: note on check command timeouts
96 * Documentation - Feature #6703: Documentation for zones and cluster permissions
97 * Documentation - Feature #6743: Better explanation for HA config cluster
98 * Documentation - Feature #6839: Explain how the order attribute works in commands
99 * Documentation - Feature #6864: Add section for reserved keywords
100 * Documentation - Feature #6867: add section about disabling re-notifications
101 * Documentation - Feature #6869: Add systemd options: enable, journal
102 * Documentation - Feature #6922: Enhance Graphite Writer description
103 * Documentation - Feature #6949: Add documentation for icinga2-list-objects
104 * Documentation - Feature #6997: how to add a new cluster node
105 * Documentation - Feature #7018: add example selinux policy for external command pipe
106 * Plugins - Feature #6650: Plugin Check Commands: add manubulon snmp plugins
107
108
109 ### What's New in Version 2.0.2
110
111 * Bug #6450: ipmi-sensors segfault due to stack size
112 * Bug #6479: Notifications not always triggered
113 * Bug #6501: Classic UI Debian/Ubuntu: apache 2.4 requires 'a2enmod cgi' & apacheutils installed
114 * Bug #6548: Add cmake constant for PluginDir
115 * Bug #6549: GraphiteWriter regularly sends empty lines
116 * Bug #6550: add log message for invalid performance data
117 * Bug #6589: Command pipe blocks when trying to open it more than once in parallel
118 * Bug #6621: Infinite loop in TlsStream::Close
119 * Bug #6627: Location of the run directory is hard coded and bound to "local_state_dir"
120 * Bug #6659: RPMLint security warning - missing-call-to-setgroups-before-setuid /usr/sbin/icinga2
121 * Bug #6682: Missing detailed error messages on ApiListener SSL Errors
122 * Bug #6686: Event Commands are triggered in OK HARD state everytime
123 * Bug #6687: Remove superfluous quotes and commas in dictionaries
124 * Bug #6713: sample config: add check commands location hint (itl/plugin check commands)
125 * Bug #6718: "order" attribute doesn't seem to work as expected
126 * Bug #6724: TLS Connections still unstable in 2.0.1
127 * Bug #6756: GraphiteWriter: Malformatted integer values
128 * Bug #6765: Config validation without filename argument fails with unhandled exception
129 * Bug #6768: Repo Error on RHEL 6.5
130 * Bug #6773: Order doesn't work in check ssh command
131 * Bug #6782: The "ssl" check command always sets -D
132 * Bug #6790: Service icinga2 reload command does not cause effect
133 * Bug #6809: additional group rights missing when Icinga started with -u and -g
134 * Bug #6810: High Availablity does not synchronise the data like expected
135 * Bug #6820: Icinga 2 crashes during startup
136 * Bug #6821: [Patch] Fix build issue and crash found on Solaris, potentially other Unix OSes
137 * Bug #6825: incorrect sysconfig path on sles11
138 * Bug #6832: Remove if(NOT DEFINED ICINGA2_SYSCONFIGFILE) in etc/initsystem/CMakeLists.txt
139 * Bug #6840: Missing space in error message
140 * Bug #6849: Error handler for getaddrinfo must use gai_strerror
141 * Bug #6852: Startup logfile is not flushed to disk
142 * Bug #6856: event command execution does not call finish handler
143 * Bug #6861: write startup error messages to error.log
144 * Feature #5818: SUSE packages
145 * Feature #6655: Build packages for el7
146 * Feature #6688: Rename README to README.md
147 * Feature #6698: Require command to be an array when the arguments attribute is used
148 * Feature #6700: Release 2.0.2
149 * Feature #6783: Print application paths for --version
150 * DB IDO - Bug #6414: objects and their ids are inserted twice
151 * DB IDO - Bug #6608: Two Custom Variables with same name, but Upper/Lowercase creating IDO duplicate entry
152 * DB IDO - Bug #6646: NULL vs empty string
153 * DB IDO - Bug #6850: exit application if ido schema version does not match
154 * Documentation - Bug #6652: clarify on which features are required for classic ui/web/web2
155 * Documentation - Bug #6708: update installation with systemd usage
156 * Documentation - Bug #6711: icinga Web: wrong path to command pipe
157 * Documentation - Bug #6725: Missing documentation about implicit dependency
158 * Documentation - Bug #6728: wrong path for the file 'localhost.conf'
159 * Migration - Bug #6558: group names quoted twice in arrays
160 * Migration - Bug #6560: Service dependencies aren't getting converted properly
161 * Migration - Bug #6561: $TOTALHOSTSERVICESWARNING$ and $TOTALHOSTSERVICESCRITICAL$ aren't getting converted
162 * Migration - Bug #6563: Check and retry intervals are incorrect
163 * Migration - Bug #6786: Fix notification definition if no host_name / service_description given
164 * Plugins - Feature #6695: Plugin Check Commands: Add expect option to check_http
165 * Plugins - Feature #6791: Plugin Check Commands: Add timeout option to check_ssh
166
167 #### Changes
168
169 * DB IDO schema upgrade required (new schema version: 1.11.6)
170
171 ### What's New in Version 2.0.1
172
173 * Bug #6316: application fails to start on wrong log file permissions but does not tell about it
174 * Bug #6368: Deadlock in ApiListener::RelayMessage
175 * Bug #6373: base64 on CentOS 5 fails to read certificate bundles
176 * Bug #6388: Debian package icinga2-classicui needs versioned dependency of icinga-cgi*
177 * Bug #6488: build warnings
178 * Bug #6492: icinga2.state could not be opened
179 * Bug #6493: Copyright problems
180 * Bug #6498: icinga2 cannot be built with both systemd and init.d files
181 * Bug #6510: Reminder notifications are sent on disabled services
182 * Bug #6526: htpasswd should be installed with icinga2-classicui on Ubuntu
183 * Bug #6529: parsing of double defined command can generate unexpected errors
184 * Bug #6537: Icinga doesn't send SetLogPosition messages when one of the endpoints fails to connect
185 * Bug #6551: Improve systemd service definition
186 * Bug #6565: Dependencies should cache their parent and child object
187 * Bug #6574: Check command result doesn't match
188 * Bug #6576: Remove line number information from stack traces
189 * Bug #6588: Notifications causing segfault from exim
190 * Bug #6605: Please add --sni option to http check command
191 * Bug #6612: Icinga stops updating IDO after a while
192 * Bug #6617: TLS connections are still unstable
193 * Bug #6620: icinga2-build-ca shouldn't prompt for DN
194 * Bug #6622: icinga2-sign-key creates ".crt" and ".key" files when the CA passphrase is invalid
195 * Bug #6657: ICINGA2_SYSCONFIGFILE should use full path using CMAKE_INSTALL_FULL_SYSCONFDIR
196 * Bug #6662: Increase icinga.cmd Limit
197 * Bug #6665: Build fails when MySQL is not installed
198 * Bug #6671: enabled_notification doesn't work as expected
199 * Bug #6672: Icinga crashes after "Too many queued messages"
200 * Bug #6673: enable_notifications = false for users has no effect
201 * Feature #6531: Add port option to check imap/pop/smtp and a new dig
202 * Feature #6581: Add more options to snmp check
203 * DB IDO - Bug #5577: PostgreSQL string escaping
204 * DB IDO - Bug #6577: icinga2-ido-pgsql snapshot package missing dependecy dbconfig-common
205 * Documentation - Bug #6506: Array section confusing
206 * Documentation - Bug #6592: Documentation for || and && is missing
207 * Documentation - Feature #6658: change docs.icinga.org/icinga2/latest to git master
208 * Livestatus - Bug #6494: Thruk Panorama View cannot query Host Status
209 * Livestatus - Feature #5312: OutputFormat python
210 * Migration - Bug #6559: $SERVICEDESC$ isn't getting converted correctly
211
212 #### Changes
213
214 ### Archive