]> granicus.if.org Git - icinga2/blob - ChangeLog
Release version 2.5.3
[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.5.3
8
9 #### Changes
10
11 This release addresses an issue with PostgreSQL support for the IDO database module.
12
13 #### Bugfixes
14
15 * Bug 12533 (DB IDO): ido pgsql migration from 2.4.0 to 2.5.0 : wrong size for config_hash
16
17 ### What's New in Version 2.5.2
18
19 #### Bugfixes
20
21 * Bug 12527 (DB IDO): Newly added group member tables in the IDO database are not updated
22 * Bug 12529 (Checker): Icinga 2 sends SOFT recovery notifications
23
24 ### What's New in Version 2.5.1
25
26 #### Bugfixes
27
28 * Bug 12517 (Notifications): Icinga 2 sends recovery notifications for SOFT NOT-OK states
29
30 ### What's New in Version 2.5.0
31
32 #### Changes
33
34 * InfluxdbWriter feature
35 * API
36     * New endpoints: /v1/variables and /v1/templates (GET requests), /v1/action/generate-ticket (POST request)
37     * State/type filters for notifications/users are now string values (PUT, POST, GET requests)
38 * Configuration
39     * TimePeriod excludes/includes attributes
40     * DateTime object for formatting time strings
41     * New prototype methods: Array#filter, Array#unique, Array#map, Array#reduce
42     * icinga2.conf now includes plugins-contrib, manubulon, windows-plugins, nscp by default (ITL CheckCommand definitions)
43     * Performance improvements (config compiler and validation)
44 * CLI
45     * 'icinga2 object list' formats state/type filters as string values
46     * Compiled config files are now visible with "notice" debug level (hidden by default)
47     * CA serial file now uses a hash value (HA cluster w/ 2 CA directories)
48 * Cluster
49     * There is a known issue with >2 endpoints inside a zone. Icinga 2 will now log a warning.
50     * Support for accepted ciphers and minimum TLS version
51     * Connection and error logging has been improved.
52 * DB IDO
53     * Schema upgrade required (2.5.0.sql)
54     * Incremental config dump (performance boost)
55     * `categories` attribute is now an array. Previous method is deprecated and to be removed.
56     * DbCatLog is not enabled by default anymore.
57     * SSL support for MySQL
58 * New packages
59     * vim-icinga2 for syntax highlighting
60     * libicinga2 (Debian), icinga2-libs (RPM) for Icinga Studio packages
61
62 #### Feature
63
64 * Feature 7355 (libicinga): Exclude option for TimePeriod definitions
65 * Feature 8401 (Packages): Package for syntax highlighting
66 * Feature 9184 (Perfdata): Add timestamp support for GelfWriter
67 * Feature 9264 (ITL): Extend CheckCommand definitions for nscp-local
68 * Feature 9725 (DB IDO): Add SSL support for the IdoMysqlConnection feature
69 * Feature 9839 (Configuration): Implement support for formatting date/time
70 * Feature 9858 (Perfdata): Gelf module: expose 'perfdata' fields for 'CHECK_RESULT' events
71 * Feature 10140 (libicinga): Remove the deprecated IcingaStatusWriter feature
72 * Feature 10480 (Perfdata): Add InfluxDbWriter feature
73 * Feature 10553 (Documentation): Update SELinux documentation
74 * Feature 10669 (ITL): Add IPv4/IPv6 support to the rest of the monitoring-plugins
75 * Feature 10722 (ITL): icinga2.conf: Include plugins-contrib, manubulon, windows-plugins, nscp by default
76 * Feature 10816 (libbase): Add name attribute for WorkQueue class
77 * Feature 10952 (Packages): Provide packages for icinga-studio on Fedora
78 * Feature 11063 (API): Implement SSL cipher configuration support for the API feature
79 * Feature 11290 (API): ApiListener: Force server's preferred cipher
80 * Feature 11292 (API): ApiListener: Make minimum TLS version configurable
81 * Feature 11359 (ITL): Add "retries" option to check_snmp command
82 * Feature 11419 (Configuration): Config parser should not log names of included files by default
83 * Feature 11423 (libicinga): Cleanup downtimes created by ScheduleDowntime
84 * Feature 11445 (Configuration): Allow strings in state/type filters
85 * Feature 11599 (Documentation): Documentation review
86 * Feature 11612 (Configuration): Improve performance for field accesses
87 * Feature 11623 (Installation): Add script for automatically cherry-picking commits for minor versions
88 * Feature 11659 (Configuration): Remove the (unused) 'inherits' keyword
89 * Feature 11706 (API): Improve logging for HTTP API requests
90 * Feature 11739 (Packages): Windows Installer: Remove dependency on KB2999226 package
91 * Feature 11772 (Cluster): Add lag threshold for cluster-zone check
92 * Feature 11837 (Documentation): Use HTTPS for debmon.org links in the documentation
93 * Feature 11869 (ITL): Add CIM port parameter for esxi_hardware CheckCommand
94 * Feature 11875 (Tests): Add debugging mode for Utility::GetTime
95 * Feature 11931 (ITL): Adding option to access ifName for manubulon snmp-interface check command
96 * Feature 11941 (API): Support for enumerating available templates via the API
97 * Feature 11955 (API): Implement support for getting a list of global variables from the API
98 * Feature 11967 (DB IDO): Update DB IDO schema version to 1.14.1
99 * Feature 11968 (DB IDO): Enhance IDO check with schema version info
100 * Feature 11970 (ITL): add check command for plugin check_apache_status
101 * Feature 12006 (ITL): Add check command definitions for kdc and rbl
102 * Feature 12018 (Graphite): Add acknowledgement type to Graphite, InfluxDB, OpenTSDB metadata
103 * Feature 12024 (DB IDO): Change Ido*Connection 'categories' attribute to an array
104 * Feature 12041 (API): API: Add missing downtime_depth attribute
105 * Feature 12061 (ITL): Add check command definition for db2_health
106 * Feature 12106 (DB IDO): Do not populate logentries table by default
107 * Feature 12116 (Cluster): Enhance client disconnect message for "No data received on new API connection."
108 * Feature 12189 (ITL): Add support for "-A" command line switch to CheckCommand "snmp-process"
109 * Feature 12194 (Cluster): Improve log message for connecting nodes without configured Endpoint object
110 * Feature 12201 (Cluster): Improve error messages for failed certificate validation
111 * Feature 12215 (Cluster): Include IP address and port in the "New connection" log message
112 * Feature 12221 (ITL): A lot of missing parameters for (latest) mysql_health
113 * Feature 12222 (Cluster): Log a warning if there are more than 2 zone endpoint members
114 * Feature 12234 (CLI): Add history for icinga2 console
115 * Feature 12247 (Configuration): Add map/reduce and filter functionality for the Array class
116 * Feature 12254 (API): Remove obsolete debug log message
117 * Feature 12256 (ITL): Add check command definition for check_graphite
118 * Feature 12287 (Cluster): Enhance TLS handshake error messages with connection information
119 * Feature 12304 (Notifications): Add the notification type into the log message
120 * Feature 12314 (ITL): Add command definition for check_mysql_query
121 * Feature 12327 (API): Support for determining the Icinga 2 version via the API
122 * Feature 12329 (libicinga): Implement process_check_result script method for the Checkable class
123 * Feature 12336 (libbase): Improve logging for the WorkQueue class
124 * Feature 12338 (Configuration): Move internal script functions into the 'Internal' namespace
125 * Feature 12386 (Documentation): Rewrite Client and Cluster chapter and; add service monitoring chapter
126 * Feature 12389 (libbase): Include compiler name/version and build host name in --version
127 * Feature 12392 (ITL): Add custom variables for all check_swap arguments
128 * Feature 12393 (libbase): Implement support for marking functions as deprecated
129 * Feature 12407 (CLI): Implement support for inspecting variables with LLDB/GDB
130 * Feature 12408 (Configuration): Implement support for namespaces
131 * Feature 12412 (Documentation): Add URL and short description for Monitoring Plugins inside the ITL documentation
132 * Feature 12424 (ITL): Add perfsyntax parameter to nscp-local-counter CheckCommand
133 * Feature 12426 (Configuration): Implement comparison operators for the Array class
134 * Feature 12433 (API): Add API action for generating a PKI ticket
135 * Feature 12434 (DB IDO): Remove unused code from the IDO classes
136 * Feature 12435 (DB IDO): Incremental updates for the IDO database
137 * Feature 12448 (libbase): Improve performance for type lookups
138 * Feature 12450 (Cluster): Improve performance for Endpoint config validation
139 * Feature 12457 (libbase): Remove unnecessary Dictionary::Contains calls
140 * Feature 12468 (ITL): Add interfacetable CheckCommand options --trafficwithpkt and --snmp-maxmsgsize
141 * Feature 12477 (Documentation): Development docs: Add own section for gdb backtrace from a running process
142 * Feature 12481 (libbase): Remove some unused #includes
143
144 #### Bugfixes
145
146 * Bug 7354 (libicinga): Disable immediate hard state after first checkresult
147 * Bug 9242 (Cluster): Custom notification external commands do not work in a master-master setup
148 * Bug 9848 (libbase): Function::Invoke should optionally register ScriptFrame
149 * Bug 10061 (DB IDO): IDO: icinga_host/service_groups alias columns are TEXT columns
150 * Bug 10066 (DB IDO): Missing indexes for icinga_endpoints* and icinga_zones* tables in DB IDO schema
151 * Bug 10069 (DB IDO): IDO: check_source should not be a TEXT field
152 * Bug 10070 (DB IDO): IDO: there is no usable object index on icinga_{scheduleddowntime,comments}
153 * Bug 10075 (libbase): Race condition in CreatePipeOverlapped
154 * Bug 10363 (Notifications): Notification times w/ empty begin/end specifications prevent sending notifications
155 * Bug 10570 (API): /v1 returns HTML even if JSON is requested
156 * Bug 10903 (Perfdata): GELF multi-line output
157 * Bug 10937 (Configuration): High CPU usage with self-referenced parent zone config
158 * Bug 11182 (DB IDO): IDO: entry_time of all comments is set to the date and time when Icinga 2 was restarted
159 * Bug 11196 (Cluster): High load when pinning command endpoint on HA cluster
160 * Bug 11483 (libicinga): Numbers are not properly formatted in runtime macro strings
161 * Bug 11562 (Notifications): last_problem_notification should be synced in HA cluster
162 * Bug 11590 (Notifications): notification interval = 0 not honoured in HA clusters
163 * Bug 11622 (Configuration): Don't allow flow control keywords outside of other flow control constructs
164 * Bug 11648 (Packages): Reload permission error with SELinux
165 * Bug 11650 (Packages): RPM update starts disabled icinga2 service
166 * Bug 11688 (DB IDO): Outdated downtime/comments not removed from IDO database (restart)
167 * Bug 11730 (libicinga): Icinga 2 client gets killed during network scans
168 * Bug 11782 (Packages): Incorrect filter in pick.py
169 * Bug 11793 (Documentation): node setup: Add a note for --endpoint syntax for client-master connection
170 * Bug 11817 (Installation): Windows: Error with repository handler (missing /var/lib/icinga2/api/repository path)
171 * Bug 11823 (DB IDO): Volatile check results for OK->OK transitions are logged into DB IDO statehistory
172 * Bug 11825 (libicinga): Problems with check scheduling for HARD state changes (standalone/command_endpoint)
173 * Bug 11832 (Tests): Boost tests are missing a dependency on libmethods
174 * Bug 11847 (Documentation): Missing quotes for API action URL
175 * Bug 11851 (Notifications): Downtime notifications do not pass author and comment
176 * Bug 11862 (libicinga): SOFT OK-state after returning from a soft state
177 * Bug 11887 (ITL): Add "fuse.gvfsd-fuse" to the list of excluded file systems for check_disk
178 * Bug 11890 (Configuration): Config validation should not delete comments/downtimes w/o reference
179 * Bug 11894 (Configuration): Incorrect custom variable name in the hosts.conf example config
180 * Bug 11898 (libicinga): last SOFT state should be hard (max_check_attempts)
181 * Bug 11899 (libicinga): Flapping Notifications dependent on state change
182 * Bug 11903 (Documentation): Fix systemd client command formatting
183 * Bug 11905 (Documentation): Improve "Endpoint" documentation
184 * Bug 11926 (API): Trying to delete an object protected by a permissions filter, ends up deleting all objects that match the filter instead
185 * Bug 11933 (DB IDO): SOFT state changes with the same state are not logged
186 * Bug 11962 (DB IDO): Overflow in current_notification_number column in DB IDO MySQL
187 * Bug 11991 (Documentation): Incorrect URL for API examples in the documentation
188 * Bug 11993 (DB IDO): Comment/Downtime delete queries are slow
189 * Bug 12003 (libbase): Hang in TlsStream::Handshake
190 * Bug 12008 (Documentation): Add a note about creating Zone/Endpoint objects with the API
191 * Bug 12016 (Configuration): ConfigWriter::EmitScope incorrectly quotes dictionary keys
192 * Bug 12022 (Configuration): Icinga crashes when using include_recursive in an object definition
193 * Bug 12029 (Documentation): Migration docs still show unsupported CHANGE_*MODATTR external commands
194 * Bug 12044 (Packages): Icinga fails to build with OpenSSL 1.1.0
195 * Bug 12046 (Documentation): Typo in Manubulon CheckCommand documentation
196 * Bug 12067 (Documentation): Documentation: Setting up Plugins section is broken
197 * Bug 12077 (Documentation): Add a note to the docs that API POST updates to custom attributes/groups won't trigger re-evaluation
198 * Bug 12085 (DB IDO): deadlock in ido reconnect
199 * Bug 12092 (API): Icinga incorrectly disconnects all endpoints if one has a wrong certificate
200 * Bug 12098 (Configuration): include_recursive should gracefully handle inaccessible files
201 * Bug 12099 (Packages): Build fails with Visual Studio 2013
202 * Bug 12100 (libbase): Ensure to clear the SSL error queue before calling SSL_{read,write,do_handshake}
203 * Bug 12107 (DB IDO): Add missing index on state history for DB IDO cleanup
204 * Bug 12135 (ITL): ITL: check_iftraffic64.pl default values, wrong postfix value in CheckCommand
205 * Bug 12144 (Documentation): pkg-config is not listed as a build requirement in INSTALL.md
206 * Bug 12147 (DB IDO): IDO module starts threads before daemonize
207 * Bug 12179 (Cluster): Duplicate messages for command_endpoint w/ master and satellite
208 * Bug 12180 (Cluster): CheckerComponent sometimes fails to schedule checks in time
209 * Bug 12193 (Cluster): Increase cluster reconnect interval
210 * Bug 12199 (API): Fix URL encoding for '&'
211 * Bug 12204 (Documentation): Improve author information about check_yum
212 * Bug 12210 (DB IDO): Do not clear {host,service,contact}group_members tables on restart
213 * Bug 12216 (libicinga): icinga check reports "-1" for minimum latency and execution time and only uptime has a number but 0
214 * Bug 12217 (Documentation): Incorrect documentation about apply rules in zones.d directories
215 * Bug 12219 (Documentation): Missing explanation for three level clusters with CSR auto-signing
216 * Bug 12225 (libicinga): Icinga stats min_execution_time and max_execution_time are invalid
217 * Bug 12227 (Perfdata): Incorrect escaping / formatting of perfdata to InfluxDB
218 * Bug 12237 (Installation): Increase default systemd timeout
219 * Bug 12257 (Notifications): Notification interval mistimed
220 * Bug 12259 (Documentation): Incorrect API permission name for /v1/status in the documentation
221 * Bug 12267 (Notifications): Multiple notifications when master fails
222 * Bug 12274 (ITL): -q option for check_ntp_time is wrong
223 * Bug 12288 (DB IDO): Change the way outdated comments/downtimes are deleted on restart
224 * Bug 12293 (Notifications): Missing notification for recovery during downtime
225 * Bug 12302 (Cluster): Remove obsolete README files in tools/syntax
226 * Bug 12310 (Notifications): Notification sent too fast when one master fails
227 * Bug 12318 (Configuration): Icinga doesn't delete temporary icinga2.debug file when config validation fails
228 * Bug 12331 (libbase): Fix building Icinga with -fvisibility=hidden
229 * Bug 12333 (Notifications): Incorrect downtime notification events
230 * Bug 12334 (libbase): Handle I/O errors while writing the Icinga state file more gracefully
231 * Bug 12390 (libbase): Disallow casting "" to an Object
232 * Bug 12391 (libbase): Don't violate POSIX by ensuring that the argument to usleep(3) is less than 1000000
233 * Bug 12395 (libicinga): Flexible downtimes should be removed after trigger_time+duration
234 * Bug 12401 (DB IDO): Fixed downtime start does not update actual_start_time
235 * Bug 12402 (Notifications): Notification resent, even if interval = 0
236 * Bug 12404 (Notifications): Add log message if notifications are forced (i.e. filters are not checked)
237 * Bug 12409 (Configuration): 'use' keyword cannot be used with templates
238 * Bug 12416 (Documentation): The description for the http_certificate attribute doesn't have the right default value
239 * Bug 12417 (DB IDO): IDO does duplicate config updates
240 * Bug 12418 (DB IDO): IDO marks objects as inactive on shutdown
241 * Bug 12422 (CLI): pki sign-csr does not log where it is writing the certificate file
242 * Bug 12425 (libicinga): CompatUtility::GetCheckableNotificationStateFilter is returning an incorrect value
243 * Bug 12428 (DB IDO): Fix the "ido" check command for use with command_endpoint
244 * Bug 12430 (DB IDO): ido CheckCommand returns returns "Could not connect to database server" when HA enabled
245 * Bug 12432 (Cluster): Only allow sending command_endpoint checks to directly connected child zones
246 * Bug 12438 (libbase): Replace GetType()->GetName() calls with GetReflectionType()->GetName()
247 * Bug 12442 (Documentation): Missing documentation for "legacy-timeperiod" template
248 * Bug 12452 (Installation): Remove unused functions from icinga-installer
249 * Bug 12453 (libbase): Use hash-based serial numbers for new certificates
250 * Bug 12454 (API): API: action schedule-downtime requires a duration also when fixed is true
251 * Bug 12458 (DB IDO): Insert fails for the icinga_scheduleddowntime table due to duplicate key
252 * Bug 12459 (DB IDO): Query for customvariablestatus incorrectly updates the host's/service's insert ID
253 * Bug 12460 (Cluster): DB IDO started before daemonizing (no systemd)
254 * Bug 12461 (DB IDO): IDO query fails due to key contraint violation for the icinga_customvariablestatus table
255 * Bug 12464 (API): API: events for DowntimeTriggered does not provide needed information
256 * Bug 12473 (Documentation): Docs: API example uses wrong attribute name
257 * Bug 12474 (libmethods): ClrCheck is null on *nix
258 * Bug 12475 (Cluster): Incorrect certificate validation error message
259 * Bug 12487 (Configuration): Memory leak when using closures
260 * Bug 12488 (Documentation): Typo in Notification object documentation
261
262 ### What's New in Version 2.4.10
263
264 #### Bugfixes
265
266 * Bug 11812 (Checker): Checker component doesn't execute any checks for command_endpoint
267
268 ### What's New in Version 2.4.9
269
270 #### Changes
271
272 This release fixes a number of issues introduced in 2.4.8.
273
274 #### Bugfixes
275
276 * Bug 11801 (Perfdata): Error: Function call 'rename' for file '/var/spool/icinga2/tmp/service-perfdata' failed with error code 2, 'No such file or directory'
277 * Bug 11804 (Configuration): Segfault when trying to start 2.4.8
278 * Bug 11807 (Compat): Command Pipe thread 100% CPU Usage
279
280 ### What's New in Version 2.4.8
281
282 #### Changes
283
284 * Bugfixes
285 * Support for limiting the maximum number of concurrent checks (new configuration option) 
286 * HA-aware features now wait for connected cluster nodes in the same zone (e.g. DB IDO)
287 * The 'icinga' check now alerts on failed reloads
288
289 #### Feature
290
291 * Feature 8137 (Checker): Maximum concurrent service checks
292 * Feature 9236 (Perfdata): PerfdataWriter: Better failure handling for file renames across file systems
293 * Feature 9997 (libmethods): "icinga" check should have state WARNING when the last reload failed
294 * Feature 10581 (ITL): Provide icingacli in the ITL
295 * Feature 11556 (libbase): Add support for subjectAltName in SSL certificates
296 * Feature 11651 (CLI): Implement SNI support for the CLI commands
297 * Feature 11720 (ITL): 'disk' CheckCommand: Exclude 'cgroup' and 'tracefs' by default
298 * Feature 11748 (Cluster): Remove unused cluster commands
299 * Feature 11765 (Cluster): Only activate HARunOnce objects once there's a cluster connection
300 * Feature 11768 (Documentation): Add the category to the generated changelog
301
302 #### Bugfixes
303
304 * Bug 9989 (Configuration): Service apply without name possible
305 * Bug 10426 (libicinga): Icinga crashes with a segfault on receiving a lot of check results for nonexisting hosts/services
306 * Bug 10717 (Configuration): Comments and downtimes of deleted checkable objects are not deleted
307 * Bug 11046 (Cluster): Icinga2 agent gets stuck after disconnect and won't relay messages
308 * Bug 11112 (Compat): Empty author/text attribute for comment/downtimes external commands causing crash
309 * Bug 11147 (libicinga): "day -X" time specifications are parsed incorrectly
310 * Bug 11158 (libicinga): Crash with empty ScheduledDowntime 'ranges' attribute
311 * Bug 11374 (API): Icinga2 API: deleting service with cascade=1 does not delete dependant notification
312 * Bug 11390 (Compat): Command pipe overloaded: Can't send external Icinga command to the local command file
313 * Bug 11396 (API): inconsistent API /v1/objects/* response for PUT requests
314 * Bug 11589 (libicinga): notification sent out during flexible downtime
315 * Bug 11645 (Documentation): Incorrect chapter headings for Object#to_string and Object#type
316 * Bug 11646 (Configuration): Wrong log severity causes segfault
317 * Bug 11686 (API): Icinga Crash with the workflow Create_Host-> Downtime for the Host ->  Delete Downtime -> Remove Host
318 * Bug 11711 (libicinga): Expired downtimes are not removed
319 * Bug 11714 (libbase): Crash in UnameHelper
320 * Bug 11742 (Documentation): Missing documentation for event commands w/ execution bridge
321 * Bug 11757 (API): API: Missing error handling for invalid JSON request body
322 * Bug 11767 (DB IDO): Ensure that program status updates are immediately updated in DB IDO
323 * Bug 11779 (API): Incorrect variable names for joined fields in filters
324
325 ### What's New in Version 2.4.7
326
327 #### Bugfixes
328
329 * Bug 11639: Crash in IdoMysqlConnection::ExecuteMultipleQueries
330
331 ### What's New in Version 2.4.6
332
333 #### Feature
334
335 * Feature 11638: Update RELEASE.md
336
337 #### Bugfixes
338
339 * Bug 11628: Docs: Zone attribute 'endpoints' is an array
340 * Bug 11634: Icinga 2 fails to build on Ubuntu Xenial
341 * Bug 11635: Failed assertion in IdoPgsqlConnection::FieldToEscapedString
342
343 ### What's New in Version 2.4.5
344
345 #### Changes
346
347 * Windows Installer changed from NSIS to MSI
348 * New configuration attribute for hosts and services: check_timeout (overrides the CheckCommand's timeout when set)
349 * ITL updates
350 * Lots of bugfixes
351
352 #### Feature
353
354 * Feature 9283: Implement support for overriding check command timeout
355 * Feature 9618: Add Windows setup wizard screenshots
356 * Feature 11098: Add --method parameter for check_{oracle,mysql,mssql}_health CheckCommands
357 * Feature 11194: Add --units, --rate and --rate-multiplier support for the snmpv3 check command
358 * Feature 11399: Update .mailmap for Markus Frosch
359 * Feature 11437: Add silent install / reference to NSClient++ to documentation
360 * Feature 11449: Build 64-bit packages for Windows
361 * Feature 11473: Update NSClient++ to version 0.4.4.19
362 * Feature 11474: Install 64-bit version of NSClient++ on 64-bit versions of Windows
363 * Feature 11585: Make sure to update the agent wizard banner
364 * Feature 11587: Update chocolatey uninstall script for the MSI package
365
366 #### Bugfixes
367
368 * Bug 9249: logrotate fails since the "su" directive was removed
369 * Bug 10624: Add application manifest for the Windows agent wizard
370 * Bug 10843: DB IDO: downtime is not in effect after restart
371 * Bug 11106: Too many assign where filters cause stack overflow
372 * Bug 11224: Socket Exceptions (Operation not permitted) while reading from API
373 * Bug 11227: Downtimes and Comments are not synced to child zones
374 * Bug 11258: Incorrect base URL in the icinga-rpm-release packages for Fedora
375 * Bug 11336: Use retry_interval instead of check_interval for first OK -> NOT-OK state change
376 * Bug 11347: Symlink subfolders not followed/considered for config files
377 * Bug 11382: Downtimes are not always activated/expired on restart
378 * Bug 11384: Remove dependency for .NET 3.5 from the chocolatey package
379 * Bug 11387: IDO: historical contact notifications table column notification_id is off-by-one
380 * Bug 11402: Explain how to use functions for wildcard matches for arrays and/or dictionaries in assign where expressions
381 * Bug 11407: Docs: Remove the migration script chapter
382 * Bug 11434: Config validation for Notification objects should check whether the state filters are valid
383 * Bug 11435: Icinga 2 Windows Agent does not honor install path during upgrade
384 * Bug 11438: Remove semi-colons in the auto-generated configs
385 * Bug 11439: Update the CentOS installation documentation
386 * Bug 11440: Docs: Cluster manual SSL generation formatting is broken
387 * Bug 11455: ConfigSync broken from 2.4.3. to 2.4.4 under Windows
388 * Bug 11462: Error compiling icinga2 targeted for x64 on Windows
389 * Bug 11475: FatalError() returns when called before Application.Run
390 * Bug 11482: API User gets wrongly authenticated (client_cn and no password)
391 * Bug 11484: Overwriting global type variables causes crash in ConfigItem::Commit()
392 * Bug 11494: Update documentation URL for Icinga Web 2
393 * Bug 11522: Make the socket event engine configurable
394 * Bug 11534: DowntimesExpireTimerHandler crashes Icinga2 with <unknown function>
395 * Bug 11542: make install overwrites configuration files
396 * Bug 11559: Segfault during config validation if host exists, service does not exist any longer and downtime expires
397 * Bug 11564: Incorrect link in the documentation
398 * Bug 11567: Navigation attributes are missing in /v1/objects/<type>
399 * Bug 11574: Package fails to build on *NIX
400 * Bug 11577: Compiler warning in NotifyActive
401 * Bug 11582: icinga2 crashes when a command_endpoint is set, but the api feature is not active
402 * Bug 11586: icinga2-installer.exe doesn't wait until NSIS uninstall.exe exits
403 * Bug 11592: Remove instance_name from Ido*Connection example
404 * Bug 11610: Windows installer does not copy "features-enabled" on upgrade
405 * Bug 11617: Vim Syntax Highlighting does not work with assign where
406
407 ### What's New in Version 2.4.4
408
409 #### Feature
410
411 * Feature 10358: ITL: Allow to enforce specific SSL versions using the http check command
412 * Feature 11205: Add "query" option to check_postgres command.
413
414 #### Bugfixes
415
416 * Bug 9642: Flapping notifications are sent for hosts/services which are in a downtime
417 * Bug 9969: Problem notifications while Flapping is active
418 * Bug 10225: Host notification type is PROBLEM but should be RECOVERY
419 * Bug 10231: MkDirP not working on Windows
420 * Bug 10766: DB IDO: User notification type filters are incorrect
421 * Bug 10770: Status code 200 even if an object could not be deleted.
422 * Bug 10795: http check's URI is really just Path
423 * Bug 10976: Explain how to join hosts/services for /v1/objects/comments
424 * Bug 11107: ITL: Missing documentation for nwc_health "mode" parameter
425 * Bug 11159: Common name in node wizard isn't case sensitive
426 * Bug 11208: CMake does not find MySQL libraries on Windows
427 * Bug 11209: Wrong log message for trusted cert in node setup command
428 * Bug 11240: DEL_DOWNTIME_BY_HOST_NAME does not accept optional arguments
429 * Bug 11248: Active checks are executed even though passive results are submitted
430 * Bug 11257: Incorrect check interval when passive check results are used
431 * Bug 11273: Services status updated multiple times within check_interval even though no retry was triggered
432 * Bug 11289: epoll_ctl might cause oops on Ubuntu trusty
433 * Bug 11320: Volatile transitions from HARD NOT-OK->NOT-OK do not trigger notifications
434 * Bug 11328: Typo in API docs
435 * Bug 11331: Update build requirements for SLES 11 SP4
436 * Bug 11349: 'icinga2 feature list' fails when all features are disabled
437 * Bug 11350: Docs: Add API examples for creating services and check commands
438 * Bug 11352: Segmentation fault during 'icinga2 daemon -C'
439 * Bug 11369: Chocolatey package is missing uninstall function
440 * Bug 11385: Update development docs to use 'thread apply all bt full'
441
442 ### What's New in Version 2.4.3
443
444 #### Bugfixes
445
446 * Bug 11211: Permission problem after running icinga2 node wizard
447 * Bug 11212: Wrong permissions for files in /var/cache/icinga2/*
448
449 ### What's New in Version 2.4.2
450
451 #### Changes
452
453 * ITL
454     Additional arguments for check_disk
455     Fix incorrect path for the check_hpasm plugin
456     New command: check_iostat
457     Fix incorrect variable names for the check_impi plugin
458 * Cluster
459     Improve cluster performance
460     Fix connection handling problems (multiple connections for the same endpoint)
461 * Performance improvements for the DB IDO modules
462 * Lots and lots of various other bugfixes
463 * Documentation updates
464
465 #### Feature
466
467 * Feature 10660: Add CMake flag for disabling the unit tests
468 * Feature 10777: Add check_iostat to ITL
469 * Feature 10787: Add "-x" parameter in command definition for disk-windows CheckCommand
470 * Feature 10807: Raise a config error for "Checkable" objects in global zones
471 * Feature 10857: DB IDO: Add a log message when the connection handling is completed
472 * Feature 10860: Log DB IDO query queue stats
473 * Feature 10880: "setting up check plugins" section should be enhanced with package manager examples
474 * Feature 10920: Add Timeout parameter to snmpv3 check
475 * Feature 10947: Add example how to use custom functions in attributes
476 * Feature 10964: Troubleshooting: Explain how to fetch the executed command
477 * Feature 10988: Support TLSv1.1 and TLSv1.2 for the cluster transport encryption
478 * Feature 11037: Add String#trim
479 * Feature 11138: Checkcommand Disk : Option Freespace-ignore-reserved
480
481 #### Bugfixes
482
483 * Bug 7287: Re-checks scheduling w/ retry_interval
484 * Bug 8714: Add priority queue for disconnect/programstatus update events
485 * Bug 8976: DB IDO: notification_id for contact notifications is out of range
486 * Bug 10226: Icinga2 reload timeout results in killing old and new process because of systemd
487 * Bug 10449: Livestatus log query - filter "class" yields empty results
488 * Bug 10458: Incorrect SQL command for creating the user of the PostgreSQL DB for the IDO
489 * Bug 10460: A PgSQL DB for the IDO can't be created w/ UTF8
490 * Bug 10497: check_memory and check_swap plugins do unit conversion and rounding before percentage calculations resulting in imprecise percentages
491 * Bug 10544: check_network performance data in invalid format
492 * Bug 10554: Non-UTF8 characters from plugins causes IDO to fail
493 * Bug 10655: API queries cause memory leaks
494 * Bug 10700: Crash in ExternalCommandListener
495 * Bug 10711: Zone::CanAccessObject is very expensive
496 * Bug 10713: ApiListener::ReplayLog can block with a lot of clients
497 * Bug 10714: API is not working on wheezy
498 * Bug 10724: Remove the local zone name question in node wizard
499 * Bug 10728: node wizard does not remember user defined port
500 * Bug 10736: Missing num_hosts_pending in /v1/status/CIB
501 * Bug 10739: Crash on startup with incorrect directory permissions
502 * Bug 10744: build of icinga2 with gcc 4.4.7 segfaulting with ido
503 * Bug 10745: ITL check command possibly mistyped variable names
504 * Bug 10748: Missing path in mkdir() exceptions
505 * Bug 10760: Disallow lambda expressions where side-effect-free expressions are not allowed
506 * Bug 10765: Avoid duplicate config and status updates on startup
507 * Bug 10773: chcon partial context error in safe-reload prevents reload
508 * Bug 10779: Wrong postgresql-setup initdb command for RHEL7
509 * Bug 10780: The hpasm check command is using the PluginDir constant
510 * Bug 10784: Incorrect information in --version on Linux
511 * Bug 10806: Missing SUSE repository for monitoring plugins documentation
512 * Bug 10817: Failed IDO query for icinga_downtimehistory
513 * Bug 10818: Use NodeName in null and random checks
514 * Bug 10819: Cluster config sync ignores zones.d from API packages
515 * Bug 10824: Windows build fails with latest git master
516 * Bug 10825: Missing documentation for API packages zones.d config sync
517 * Bug 10826: Build error with older CMake versions on VERSION_LESS compare
518 * Bug 10828: Relative path in include_zones does not work
519 * Bug 10829: IDO breaks when writing to icinga_programstatus with latest snapshots
520 * Bug 10830: Config validation doesn't fail when templates are used as object names
521 * Bug 10852: Formatting problem in "Advanced Filter" chapter
522 * Bug 10855: Implement support for re-ordering groups of IDO queries
523 * Bug 10862: Evaluate if CanExecuteQuery/FieldToEscapedString lead to exceptions on !m_Connected
524 * Bug 10867: "repository add" cli command writes invalid "type" attribute
525 * Bug 10883: Icinga2 crashes in IDO when removing a comment
526 * Bug 10890: Remove superfluous #ifdef
527 * Bug 10891: is_active in IDO is only re-enabled on "every second" restart
528 * Bug 10908: Typos in the "troubleshooting" section of the documentation
529 * Bug 10923: API actions: Decide whether fixed: false is the right default
530 * Bug 10931: Exception stack trace on icinga2 client when the master reloads the configuration
531 * Bug 10932: Cluster config sync: Ensure that /var/lib/icinga2/api/zones/* exists
532 * Bug 10935: Logrotate on systemd distros should use systemctl not service
533 * Bug 10948: Icinga state file corruption with temporary file creation
534 * Bug 10956: Compiler warnings in lib/remote/base64.cpp
535 * Bug 10959: Better explaination for array values in "disk" CheckCommand docs
536 * Bug 10963: high load and memory consumption on icinga2 agent v2.4.1
537 * Bug 10968: Race condition when using systemd unit file
538 * Bug 10974: Modified attributes do not work for the IcingaApplication object w/ external commands
539 * Bug 10979: Mistake in mongodb command definition (mongodb_replicaset)
540 * Bug 10981: Incorrect name in AUTHORS
541 * Bug 10989: Escaped sequences not properly generated with 'node update-config'
542 * Bug 10991: Stream buffer size is 512 bytes, could be raised
543 * Bug 10998: Incorrect IdoPgSqlConnection Example in Documentation
544 * Bug 11006: Segfault in ApiListener::ConfigUpdateObjectAPIHandler
545 * Bug 11014: Check event duplication with parallel connections involved
546 * Bug 11019: next_check noise in the IDO
547 * Bug 11020: Master reloads with agents generate false alarms
548 * Bug 11065: Deleting an object via API does not disable it in DB IDO
549 * Bug 11074: Partially missing escaping in doc/7-icinga-template-library.md
550 * Bug 11075: Outdated link to icingaweb2-module-nagvis
551 * Bug 11083: Ensure that config sync updates are always sent on reconnect
552 * Bug 11085: Crash in ConfigItem::RunWithActivationContext
553 * Bug 11088: API queries on non-existant objects cause exception
554 * Bug 11096: Windows build fails on InterlockedIncrement type
555 * Bug 11103: Problem with hostgroup_members table cleanup
556 * Bug 11111: Clean up unused variables a bit
557 * Bug 11118: Cluster WQ thread dies after fork()
558 * Bug 11122: Connections are not cleaned up properly
559 * Bug 11132: YYYY-MM-DD time specs are parsed incorrectly
560 * Bug 11178: Documentation: Unescaped pipe character in tables
561 * Bug 11179: CentOS 5 doesn't support epoll_create1
562 * Bug 11204: "node setup" tries to chown() files before they're created
563
564 ### What's New in Version 2.4.1
565
566 #### Changes
567
568 * ITL
569     * Add running_kernel_use_sudo option for the running_kernel check
570 * Configuration
571     * Add global constants: `PlatformName`. `PlatformVersion`, `PlatformKernel` and `PlatformKernelVersion`
572 * CLI
573     * Use NodeName and ZoneName constants for 'node setup' and 'node wizard' 
574
575 #### Feature
576
577 * Feature 10622: Add by_ssh_options argument for the check_by_ssh plugin
578 * Feature 10693: Add running_kernel_use_sudo option for the running_kernel check
579 * Feature 10716: Use NodeName and ZoneName constants for 'node setup' and 'node wizard'
580
581 #### Bugfixes
582
583 * Bug 10528: Documentation example in "Access Object Attributes at Runtime" doesn't work correctly
584 * Bug 10615: Build fails on SLES 11 SP3 with GCC 4.8
585 * Bug 10632: "node wizard" does not ask user to verify SSL certificate
586 * Bug 10641: API setup command incorrectly overwrites existing certificates
587 * Bug 10643: Icinga 2 crashes when ScheduledDowntime objects are used
588 * Bug 10645: Documentation for schedule-downtime is missing required paremeters
589 * Bug 10648: lib/base/process.cpp SIGSEGV on Debian squeeze / RHEL 6
590 * Bug 10661: Incorrect web inject URL in documentation
591 * Bug 10663: Incorrect redirect for stderr in /usr/lib/icinga2/prepare-dirs
592 * Bug 10667: Indentation in command-plugins.conf
593 * Bug 10677: node wizard checks for /var/lib/icinga2/ca directory but not the files
594 * Bug 10690: CLI command 'repository add' doesn't work
595 * Bug 10692: Fix typos in the documentation
596 * Bug 10708: Windows setup wizard crashes when InstallDir registry key is not set
597 * Bug 10710: Incorrect path for icinga2 binary in development documentation
598 * Bug 10720: Remove --master_zone from --help because it is currently not implemented
599
600 ### What's New in Version 2.4.0
601
602 #### Changes
603
604 * API
605     * RESTful API with basic auth or client certificates
606     * Filters, types, permissions
607     * configuration package management
608     * query/create/modify/delete config objects at runtime
609     * status queries for global stats
610     * actions (e.g. acknowledge all service problems)
611     * event streams
612 * ITL and Plugin Check Command definitions
613     * The 'running_kernel' check command was moved to the plugins-contrib section. You have to update your config to include 'plugins-contrib'
614 * Configuration
615     * The global constants Enable* and Vars have been removed. Use the IcingaApplication object attributes instead.
616 * Features
617     * New Graphite tree. Please check the documentation how enable the legacy schema.
618     * IcingaStatusWriter feature has been deprecated and will be removed in future versions.
619     * Modified attributes are not exposed as bit mask to external interfaces anymore (api related changes). External commands like CHANGE_*_MODATTR have been removed.
620
621 #### Feature
622
623 * Feature 7709: Validators should be implemented in (auto-generated) native code
624 * Feature 8093: Add icinga, cluster, cluster-zone check information to the ApiListener status handler
625 * Feature 8149: graphite writer should pass "-" in host names and "." in perf data
626 * Feature 8666: Allow some of the Array and Dictionary methods to be inlined by the compiler
627 * Feature 8688: Add embedded DB IDO version health check
628 * Feature 8689: Add support for current and current-1 db ido schema version
629 * Feature 8690: 'icinga2 console' should serialize temporary attributes (rather than just config + state)
630 * Feature 8738: Implement support for CLIENT_MULTI_STATEMENTS
631 * Feature 8741: Deprecate IcingaStatusWriter feature
632 * Feature 8775: Move the base command templates into libmethods
633 * Feature 8776: Implement support for libedit
634 * Feature 8791: Refactor the startup process
635 * Feature 8832: Implement constructor-style casts
636 * Feature 8842: Add support for the C++11 keyword 'override'
637 * Feature 8867: Use DebugHint information when reporting validation errors
638 * Feature 8890: Move implementation code from thpp files into separate files
639 * Feature 8922: Avoid unnecessary dictionary lookups
640 * Feature 9044: Remove the ScopeCurrent constant
641 * Feature 9068: Implement sandbox mode for the config parser
642 * Feature 9074: Basic API framework
643 * Feature 9076: Reflection support for the API
644 * Feature 9077: Implement filters for the API
645 * Feature 9078: Event stream support for the API
646 * Feature 9079: Implement status queries for the API
647 * Feature 9080: Add commands (actions) for the API
648 * Feature 9081: Add modified attribute support for the API
649 * Feature 9082: Runtime configuration for the API
650 * Feature 9083: Configuration file management for the API
651 * Feature 9084: Enable the ApiListener by default
652 * Feature 9085: Certificate-based authentication for the API
653 * Feature 9086: Password-based authentication for the API
654 * Feature 9087: Create default administrative user
655 * Feature 9088: API permissions
656 * Feature 9091: API status queries
657 * Feature 9093: Changelog for modified attributes
658 * Feature 9095: Disallow changes for certain config attributes at runtime
659 * Feature 9096: Dependency tracking for objects
660 * Feature 9098: Update modules to support adding and removing objects at runtime
661 * Feature 9099: Implement support for writing configuration files
662 * Feature 9100: Multiple sources for zone configuration tree
663 * Feature 9101: Commands for adding and removing objects
664 * Feature 9102: Support validating configuration changes
665 * Feature 9103: Staging for configuration validation
666 * Feature 9104: Implement config file management commands
667 * Feature 9105: API Documentation
668 * Feature 9175: Move 'running_kernel' check command to plugins-contrib 'operating system' section
669 * Feature 9286: DB IDO/Livestatus: Add zone object table w/ endpoint members
670 * Feature 9414: "-Wno-deprecated-register" compiler option breaks builds on SLES 11
671 * Feature 9447: Implement support for HTTP
672 * Feature 9448: Define RESTful url schema
673 * Feature 9461: New Graphite schema
674 * Feature 9470: Implement URL parser
675 * Feature 9471: Implement ApiUser type
676 * Feature 9594: Implement base64 de- and encoder
677 * Feature 9614: Register ServiceOK, ServiceWarning, HostUp, etc. as constants
678 * Feature 9647: Move url to /lib/remote from /lib/base
679 * Feature 9689: Add exceptions for Utility::MkDir{,P}
680 * Feature 9693: Add Array::FromVector() method
681 * Feature 9698: Implement support for X-HTTP-Method-Override
682 * Feature 9704: String::Trim() should return a new string rather than modifying the current string
683 * Feature 9705: Add real path sanity checks to provided file paths
684 * Feature 9723: Documentation for config management API
685 * Feature 9768: Update the url parsers behaviour
686 * Feature 9777: Make Comments and Downtime types available as ConfigObject type in the API
687 * Feature 9794: Setting global variables with i2tcl doesn't work
688 * Feature 9849: Validation for modified attributes
689 * Feature 9850: Re-implement events for attribute changes
690 * Feature 9851: Remove GetModifiedAttributes/SetModifiedAttributes
691 * Feature 9852: Implement support for . in modify_attribute
692 * Feature 9859: Implement global modified attributes
693 * Feature 9866: Implement support for attaching GDB to the Icinga process on crash
694 * Feature 9914: Rename DynamicObject/DynamicType to ConfigObject/ConfigType
695 * Feature 9919: Allow comments when parsing JSON
696 * Feature 9921: Implement the 'base' field for the Type class
697 * Feature 9926: Ensure that runtime config objects are persisted on disk
698 * Feature 9927: Figure out how to sync dynamically created objects inside the cluster
699 * Feature 9929: Add override keyword for all relevant methods
700 * Feature 9930: Document Object#clone
701 * Feature 9931: Implement Object#clone and rename Array/Dictionary#clone to shallow_clone
702 * Feature 9933: Implement support for indexers in ConfigObject::RestoreAttribute
703 * Feature 9935: Implement support for restoring modified attributes
704 * Feature 9937: Add package attribute for ConfigObject and set its origin
705 * Feature 9940: Implement support for filter_vars
706 * Feature 9944: Add String::ToLower/ToUpper
707 * Feature 9946: Remove debug messages in HttpRequest class
708 * Feature 9953: Rename config/modules to config/packages
709 * Feature 9960: Implement ignore_on_error keyword
710 * Feature 10017: Use an AST node for the 'library' keyword
711 * Feature 10038: Add plural_name field to /v1/types
712 * Feature 10039: URL class improvements
713 * Feature 10042: Implement a demo API client: Icinga Studio
714 * Feature 10060: Implement joins for status queries
715 * Feature 10116: Add global status handler for the API
716 * Feature 10186: Make ConfigObject::{G,S}etField() method public
717 * Feature 10194: Sanitize error status codes and messages
718 * Feature 10202: Add documentation for api-users.conf and app.conf
719 * Feature 10209: Rename statusqueryhandler to objectqueryhandler
720 * Feature 10212: Move /v1/<type> to /v1/objects/<type>
721 * Feature 10243: Provide keywords to retrieve the current file name at parse time
722 * Feature 10257: Change object version to timestamps for diff updates on config sync
723 * Feature 10329: Pretty-print arrays and dictionaries when converting them to strings
724 * Feature 10368: Document that modified attributes require accept_config for cluster/clients
725 * Feature 10374: Add check command nginx_status
726 * Feature 10383: DB IDO should provide its connected state via /v1/status
727 * Feature 10385: Add 'support' tracker to changelog.py
728 * Feature 10387: Use the API for "icinga2 console"
729 * Feature 10388: Log a warning message on unauthorized http request
730 * Feature 10392: Original attributes list in IDO
731 * Feature 10393: Hide internal attributes
732 * Feature 10394: Add getter for endpoint 'connected' attribute
733 * Feature 10407: Remove api.cpp, api.hpp
734 * Feature 10409: Add documentation for apply+for in the language reference chapter
735 * Feature 10423: Ability to set port on SNMP Checks
736 * Feature 10431: Add the name for comments/downtimes next to legacy_id to DB IDO
737 * Feature 10441: Rewrite man page
738 * Feature 10479: Use ZoneName variable for parent_zone in node update-config
739 * Feature 10482: Documentation: Reorganize Livestatus and alternative frontends
740 * Feature 10503: Missing parameters for check jmx4perl
741 * Feature 10507: Add check command negate
742 * Feature 10509: Change GetLastStateUp/Down to host attributes
743 * Feature 10511: Add check command mysql
744 * Feature 10513: Add ipv4/ipv6 only to tcp and http CheckCommand
745 * Feature 10522: Change output format for 'icinga2 console'
746 * Feature 10547: Icinga 2 script debugger
747 * Feature 10548: Implement CSRF protection for the API
748 * Feature 10549: Change 'api setup' into a manual step while configuring the API
749 * Feature 10551: Change object query result set
750 * Feature 10566: Enhance programmatic examples for the API docs
751 * Feature 10574: Mention wxWidget (optional) requirement in INSTALL.md
752 * Feature 10575: Documentation for /v1/console
753 * Feature 10576: Explain variable names for joined objects in filter expressions
754 * Feature 10577: Documentation for the script debugger
755 * Feature 10591: Explain DELETE for config stages/packages
756 * Feature 10630: Update wxWidgets documentation for Icinga Studio
757
758 #### Bugfixes
759
760 * Bug 8822: Update OpenSSL for the Windows builds
761 * Bug 8823: Don't allow users to instantiate the StreamLogger class
762 * Bug 8830: Make default notifications include users from host.vars.notification.mail.users
763 * Bug 8865: Failed assertion in IdoMysqlConnection::FieldToEscapedString
764 * Bug 8907: Validation fails even though field is not required
765 * Bug 8924: Specify pidfile for status_of_proc in the init script
766 * Bug 8952: Crash in VMOps::FunctionCall
767 * Bug 8989: pgsql driver does not have latest mysql changes synced
768 * Bug 9015: Compiler warnings with latest HEAD 5ac5f98
769 * Bug 9027: PostgreSQL schema sets default timestamps w/o time zone
770 * Bug 9053: icinga demo module can not be built
771 * Bug 9188: Remove incorrect 'ignore where' expression from 'ssh' apply example
772 * Bug 9455: Fix incorrect datatype for the check_source column in icinga_statehistory table
773 * Bug 9547: Wrong vars changed handler in api events
774 * Bug 9576: Overflow in freshness_threshold column (smallint) w/ DB IDO MySQL
775 * Bug 9590: 'node wizard/setup' should always generate new CN certificates
776 * Bug 9703: Problem with child nodes in http url registry
777 * Bug 9735: Broken cluster config sync w/o include_zones
778 * Bug 9778: Accessing field ID 0 ("prototype") fails
779 * Bug 9793: Operator - should not work with "" and numbers
780 * Bug 9795: ScriptFrame's 'Self' attribute gets corrupted when an expression throws an exception
781 * Bug 9813: win32 build: S_ISDIR is undefined
782 * Bug 9843: console autocompletion should take into account parent classes' prototypes
783 * Bug 9868: Crash in ScriptFrame::~ScriptFrame
784 * Bug 9872: Color codes in console prompt break line editing
785 * Bug 9876: Crash during cluster log replay
786 * Bug 9879: Missing conf.d or zones.d cause parse failure
787 * Bug 9911: Do not let API users create objects with invalid names
788 * Bug 9966: Fix formatting in mkclass
789 * Bug 9968: Implement support for '.' when persisting modified attributes
790 * Bug 9987: Crash in ConfigCompiler::RegisterZoneDir
791 * Bug 10008: Don't parse config files for branches not taken
792 * Bug 10012: Unused variable 'dobj' in configobject.tcpp
793 * Bug 10024: HTTP keep-alive does not work with .NET WebClient
794 * Bug 10027: Filtering by name doesn't work
795 * Bug 10034: Unused variable console_type in consolecommand.cpp
796 * Bug 10041: build failure: demo module
797 * Bug 10048: Error handling in HttpClient/icinga-studio
798 * Bug 10110: Add object_id where clause for icinga_downtimehistory
799 * Bug 10180: API actions do not follow REST guidelines
800 * Bug 10198: Detect infinite recursion in user scripts
801 * Bug 10210: Move the Collection status handler to /v1/status
802 * Bug 10211: PerfdataValue is not properly serialised in status queries
803 * Bug 10224: URL parser is cutting off last character
804 * Bug 10234: ASCII NULs don't work in string values
805 * Bug 10238: Use a temporary file for modified-attributes.conf updates
806 * Bug 10241: Properly encode URLs in Icinga Studio
807 * Bug 10249: Config Sync shouldn't send updates for objects the client doesn't have access to
808 * Bug 10253: /v1/objects/<type> returns an HTTP error when there are no objects of that type
809 * Bug 10255: Config sync does not set endpoint syncing and plays disconnect-sync ping-pong
810 * Bug 10256: ConfigWriter::EmitValue should format floating point values properly
811 * Bug 10326: icinga2 repository host add does not work
812 * Bug 10350: Remove duplicated text in section "Apply Notifications to Hosts and Services"
813 * Bug 10355: Version updates are not working properly
814 * Bug 10360: Icinga2 API performance regression
815 * Bug 10371: Ensure that modified attributes work with clients with local config and no zone attribute
816 * Bug 10386: restore_attribute does not work in clusters
817 * Bug 10403: Escaping $ not documented
818 * Bug 10406: Misleading wording in generated zones.conf
819 * Bug 10410: OpenBSD: hang during ConfigItem::ActivateItems() in daemon startup
820 * Bug 10417: 'which' isn't available in a minimal CentOS container
821 * Bug 10422: Changing a group's attributes causes duplicate rows in the icinga_*group_members table
822 * Bug 10433: 'dig_lookup' custom attribute for the 'dig' check command isn't optional
823 * Bug 10436: Custom variables aren't removed from the IDO database
824 * Bug 10439: "Command options" is empty when executing icinga2 without any argument.
825 * Bug 10440: Improve --help output for the --log-level option
826 * Bug 10455: Improve error handling during log replay
827 * Bug 10456: Incorrect attribute name in the documentation
828 * Bug 10457: Don't allow scripts to access FANoUserView attributes in sandbox mode
829 * Bug 10461: Line continuation is broken in 'icinga2 console'
830 * Bug 10466: Crash in IndexerExpression::GetReference when attempting to set an attribute on an object other than the current one
831 * Bug 10473: IDO tries to execute empty UPDATE queries
832 * Bug 10491: Unique constraint violation with multiple comment inserts in DB IDO
833 * Bug 10495: Incorrect JSON-RPC message causes Icinga 2 to crash
834 * Bug 10498: IcingaStudio: Accessing non-ConfigObjects causes ugly exception
835 * Bug 10501: Plural name rule not treating edge case correcly
836 * Bug 10504: Increase the default timeout for OS checks
837 * Bug 10508: Figure out whether we need the Checkable attributes state_raw, last_state_raw, hard_state_raw
838 * Bug 10510: CreatePipeOverlapped is not thread-safe
839 * Bug 10512: Mismatch on {comment,downtime}_id vs internal name in the API
840 * Bug 10517: Circular reference between *Connection and TlsStream objects
841 * Bug 10518: Crash in ConfigWriter::GetKeywords
842 * Bug 10527: Fix indentation for Dictionary::ToString
843 * Bug 10529: Change session_token to integer timestamp
844 * Bug 10535: Spaces do not work in command arguments
845 * Bug 10538: Crash in ConfigWriter::EmitIdentifier
846 * Bug 10539: Don't validate custom attributes that aren't strings
847 * Bug 10540: Async mysql queries aren't logged in the debug log
848 * Bug 10545: Broken build - unresolved external symbol "public: void __thiscall icinga::ApiClient::ExecuteScript...
849 * Bug 10555: Don't try to use --gc-sections on Solaris
850 * Bug 10556: Update OpenSSL for the Windows builds
851 * Bug 10558: There's a variable called 'string' in filter expressions
852 * Bug 10559: Autocompletion doesn't work in the debugger
853 * Bug 10560: 'api setup' should create a user even when api feature is already enabled
854 * Bug 10561: 'remove-comment' action does not support filters
855 * Bug 10562: Documentation should not reference real host names
856 * Bug 10563: /v1/console should only use a single permission
857 * Bug 10568: Improve location information for errors in API filters
858 * Bug 10569: Icinga 2 API Docs
859 * Bug 10578: API call doesn't fail when trying to use a template that doesn't exist
860 * Bug 10580: Detailed error message is missing when object creation via API fails
861 * Bug 10583: modify_attribute: object cannot be cloned
862 * Bug 10588: Documentation for /v1/types
863 * Bug 10596: Deadlock in MacroProcessor::EvaluateFunction
864 * Bug 10601: Don't allow users to set state attributes via PUT
865 * Bug 10602: API overwrites (and then deletes) config file when trying to create an object that already exists
866 * Bug 10604: Group memberships are not updated for runtime created objects
867 * Bug 10629: Download URL for NSClient++ is incorrect
868 * Bug 10637: Utility::FormatErrorNumber fails when error message uses arguments
869
870 ### What's New in Version 2.3.11
871
872 #### Changes
873
874 * Function for performing CIDR matches: cidr_match()
875 * New methods: String#reverse and Array#reverse
876 * New ITL command definitions: nwc_health, hpasm, squid, pgsql
877 * Additional arguments for ITL command definitions: by_ssh, dig, pop, spop, imap, simap
878 * Documentation updates
879 * Various bugfixes
880
881 #### Features
882
883 * Feature 9183: Add timestamp support for OpenTsdbWriter
884 * Feature 9466: Add FreeBSD setup to getting started
885 * Feature 9812: add check command for check_nwc_health
886 * Feature 9854: check_command for plugin check_hpasm
887 * Feature 10004: escape_shell_arg() method
888 * Feature 10006: Implement a way for users to resolve commands+arguments in the same way Icinga does
889 * Feature 10057: Command Execution Bridge: Use of same endpoint names in examples for a better understanding
890 * Feature 10109: Add check command squid
891 * Feature 10112: Add check command pgsql
892 * Feature 10129: Add ipv4/ipv6 only to nrpe CheckCommand
893 * Feature 10139: expand check command dig
894 * Feature 10142: Update debug docs for core dumps and full backtraces
895 * Feature 10157: Update graphing section in the docs
896 * Feature 10158: Make check_disk.exe CheckCommand Config more verbose
897 * Feature 10161: Improve documentation for check_memory
898 * Feature 10197: Implement the Array#reverse and String#reverse methods
899 * Feature 10207: Find a better description for cluster communication requirements
900 * Feature 10216: Clarify on cluster/client naming convention and add troubleshooting section
901 * Feature 10219: Add timeout argument for pop, spop, imap, simap commands
902 * Feature 10352: Improve timeperiod documentation
903 * Feature 10354: New method: cidr_match()
904 * Feature 10379: Add a debug log message for updating the program status table in DB IDO
905
906 #### Bugfixes
907
908 * Bug 8805: check cluster-zone returns wrong log lag
909 * Bug 9322: sending multiple Livestatus commands rejects all except the first
910 * Bug 10002: Deadlock in WorkQueue::Enqueue
911 * Bug 10079: Improve error message for socket errors in Livestatus
912 * Bug 10093: Rather use unique SID when granting rights for folders in NSIS on Windows Client
913 * Bug 10177: Windows Check Update -> Access denied
914 * Bug 10191: String methods cannot be invoked on an empty string
915 * Bug 10192: null + null should not be ""
916 * Bug 10199: Remove unnecessary MakeLiteral calls in SetExpression::DoEvaluate
917 * Bug 10204: Config parser problem with parenthesis and newlines
918 * Bug 10205: config checker reports wrong error on apply for rules
919 * Bug 10235: Deadlock in TlsStream::Close
920 * Bug 10239: Don't throw an exception when replaying the current replay log file
921 * Bug 10245: Percent character whitespace on Windows
922 * Bug 10254: Performance Data Labels including '=' will not be displayed correct
923 * Bug 10262: Don't log messages we've already relayed to all relevant zones
924 * Bug 10266: "Not after" value overflows in X509 certificates on RHEL5
925 * Bug 10348: Checkresultreader is unable to process host checks
926 * Bug 10349: Missing Start call for base class in CheckResultReader
927 * Bug 10351: Broken table layout in chapter 20
928 * Bug 10365: ApiListener::SyncRelayMessage doesn't send message to all zone members
929 * Bug 10377: Wrong connection log message for global zones
930
931 ### What's New in Version 2.3.10
932
933 #### Features
934
935 * Feature 9218: Use the command_endpoint name as check_source value if defined
936
937 #### Bugfixes
938
939 * Bug 9244: String escape problem with PostgreSQL >= 9.1 and standard_conforming_strings=on
940 * Bug 10003: Nested "outer" macro calls fails on (handled) missing "inner" values
941 * Bug 10051: Missing fix for reload on Windows in 2.3.9
942 * Bug 10058: Wrong calculation for host compat state "UNREACHABLE" in DB IDO
943 * Bug 10074: Missing zero padding for generated CA serial.txt
944
945 ### What's New in Version 2.3.9
946
947 #### Changes
948
949 * Fix that the first SOFT state is recognized as second SOFT state
950 * Implemented reload functionality for Windows
951 * New ITL check commands
952 * Documentation updates
953 * Various other bugfixes
954
955 #### Features
956
957 * Feature 9527: CheckCommand for check_interfaces
958 * Feature 9671: Add check_yum to ITL
959 * Feature 9675: Add check_redis to ITL
960 * Feature 9686: Update gdb pretty printer docs w/ Python 3
961 * Feature 9699: Adding "-r" parameter to the check_load command for dividing the load averages by the number of CPUs.
962 * Feature 9747: check_command for plugin check_clamd
963 * Feature 9796: Implement Dictionary#get and Array#get
964 * Feature 9801: Add check_jmx4perl to ITL
965 * Feature 9811: add check command for check_mailq
966 * Feature 9827: snmpv3 CheckCommand section improved
967 * Feature 9882: Implement the Dictionary#keys method
968 * Feature 9883: Use an empty dictionary for the 'this' scope when executing commands with Livestatus
969 * Feature 9985: add check command nscp-local-counter
970 * Feature 9996: Add new arguments openvmtools for Open VM Tools
971
972 #### Bugfixes
973
974 * Bug 8979: Missing DEL_DOWNTIME_BY_HOST_NAME command required by Classic UI 1.x
975 * Bug 9262: cluster check w/ immediate parent and child zone endpoints
976 * Bug 9623: missing config warning on empty port in endpoints
977 * Bug 9769: Set correct X509 version for certificates
978 * Bug 9773: Add log for missing EventCommand for command_endpoints
979 * Bug 9779: Trying to set a field for a non-object instance fails
980 * Bug 9782: icinga2 node wizard don't take zone_name input
981 * Bug 9806: Operator + is inconsistent when used with empty and non-empty strings
982 * Bug 9814: Build fix for Boost 1.59
983 * Bug 9835: Dict initializer incorrectly re-initializes field that is set to an empty string
984 * Bug 9860: missing check_perfmon.exe
985 * Bug 9867: Agent freezes when the check returns massive output
986 * Bug 9884: Warning about invalid API function icinga::Hello
987 * Bug 9897: First SOFT state is recognized as second SOFT state
988 * Bug 9902: typo in docs
989 * Bug 9912: check_command interfaces option match_aliases has to be boolean
990 * Bug 9913: Default disk checks on Windows fail because check_disk doesn't support -K
991 * Bug 9928: Add missing category for IDO query
992 * Bug 9947: Serial number field is not properly initialized for CA certificates
993 * Bug 9961: Don't re-download NSCP for every build
994 * Bug 9962: Utility::Glob on Windows doesn't support wildcards in all but the last path component
995 * Bug 9972: Icinga2 - too many open files - Exception
996 * Bug 9984: fix check command nscp-local
997 * Bug 9992: Duplicate severity type in the documentation for SyslogLogger
998
999 ### What's New in Version 2.3.8
1000
1001 #### Changes
1002
1003 * Bugfixes
1004
1005 #### Bugfixes
1006
1007 * Bug 9554: Don't allow "ignore where" for groups when there's no "assign where"
1008 * Bug 9634: DB IDO: Do not update endpointstatus table on config updates
1009 * Bug 9637: Wrong parameter for CheckCommand "ping-common-windows"
1010 * Bug 9665: Escaping does not work for OpenTSDB perfdata plugin
1011 * Bug 9666: checkcommand disk does not check free inode - check_disk
1012
1013 ### What's New in Version 2.3.7
1014
1015 #### Changes
1016
1017 * Bugfixes
1018
1019 #### Features
1020
1021 * Feature 9610: Enhance troubleshooting ssl errors & cluster replay log
1022
1023 #### Bugfixes
1024
1025 * Bug 9406: Selective cluster reconnecting breaks client communication
1026 * Bug 9535: Config parser ignores "ignore" in template definition
1027 * Bug 9584: Incorrect return value for the macro() function
1028 * Bug 9585: Wrong formatting in DB IDO extensions docs
1029 * Bug 9586: DB IDO: endpoint* tables are cleared on reload causing constraint violations
1030 * Bug 9621: Assertion failed in icinga::ScriptUtils::Intersection
1031 * Bug 9622: Missing lock in ScriptUtils::Union
1032
1033 ### What's New in Version 2.3.6
1034
1035 #### Changes
1036
1037 * Require openssl1 on sles11sp3 from Security Module repository
1038   * Bug in SLES 11's OpenSSL version 0.9.8j preventing verification of generated certificates.
1039   * Re-create these certificates with 2.3.6 linking against openssl1 (cli command or CSR auto-signing).
1040 * ITL: Add ldap, ntp_peer, mongodb and elasticsearch CheckCommand definitions
1041 * Bugfixes
1042
1043 #### Features
1044
1045 * Feature 6714: add pagerduty notification documentation
1046 * Feature 9172: Add "ldap" CheckCommand for "check_ldap" plugin
1047 * Feature 9191: Add "mongodb" CheckCommand definition
1048 * Feature 9415: Add elasticsearch checkcommand to itl
1049 * Feature 9416: snmpv3 CheckCommand: Add possibility to set securityLevel
1050 * Feature 9451: Merge documentation fixes from GitHub
1051 * Feature 9523: Add ntp_peer CheckCommand
1052 * Feature 9562: Add new options for ntp_time CheckCommand
1053 * Feature 9578: new options for smtp CheckCommand
1054
1055 #### Bugfixes
1056
1057 * Bug 9205: port empty when using icinga2 node wizard
1058 * Bug 9253: Incorrect variable name in the ITL
1059 * Bug 9303: Missing 'snmp_is_cisco' in Manubulon snmp-memory command definition
1060 * Bug 9436: Functions can't be specified as command arguments
1061 * Bug 9450: node setup: indent accept_config and accept_commands
1062 * Bug 9452: Wrong file reference in README.md
1063 * Bug 9456: Windows client w/ command_endpoint broken with $nscp_path$ and NscpPath detection
1064 * Bug 9463: Incorrect check_ping.exe parameter in the ITL
1065 * Bug 9476: Documentation for checks in an HA zone is wrong
1066 * Bug 9481: Fix stability issues in the TlsStream/Stream classes
1067 * Bug 9489: Add log message for discarded cluster events (e.g. from unauthenticated clients)
1068 * Bug 9490: Missing openssl verify in cluster troubleshooting docs
1069 * Bug 9513: itl/plugins-contrib.d/*.conf should point to PluginContribDir
1070 * Bug 9522: wrong default port documentated for nrpe
1071 * Bug 9549: Generated certificates cannot be verified w/ openssl 0.9.8j on SLES 11
1072 * Bug 9558: mysql-devel is not available in sles11sp3
1073 * Bug 9563: Update getting started for Debian Jessie
1074
1075 ### What's New in Version 2.3.5
1076
1077 #### Changes
1078
1079 * NSClient++ is now bundled with the Windows setup wizard and can optionally be installed
1080 * Windows Wizard: "include <nscp>" is set by default
1081 * Windows Wizard: Add update mode
1082 * Plugins: Add check_perfmon plugin for Windows
1083 * ITL: Add CheckCommand objects for Windows plugins ("include <windows-plugins>")
1084 * ITL: Add CheckCommand definitions for "mongodb", "iftraffic", "disk_smb"
1085 * ITL: Add arguments to CheckCommands "dns", "ftp", "tcp", "nscp"
1086
1087 #### Features
1088
1089 * Feature 8116: Extend Windows installer with an update mode
1090 * Feature 8180: Add documentation and CheckCommands for the windows plugins
1091 * Feature 8809: Add check_perfmon plugin for Windows
1092 * Feature 9115: Add SHOWALL to NSCP Checkcommand
1093 * Feature 9130: Add 'check_drivesize' as nscp-local check command
1094 * Feature 9145: Add arguments to "dns" CheckCommand
1095 * Feature 9146: Add arguments to "ftp" CheckCommand
1096 * Feature 9147: Add arguments to "tcp" CheckCommand
1097 * Feature 9176: ITL Documentation: Add a link for passing custom attributes as command parameters
1098 * Feature 9180: Include Windows support details in the documentation
1099 * Feature 9185: Add timestamp support for PerfdataWriter
1100 * Feature 9191: Add "mongodb" CheckCommand definition
1101 * Feature 9238: Bundle NSClient++ in Windows Installer
1102 * Feature 9254: Add 'disk_smb' Plugin CheckCommand definition
1103 * Feature 9256: Determine NSClient++ installation path using MsiGetComponentPath
1104 * Feature 9260: Include <nscp> by default on Windows
1105 * Feature 9261: Add the --load-all and --log options for nscp-local
1106 * Feature 9263: Add support for installing NSClient++ in the Icinga 2 Windows wizard
1107 * Feature 9270: Update service apply for documentation
1108 * Feature 9272: Add 'iftraffic' to plugins-contrib check command definitions
1109 * Feature 9285: Best practices: cluster config sync
1110 * Feature 9297: Add examples for function usage in "set_if" and "command" attributes
1111 * Feature 9310: Add typeof in 'assign/ignore where' expression as example
1112 * Feature 9311: Add local variable scope for *Command to documentation (host, service, etc)
1113 * Feature 9313: Use a more simple example for passing command parameters
1114 * Feature 9318: Explain string concatenation in objects by real-world example
1115 * Feature 9363: Update documentation for escape sequences
1116 * Feature 9419: Enhance cluster/client troubleshooting
1117 * Feature 9420: Enhance cluster docs with HA command_endpoints
1118 * Feature 9431: Documentation: Move configuration before advanced topics
1119
1120 #### Bugfixes
1121
1122 * Bug 8853: Syntax Highlighting: host.address vs host.add
1123 * Bug 8888: Icinga2 --version: Error showing Distribution
1124 * Bug 8891: Node wont connect properly to master if host is is not set for Endpoint on new installs
1125 * Bug 9055: Wrong timestamps w/ historical data replay in DB IDO
1126 * Bug 9109: WIN: syslog is not an enable-able feature in windows
1127 * Bug 9116: node update-config reports critical and warning
1128 * Bug 9121: Possible DB deadlock
1129 * Bug 9131: Missing ")" in last Apply Rules example
1130 * Bug 9142: Downtimes are always "fixed"
1131 * Bug 9143: Incorrect type and state filter mapping for User objects in DB IDO
1132 * Bug 9161: 'disk': wrong order of threshold command arguments
1133 * Bug 9187: SPEC: Give group write permissions for perfdata dir
1134 * Bug 9205: port empty when using icinga2 node wizard
1135 * Bug 9222: Missing custom attributes in backends if name is equal to object attribute
1136 * Bug 9253: Incorrect variable name in the ITL
1137 * Bug 9255: --scm-installs fails when the service is already installed
1138 * Bug 9258: Some checks in the default Windows configuration fail
1139 * Bug 9259: Disk and 'icinga' services are missing in the default Windows config
1140 * Bug 9268: Typo in Configuration Best Practice
1141 * Bug 9269: Wrong permission etc on windows
1142 * Bug 9324: Multi line output not correctly handled from compat channels
1143 * Bug 9328: Multiline vars are broken in objects.cache output
1144 * Bug 9372: plugins-contrib.d/databases.conf: wrong argument for mssql_health
1145 * Bug 9389: Documentation: Typo
1146 * Bug 9390: Wrong service table attributes in Livestatus documentation
1147 * Bug 9393: Documentation: Extend Custom Attributes with the boolean type
1148 * Bug 9394: Including <nscp> on Linux fails with unregistered function
1149 * Bug 9399: Documentation: Typo
1150 * Bug 9406: Selective cluster reconnecting breaks client communication
1151 * Bug 9412: Documentation: Update the link to register a new Icinga account
1152
1153 ### What's New in Version 2.3.4
1154
1155 #### Changes
1156
1157 * ITL: Check commands for various databases
1158 * Improve validation messages for time periods
1159 * Update max_check_attempts in generic-{host,service} templates
1160 * Update logrotate configuration
1161 * Bugfixes
1162
1163 #### Features
1164
1165 * Feature 8760: Add database plugins to ITL
1166 * Feature 8803: Agent Wizard: add options for API defaults
1167 * Feature 8893: Improve timeperiod validation error messages
1168 * Feature 8895: Add explanatory note for Icinga2 client documentation
1169
1170 #### Bugfixes
1171
1172 * Bug 8808: logrotate doesn't work on Ubuntu
1173 * Bug 8821: command_endpoint check_results are not replicated to other endpoints in the same zone
1174 * Bug 8879: Reword documentation of check_address
1175 * Bug 8881: Add arguments to the UPS check
1176 * Bug 8889: Fix a minor markdown error
1177 * Bug 8892: Validation errors for time ranges which span the DST transition
1178 * Bug 8894: Default max_check_attempts should be lower for hosts than for services
1179 * Bug 8913: Windows Build: Flex detection
1180 * Bug 8917: Node wizard should only accept 'y', 'n', 'Y' and 'N' as answers for boolean questions
1181 * Bug 8919: Fix complexity class for Dictionary::Get
1182 * Bug 8987: Fix a typo
1183 * Bug 9012: Typo in graphite feature enable documentation
1184 * Bug 9014: Don't update scheduleddowntime table w/ trigger_time column when only adding a downtime
1185 * Bug 9016: Downtimes which have been triggered are not properly recorded in the database
1186 * Bug 9017: scheduled_downtime_depth column is not reset when a downtime ends or when a downtime is being removed
1187 * Bug 9021: Multiple log messages w/ "Attempting to send notifications for notification object"
1188 * Bug 9041: Acknowledging problems w/ expire time does not add the expiry information to the related comment for IDO and compat
1189 * Bug 9045: Vim syntax: Match groups before host/service/user objects
1190 * Bug 9049: check_disk order of command arguments
1191 * Bug 9050: web.conf is not in the RPM package
1192 * Bug 9064: troubleshoot truncates crash reports
1193 * Bug 9069: Documentation: set_if usage with boolean values and functions
1194 * Bug 9073: custom attributes with recursive macro function calls causing sigabrt
1195
1196 ### What's New in Version 2.3.3
1197
1198 #### Changes
1199
1200 * New function: parse_performance_data
1201 * Include more details in --version
1202 * Improve documentation
1203 * Bugfixes
1204
1205 #### Features
1206
1207 * Feature 8685: Show state/type filter names in notice/debug log
1208 * Feature 8686: Update documentation for "apply for" rules
1209 * Feature 8693: New function: parse_performance_data
1210 * Feature 8740: Add "access objects at runtime" examples to advanced section
1211 * Feature 8761: Include more details in --version
1212 * Feature 8816: Add "random" CheckCommand for test and demo purposes
1213 * Feature 8827: Move release info in INSTALL.md into a separate file
1214
1215 #### Bugfixes
1216
1217 * Bug 8660: Update syntax highlighting for 2.3 features
1218 * Bug 8677: Re-order the object types in alphabetical order
1219 * Bug 8724: Missing config validator for command arguments 'set_if'
1220 * Bug 8734: startup.log broken when the DB schema needs an update
1221 * Bug 8736: Don't update custom vars for each status update
1222 * Bug 8748: Don't ignore extraneous arguments for functions
1223 * Bug 8749: Build warnings with CMake 3.1.3
1224 * Bug 8750: Flex version check does not reject unsupported versions
1225 * Bug 8753: Fix a typo in the documentation of ICINGA2_WITH_MYSQL and ICINGA2_WITH_PGSQL
1226 * Bug 8755: Fix VIM syntax highlighting for comments
1227 * Bug 8757: Add missing keywords in the syntax highlighting files
1228 * Bug 8762: Plugin "check_http" is missing in Windows environments
1229 * Bug 8763: Typo in doc library-reference
1230 * Bug 8764: Revamp migration documentation
1231 * Bug 8765: Explain processing logic/order of apply rules with for loops
1232 * Bug 8766: Remove prompt to create a TicketSalt from the wizard
1233 * Bug 8767: Typo and invalid example in the runtime macro documentation
1234 * Bug 8769: Improve error message for invalid field access
1235 * Bug 8770: object Notification + apply Service fails with error "...refers to service which doesn't exist"
1236 * Bug 8771: Correct HA documentation
1237 * Bug 8829: Figure out why command validators are not triggered
1238 * Bug 8834: Return doesn't work inside loops
1239 * Bug 8844: Segmentation fault when executing "icinga2 pki new-cert"
1240 * Bug 8862: wrong 'dns_lookup' custom attribute default in command-plugins.conf
1241 * Bug 8866: Fix incorrect perfdata templates in the documentation
1242 * Bug 8869: Array in command arguments doesn't work
1243
1244 ### What's New in Version 2.3.2
1245
1246 #### Changes
1247
1248 * Bugfixes
1249
1250 #### Bugfixes
1251
1252 * Bug 8721: Log message for cli commands breaks the init script
1253
1254 ### What's New in Version 2.3.1
1255
1256 #### Changes
1257
1258 * Bugfixes
1259
1260 Please note that this version fixes the default thresholds for the disk check which were inadvertently broken in 2.3.0; if you're using percent-based custom thresholds you will need to add the '%' sign to your custom attributes
1261
1262 #### Features
1263
1264 * Feature 8659: Implement String#contains
1265
1266 #### Bugfixes
1267
1268 * Bug 8540: Kill signal sent only to check process, not whole process group
1269 * Bug 8657: Missing program name in 'icinga2 --version'
1270 * Bug 8658: Fix check_disk thresholds: make sure partitions are the last arguments
1271 * Bug 8672: Api heartbeat message response time problem
1272 * Bug 8673: Fix check_disk default thresholds and document the change of unit
1273 * Bug 8679: Config validation fail because of unexpected new-line
1274 * Bug 8680: Update documentation for DB IDO HA Run-Once
1275 * Bug 8683: Make sure that the /var/log/icinga2/crash directory exists
1276 * Bug 8684: Fix formatting for the GDB stacktrace
1277 * Bug 8687: Crash in Dependency::Stop
1278 * Bug 8691: Debian packages do not create /var/log/icinga2/crash
1279
1280 ### What's New in Version 2.3.0
1281
1282 #### Changes
1283
1284 * Improved configuration validation
1285     * Unnecessary escapes are no longer permitted (e.g. \')
1286     * Dashes are no longer permitted in identifier names (as their semantics are ambiguous)
1287     * Unused values are detected (e.g. { "-M" })
1288     * Validation for time ranges has been improved
1289     * Additional validation rules for some object types (Notification and User)
1290 * New language features
1291     * Implement a separate type for boolean values
1292     * Support for user-defined functions
1293     * Support for conditional statements (if/else)
1294     * Support for 'for' and 'while' loops
1295     * Support for local variables using the 'var' keyword
1296     * New operators: % (modulo), ^ (xor), - (unary minus) and + (unary plus)
1297     * Implemented prototype-based methods for most built-in types (e.g. [ 3, 2 ].sort())
1298     * Explicit access to local and global variables using the 'locals' and 'globals' keywords
1299     * Changed the order in which filters are evaluated for apply rules with 'for'
1300     * Make type objects accessible as global variables
1301     * Support for using functions in custom attributes
1302     * Access objects and their runtime attributes in functions (e.g. get_host(NodeName).state)
1303 * ITL improvements
1304     * Additional check commands were added to the ITL
1305     * Additional arguments for existing check commands
1306 * CLI improvements
1307     * Add the 'icinga2 console' CLI command which can be used to test expressions
1308     * Add the 'icinga2 troubleshoot' CLI command for collecting troubleshooting information
1309     * Performance improvements for the 'icinga2 node update-config' CLI command
1310     * Implement argument auto-completion for short options (e.g. daemon -c)
1311     * 'node setup' and 'node wizard' create backups for existing certificate files
1312 * Add ignore_soft_states option for Dependency object configuration
1313 * Fewer threads are used for socket I/O
1314 * Flapping detection for hosts and services is disabled by default
1315 * Added support for OpenTSDB
1316 * New Livestatus tables: hostsbygroup, servicesbygroup, servicesbyhostgroup
1317 * Include GDB backtrace in crash reports
1318 * Various documentation improvements
1319 * Solved a number of issues where cluster instances would not reconnect after intermittent connection problems
1320 * A lot of other, minor changes
1321
1322 * [DB IDO schema upgrade](17-upgrading-icinga-2.md#upgrading-icinga-2) to `1.13.0` required!
1323
1324 #### Features
1325
1326 * Feature 3446: Add troubleshooting collect cli command
1327 * Feature 6109: Don't spawn threads for network connections
1328 * Feature 6570: Disallow side-effect-free r-value expressions in expression lists
1329 * Feature 6697: Plugin Check Commands: add check_vmware_esx
1330 * Feature 6857: Run CheckCommands with C locale (workaround for comma vs dot and plugin api bug)
1331 * Feature 6858: Add some more PNP details
1332 * Feature 6868: Disable flapping detection by default
1333 * Feature 6923: IDO should fill program_end_time on a clean shutdown
1334 * Feature 7136: extended Manubulon SNMP Check Plugin Command
1335 * Feature 7209: ITL: Interfacetable
1336 * Feature 7256: Add OpenTSDB Writer
1337 * Feature 7292: ITL: Check_Mem.pl
1338 * Feature 7294: ITL: ESXi-Hardware
1339 * Feature 7326: Add parent soft states option to Dependency object configuration
1340 * Feature 7361: Livestatus: Add GroupBy tables: hostsbygroup, servicesbygroup, servicesbyhostgroup
1341 * Feature 7545: Please add labels in SNMP checks
1342 * Feature 7564: Access object runtime attributes in custom vars & command arguments
1343 * Feature 7610: Variable from for loop not usable in assign statement
1344 * Feature 7700: Evaluate apply/object rules when the parent objects are created
1345 * Feature 7702: Add an option that hides CLI commands
1346 * Feature 7704: ConfigCompiler::HandleInclude* should return an AST node
1347 * Feature 7706: ConfigCompiler::Compile* should return an AST node
1348 * Feature 7748: Redesign how stack frames work for scripts
1349 * Feature 7767: Rename _DEBUG to I2_DEBUG
1350 * Feature 7774: Implement an AST Expression for T_CONST
1351 * Feature 7778: Missing check_disk output on Windows
1352 * Feature 7784: Implement the DISABLE_HOST_SVC_NOTIFICATIONS and ENABLE_HOST_SVC_NOTIFICATIONS commands
1353 * Feature 7793: Don't build db_ido when both MySQL and PostgreSQL aren't enabled
1354 * Feature 7794: Implement an option to disable building the Livestatus module
1355 * Feature 7795: Implement an option to disable building the Demo component
1356 * Feature 7805: Implement unit tests for the config parser
1357 * Feature 7807: Move the cast functions into libbase
1358 * Feature 7813: Implement the % operator
1359 * Feature 7816: Document operator precedence
1360 * Feature 7822: Make the config parser thread-safe
1361 * Feature 7823: Figure out whether Number + String should implicitly convert the Number argument to a string
1362 * Feature 7824: Implement the "if" and "else" keywords
1363 * Feature 7873: Plugin Check Commands: Add icmp
1364 * Feature 7879: Windows agent is missing the standard plugin check_ping
1365 * Feature 7883: Implement official support for user-defined functions and the "for" keyword
1366 * Feature 7901: Implement socket_path attribute for the IdoMysqlConnection class
1367 * Feature 7910: The lexer shouldn't accept escapes for characters which don't have to be escaped
1368 * Feature 7925: Move the config file for the ido-*sql features into the icinga2-ido-* packages
1369 * Feature 8016: Documentation enhancement for snmp traps and passive checks.
1370 * Feature 8019: Register type objects as global variables
1371 * Feature 8020: Improve output of ToString for type objects
1372 * Feature 8030: Evaluate usage of function()
1373 * Feature 8033: Allow name changed from inside the object
1374 * Feature 8040: Disallow calling strings as functions
1375 * Feature 8043: Implement a boolean sub-type for the Value class
1376 * Feature 8047: ConfigCompiler::HandleInclude should return an inline dictionary
1377 * Feature 8060: Windows plugins should behave like their Linux cousins
1378 * Feature 8065: Implement a way to remove dictionary keys
1379 * Feature 8071: Implement a way to call methods on objects
1380 * Feature 8074: Figure out how variable scopes should work
1381 * Feature 8078: Backport i2tcl's error reporting functionality into "icinga2 console"
1382 * Feature 8096: Document the new language features in 2.3
1383 * Feature 8121: feature enable should use relative symlinks
1384 * Feature 8133: Implement line-continuation for the "console" command
1385 * Feature 8169: Implement additional methods for strings
1386 * Feature 8172: Assignments shouldn't have a "return" value
1387 * Feature 8195: Host/Service runtime macro downtime_depth
1388 * Feature 8226: Make invalid log-severity option output an error instead of a warning
1389 * Feature 8244: Implement keywords to explicitly access globals/locals
1390 * Feature 8259: The check "hostalive" is not working with ipv6
1391 * Feature 8269: Implement the while keyword
1392 * Feature 8277: Add macros $host.check_source$ and $service.check_source$
1393 * Feature 8290: Make operators &&, || behave like in JavaScript
1394 * Feature 8291: Implement validator support for function objects
1395 * Feature 8293: The Zone::global attribute is not documented
1396 * Feature 8316: Extend disk checkcommand
1397 * Feature 8322: Implement Array#join
1398 * Feature 8371: Add path information for objects in object list
1399 * Feature 8374: Add timestamp support for Graphite
1400 * Feature 8386: Add documentation for cli command 'console'
1401 * Feature 8393: Implement support for Json.encode and Json.decode
1402 * Feature 8394: Implement continue/break keywords
1403 * Feature 8399: Backup certificate files in 'node setup'
1404 * Feature 8410: udp check command is missing arguments.
1405 * Feature 8414: Add ITL check command for check_ipmi_sensor
1406 * Feature 8429: add webinject checkcommand
1407 * Feature 8465: Add the ability to use a CA certificate as a way of verifying hosts for CSR autosigning
1408 * Feature 8467: introduce time dependent variable values
1409 * Feature 8498: Snmp CheckCommand misses various options
1410 * Feature 8515: Show slave lag for the cluster-zone check
1411 * Feature 8522: Update Remote Client/Distributed Monitoring Documentation
1412 * Feature 8527: Change Livestatus query log level to 'notice'
1413 * Feature 8548: Add support for else-if
1414 * Feature 8575: Include GDB backtrace in crash reports
1415 * Feature 8599: Remove macro argument for IMPL_TYPE_LOOKUP
1416 * Feature 8600: Add validator for time ranges in ScheduledDowntime objects
1417 * Feature 8610: Support the SNI TLS extension
1418 * Feature 8621: Add check commands for NSClient++
1419 * Feature 8648: Document closures ('use')
1420
1421 #### Bugfixes
1422
1423 * Bug 6171: Remove name and return value for stats functions
1424 * Bug 6959: Scheduled start time will be ignored if the host or service is already in a problem state
1425 * Bug 7311: Invalid macro results in exception
1426 * Bug 7542: Update validators for CustomVarObject
1427 * Bug 7576: validate configured legacy timeperiod ranges
1428 * Bug 7582: Variable expansion is single quoted.
1429 * Bug 7644: Unity build doesn't work with MSVC
1430 * Bug 7647: Avoid rebuilding libbase when the version number changes
1431 * Bug 7731: Reminder notifications not being sent but logged every 5 secs
1432 * Bug 7765: DB IDO: Duplicate entry icinga_{host,service}dependencies
1433 * Bug 7800: Fix the shift/reduce conflicts in the parser
1434 * Bug 7802: Change parameter type for include and include_recursive to T_STRING
1435 * Bug 7808: Unterminated string literals should cause parser to return an error
1436 * Bug 7809: Scoping rules for "for" are broken
1437 * Bug 7810: Return values for functions are broken
1438 * Bug 7811: The __return keyword is broken
1439 * Bug 7812: Validate array subscripts
1440 * Bug 7814: Set expression should check whether LHS is a null pointer
1441 * Bug 7815: - operator doesn't work in expressions
1442 * Bug 7826: Compiler warnings
1443 * Bug 7830: - shouldn't be allowed in identifiers
1444 * Bug 7871: Missing persistent_comment, notify_contact columns for acknowledgement table
1445 * Bug 7894: Fix warnings when using CMake 3.1.0
1446 * Bug 7895: Serialize() fails to serialize objects which don't have a registered type
1447 * Bug 7995: Windows Agent: Missing directory "zones" in setup
1448 * Bug 8018: Value("").IsEmpty() should return true
1449 * Bug 8029: operator precedence for % and > is incorrect
1450 * Bug 8041: len() overflows
1451 * Bug 8061: Confusing error message for import
1452 * Bug 8067: Require at least one user for notification objects (user or as member of user_groups)
1453 * Bug 8076: icinga 2 Config Error needs to be more verbose
1454 * Bug 8081: Location info for strings is incorrect
1455 * Bug 8100: POSTGRES IDO: invalid syntax for integer: "true" while trying to update table icinga_hoststatus
1456 * Bug 8111: User::ValidateFilters isn't being used
1457 * Bug 8117: Agent checks fail when there's already a host with the same name
1458 * Bug 8122: Config file passing validation causes segfault
1459 * Bug 8132: Debug info for indexer is incorrect
1460 * Bug 8136: Icinga crashes when config file name is invalid
1461 * Bug 8164: escaped backslash in string literals
1462 * Bug 8166: parsing include_recursive
1463 * Bug 8173: Segfault on icinga::String::operator= when compiling configuration
1464 * Bug 8175: Compiler warnings
1465 * Bug 8179: Exception on missing config files
1466 * Bug 8184: group assign fails with bad lexical cast when evaluating rules
1467 * Bug 8185: Argument auto-completion doesn't work for short options
1468 * Bug 8211: icinga2 node update should not write config for blacklisted zones/host
1469 * Bug 8230: Lexer term for T_ANGLE_STRING is too aggressive
1470 * Bug 8249: Problems using command_endpoint inside HA zone
1471 * Bug 8257: Report missing command objects on remote agent
1472 * Bug 8260: icinga2 node wizard: Create backups of certificates
1473 * Bug 8289: Livestatus operator =~ is not case-insensitive
1474 * Bug 8294: Running icinga2 command as non privilged user raises error
1475 * Bug 8298: notify flag is ignored in ACKNOWLEDGE_*_PROBLEM commands
1476 * Bug 8300: ApiListener::ReplayLog shouldn't hold mutex lock during call to Socket::Poll
1477 * Bug 8307: PidPath, VarsPath, ObjectsPath and StatePath no longer read from init.conf
1478 * Bug 8309: Crash in ScheduledDowntime::CreateNextDowntime
1479 * Bug 8313: Incorrectly formatted timestamp in .timestamp file
1480 * Bug 8318: Remote Clients: Add manual setup cli commands
1481 * Bug 8323: Apply rule '' for host does not match anywhere!
1482 * Bug 8333: Icinga2 master doesn't change check-status when "accept_commands = true" is not set at client node
1483 * Bug 8372: Stacktrace on Endpoint not belonging to a zone or multiple zones
1484 * Bug 8383: last_hard_state missing in StatusDataWriter
1485 * Bug 8387: StatusDataWriter: Wrong host notification filters (broken fix in #8192)
1486 * Bug 8388: Config sync authoritative file never created
1487 * Bug 8389: Added downtimes must be triggered immediately if checkable is Not-OK
1488 * Bug 8390: Agent writes CR CR LF in synchronized config files
1489 * Bug 8397: Icinga2 config reset after package update (centos6.6)
1490 * Bug 8425: DB IDO: Duplicate entry icinga_scheduleddowntime
1491 * Bug 8433: Make the arguments for the stats functions const-ref
1492 * Bug 8434: Build fails on OpenBSD
1493 * Bug 8436: Indicate that Icinga2 is shutting down in case of a fatal error
1494 * Bug 8438: DB IDO {host,service}checks command_line value is "Object of type 'icinga::Array'"
1495 * Bug 8444: Don't attempt to restore program state from non-existing state file
1496 * Bug 8452: Livestatus query on commands table with custom vars fails
1497 * Bug 8461: Don't request heartbeat messages until after we've synced the log
1498 * Bug 8473: Exception in WorkQueue::StatusTimerHandler
1499 * Bug 8488: Figure out why 'node update-config' becomes slow over time
1500 * Bug 8493: Misleading ApiListener connection log messages on a master (Endpoint vs Zone)
1501 * Bug 8496: Icinga doesn't update long_output in DB
1502 * Bug 8511: Deadlock with DB IDO dump and forcing a scheduled check
1503 * Bug 8517: Config parser fails non-deterministic on Notification missing Checkable
1504 * Bug 8519: apply-for incorrectly converts loop var to string
1505 * Bug 8529: livestatus limit header not working
1506 * Bug 8535: Crash in ApiEvents::RepositoryTimerHandler
1507 * Bug 8536: Valgrind warning for ExternalCommandListener::CommandPipeThread
1508 * Bug 8537: Crash in DbObject::SendStatusUpdate
1509 * Bug 8544: Hosts: process_performance_data = 0 in database even though enable_perfdata = 1 in config
1510 * Bug 8555: Don't accept config updates for zones for which we have an authoritative copy of the config
1511 * Bug 8559: check_memory tool shows incorrect memory size on windows
1512 * Bug 8593: Memory leak in Expression::GetReference
1513 * Bug 8594: Improve Livestatus query performance
1514 * Bug 8596: Dependency: Validate *_{host,service}_name objects on their existance
1515 * Bug 8604: Attribute hints don't work for nested attributes
1516 * Bug 8627: Icinga2 shuts down when service is reloaded
1517 * Bug 8638: Fix a typo in documentation
1518
1519 ### What's New in Version 2.2.4
1520
1521 #### Changes
1522
1523 * Bugfixes
1524
1525 #### Bugfixes
1526
1527 * Bug #6943: Configured recurring downtimes not applied on saturdays
1528 * Bug #7660: livestatus / nsca / etc submits are ignored during reload
1529 * Bug #7685: kUn-Bashify mail-{host,service}-notification.sh
1530 * Bug #8128: Icinga 2.2.2 build fails on SLES11SP3 because of changed boost dependency
1531 * Bug #8131: vfork() hangs on OS X
1532 * Bug #8162: Satellite doesn't use manually supplied 'local zone name'
1533 * Bug #8192: Feature statusdata shows wrong host notification options
1534 * Bug #8201: Update Icinga Web 2 uri to /icingaweb2
1535 * Bug #8214: Fix YAJL detection on Debian squeeze
1536 * Bug #8222: inconsistent URL http(s)://www.icinga.org
1537 * Bug #8223: Typos in readme file for windows plugins
1538 * Bug #8245: check_ssmtp command does NOT support mail_from
1539 * Bug #8256: Restart fails after deleting a Host
1540 * Bug #8288: Crash in DbConnection::ProgramStatusHandler
1541 * Bug #8295: Restart of Icinga hangs
1542 * Bug #8299: Scheduling downtime for host and all services only schedules services
1543 * Bug #8311: Segfault in Checkable::AddNotification
1544 * Bug #8321: enable_event_handlers attribute is missing in status.dat
1545 * Bug #8368: Output in "node wizard" is confusing
1546
1547 ### What's New in Version 2.2.3
1548
1549 #### Changes
1550
1551 * Bugfixes
1552
1553 #### Bugfixes
1554
1555 * Bug #8063: Volatile checks trigger invalid notifications on OK->OK state changes
1556 * Bug #8125: Incorrect ticket shouldn't cause "node wizard" to terminate
1557 * Bug #8126: Icinga 2.2.2 doesn't build on i586 SUSE distributions
1558 * Bug #8143: Windows plugin check_service.exe can't find service NTDS
1559 * Bug #8144: Arguments without values are not used on plugin exec
1560 * Bug #8147: check_interval must be greater than 0 error on update-config
1561 * Bug #8152: DB IDO query queue limit reached on reload
1562 * Bug #8171: Typo in example of StatusDataWriter
1563 * Bug #8178: Icinga 2.2.2 segfaults on FreeBSD
1564 * Bug #8181: icinga2 node update config shows hex instead of human readable names
1565 * Bug #8182: Segfault on update-config old empty config
1566
1567 ### What's New in Version 2.2.2
1568
1569 #### Changes
1570
1571 * Bugfixes
1572
1573 #### Bugfixes
1574
1575 * Bug #7045: icinga2 init-script doesn't validate configuration on reload action
1576 * Bug #7064: Missing host downtimes/comments in Livestatus
1577 * Bug #7301: Docs: Better explaination of dependency state filters
1578 * Bug #7314: double macros in command arguments seems to lead to exception
1579 * Bug #7511: Feature `compatlog' should flush output buffer on every new line
1580 * Bug #7518: update-config fails to create hosts
1581 * Bug #7591: CPU usage at 100% when check_interval = 0 in host object definition
1582 * Bug #7618: Repository does not support services which have a slash in their name
1583 * Bug #7683: If a parent host goes down, the child host isn't marked as unrechable in the db ido
1584 * Bug #7707: "node wizard" shouldn't crash when SaveCert fails
1585 * Bug #7745: Cluster heartbeats need to be more aggressive
1586 * Bug #7769: The unit tests still crash sometimes
1587 * Bug #7863: execute checks locally if command_endpoint == local endpoint
1588 * Bug #7878: Segfault on issuing node update-config
1589 * Bug #7882: Improve error reporting when libmysqlclient or libpq are missing
1590 * Bug #7891: CLI `icinga2 node update-config` doesn't sync configs from remote clients as expected
1591 * Bug #7913: /usr/lib/icinga2 is not owned by a package
1592 * Bug #7914: SUSE packages %set_permissions post statement wasn't moved to common
1593 * Bug #7917: update_config not updating configuration
1594 * Bug #7920: Test Classic UI config file with Apache 2.4
1595 * Bug #7929: Apache 2.2 fails with new apache conf
1596 * Bug #8002: typeof() seems to return null for arrays and dictionaries
1597 * Bug #8003: SIGABRT while evaluating apply rules
1598 * Bug #8028: typeof does not work for numbers
1599 * Bug #8039: Livestatus: Replace unixcat with nc -U
1600 * Bug #8048: Wrong command in documentation for installing Icinga 2 pretty printers.
1601 * Bug #8050: exception during config check
1602 * Bug #8051: Update host examples in Dependencies for Network Reachability documentation
1603 * Bug #8058: DB IDO: Missing last_hard_state column update in {host,service}status tables
1604 * Bug #8059: Unit tests fail on FreeBSD
1605 * Bug #8066: Setting a dictionary key to null does not cause the key/value to be removed
1606 * Bug #8070: Documentation: Add note on default notification interval in getting started notifications.conf
1607 * Bug #8075: No option to specify timeout to check_snmp and snmp manubulon commands
1608
1609 ### What's New in Version 2.2.1
1610
1611 #### Changes
1612
1613 * Support arrays in [command argument macros](#command-passing-parameters) #6709
1614     * Allows to define multiple parameters for [nrpe -a](#plugin-check-command-nrpe), [nscp -l](#plugin-check-command-nscp), [disk -p](#plugin-check-command-disk), [dns -a](#plugin-check-command-dns).
1615 * Bugfixes
1616
1617 #### Features
1618
1619 * Feature #6709: Support for arrays in macros
1620 * Feature #7463: Update spec file to use yajl-devel
1621 * Feature #7739: The classicui Apache conf doesn't support Apache 2.4
1622 * Feature #7747: Increase default timeout for NRPE checks
1623 * Feature #7867: Document how arrays in macros work
1624
1625 #### Bugfixes
1626
1627 * Bug #7173: service icinga2 status gives wrong information when run as unprivileged user
1628 * Bug #7602: livestatus large amount of submitting unix socket command results in broken pipes
1629 * Bug #7613: icinga2 checkconfig should fail if group given for command files does not exist
1630 * Bug #7671: object and template with the same name generate duplicate object error
1631 * Bug #7708: Built-in commands shouldn't be run on the master instance in remote command execution mode
1632 * Bug #7725: Windows wizard uses incorrect CLI command
1633 * Bug #7726: Windows wizard is missing --zone argument
1634 * Bug #7730: Restart Icinga - Error Restoring program state from file '/var/lib/icinga2/icinga2.state'
1635 * Bug #7735: 2.2.0 has out-of-date icinga2 man page
1636 * Bug #7738: Systemd rpm scripts are run in wrong package
1637 * Bug #7740: /usr/sbin/icinga-prepare-dirs conflicts in the bin and common package
1638 * Bug #7741: Icinga 2.2 misses the build requirement libyajl-devel for SUSE distributions
1639 * Bug #7743: Icinga2 node add failed with unhandled exception
1640 * Bug #7754: Incorrect error message for localhost
1641 * Bug #7770: Objects created with node update-config can't be seen in Classic UI
1642 * Bug #7786: Move the icinga2-prepare-dirs script elsewhere
1643 * Bug #7806: !in operator returns incorrect result
1644 * Bug #7828: Verify if master radio box is disabled in the Windows wizard
1645 * Bug #7847: Wrong information in section "Linux Client Setup Wizard for Remote Monitoring"
1646 * Bug #7862: Segfault in CA handling
1647 * Bug #7868: Documentation: Explain how unresolved macros are handled
1648 * Bug #7890: Wrong permission in run directory after restart
1649 * Bug #7896: Fix Apache config in the Debian package
1650
1651 ### What's New in Version 2.2.0
1652
1653 #### Changes
1654
1655 * DB IDO schema update to version `1.12.0`
1656     * schema files in `lib/db_ido_{mysql,pgsql}/schema` (source)
1657     * Table `programstatus`: New column `program_version`
1658     * Table `customvariables` and `customvariablestatus`: New column `is_json` (required for custom attribute array/dictionary support)
1659 * New features
1660     * [GelfWriter](#gelfwriter): Logging check results, state changes, notifications to GELF (graylog2, logstash) #7619
1661     * Agent/Client/Node framework #7249
1662     * Windows plugins for the client/agent parts #7242 #7243
1663 * New CLI commands #7245
1664     * `icinga2 feature {enable,disable}` replaces `icinga2-{enable,disable}-feature` script  #7250
1665     * `icinga2 object list` replaces `icinga2-list-objects` script  #7251
1666     * `icinga2 pki` replaces` icinga2-build-{ca,key}` scripts  #7247
1667     * `icinga2 repository` manages `/etc/icinga2/repository.d` which must be included in `icinga2.conf` #7255
1668     * `icinga2 node` cli command provides node (master, satellite, agent) setup (wizard) and management functionality #7248
1669     * `icinga2 daemon` for existing daemon arguments (`-c`, `-C`). Removed `-u` and `-g` parameters in favor of [init.conf](#init-conf).
1670     * bash auto-completion & terminal colors #7396
1671 * Configuration
1672     * Former `localhost` example host is now defined in [hosts.conf](#hosts-conf) #7594
1673     * All example services moved into advanced apply rules in [services.conf](#services-conf)
1674     * Updated downtimes configuration example in [downtimes.conf](#downtimes-conf) #7472
1675     * Updated notification apply example in [notifications.conf](#notifications-conf) #7594
1676     * Support for object attribute 'zone' #7400
1677     * Support setting [object variables in apply rules](#dependencies-apply-custom-attributes) #7479
1678     * Support arrays and dictionaries in [custom attributes](#custom-attributes-apply) #6544 #7560
1679     * Add [apply for rules](#using-apply-for) for advanced dynamic object generation #7561
1680     * New attribute `accept_commands` for [ApiListener](#objecttype-apilistener) #7559
1681     * New [init.conf](#init-conf) file included first containing new constants `RunAsUser` and `RunAsGroup`.
1682 * Cluster
1683     * Add [CSR Auto-Signing support](#csr-autosigning-requirements) using generated ticket #7244
1684     * Allow to [execute remote commands](#icinga2-remote-monitoring-client-command-execution) on endpoint clients #7559
1685 * Perfdata
1686     * [PerfdataWriter](#writing-performance-data-files): Don't change perfdata, pass through from plugins #7268
1687     * [GraphiteWriter](#graphite-carbon-cache-writer): Add warn/crit/min/max perfdata and downtime_depth stats values #7366 #6946
1688 * Packages
1689     * `python-icinga2` package dropped in favor of integrated cli commands #7245
1690     * Windows Installer for the agent parts #7243
1691
1692 > **Note**
1693 >
1694 >  Please remove `conf.d/hosts/localhost*` after verifying your updated configuration!
1695
1696 #### Features
1697
1698 * Feature #6544: Support for array in custom variable.
1699 * Feature #6946: Add downtime depth as statistic metric for GraphiteWriter
1700 * Feature #7187: Document how to use multiple assign/ignore statements with logical "and" & "or"
1701 * Feature #7199: Cli commands: add filter capability to 'object list'
1702 * Feature #7241: Windows Wizard
1703 * Feature #7242: Windows plugins
1704 * Feature #7243: Windows installer
1705 * Feature #7244: CSR auto-signing
1706 * Feature #7245: Cli commands
1707 * Feature #7246: Cli command framework
1708 * Feature #7247: Cli command: pki
1709 * Feature #7248: Cli command: Node
1710 * Feature #7249: Node Repository
1711 * Feature #7250: Cli command: Feature
1712 * Feature #7251: Cli command: Object
1713 * Feature #7252: Cli command: SCM
1714 * Feature #7253: Cli Commands: Node Repository Blacklist & Whitelist
1715 * Feature #7254: Documentation: Agent/Satellite Setup
1716 * Feature #7255: Cli command: Repository
1717 * Feature #7262: macro processor needs an array printer
1718 * Feature #7319: Documentation: Add support for locally-scoped variables for host/service in applied Dependency
1719 * Feature #7334: GraphiteWriter: Add support for customized metric prefix names
1720 * Feature #7356: Documentation: Cli Commands
1721 * Feature #7366: GraphiteWriter: Add warn/crit/min/max perfdata values if existing
1722 * Feature #7370: CLI command: variable
1723 * Feature #7391: Add program_version column to programstatus table
1724 * Feature #7396: Implement generic color support for terminals
1725 * Feature #7400: Remove zone keyword and allow to use object attribute 'zone'
1726 * Feature #7415: CLI: List disabled features in feature list too
1727 * Feature #7421: Add -h next to --help
1728 * Feature #7423: Cli command: Node Setup
1729 * Feature #7452: Replace cJSON with a better JSON parser
1730 * Feature #7465: Cli command: Node Setup Wizard (for Satellites and Agents)
1731 * Feature #7467: Remove virtual agent name feature for localhost
1732 * Feature #7472: Update downtimes.conf example config
1733 * Feature #7478: Documentation: Mention 'icinga2 object list' in config validation
1734 * Feature #7479: Set host/service variable in apply rules
1735 * Feature #7480: Documentation: Add host/services variables in apply rules
1736 * Feature #7504: Documentation: Revamp getting started with 1 host and multiple (service) applies
1737 * Feature #7514: Documentation: Move troubleshooting after the getting started chapter
1738 * Feature #7524: Documentation: Explain how to manage agent config in central repository
1739 * Feature #7543: Documentation for arrays & dictionaries in custom attributes and their usage in apply rules for
1740 * Feature #7559: Execute remote commands on the agent w/o local objects by passing custom attributes
1741 * Feature #7560: Support dictionaries in custom attributes
1742 * Feature #7561: Generate objects using apply with foreach in arrays or dictionaries (key => value)
1743 * Feature #7566: Implement support for arbitrarily complex indexers
1744 * Feature #7594: Revamp sample configuration: add NodeName host, move services into apply rules schema
1745 * Feature #7596: Plugin Check Commands: disk is missing '-p', 'x' parameter
1746 * Feature #7619: Add GelfWriter for writing log events to graylog2/logstash
1747 * Feature #7620: Documentation: Update Icinga Web 2 installation
1748 * Feature #7622: Icinga 2 should use less RAM
1749 * Feature #7680: Conditionally enable MySQL and PostgresSQL, add support for FreeBSD and DragonFlyBSD
1750
1751 #### Bugfixes
1752
1753 * Bug #6547: delaying notifications with times.begin should postpone first notification into that window
1754 * Bug #7257: default value for "disable_notifications" in service dependencies is set to "false"
1755 * Bug #7268: Icinga2 changes perfdata order and removes maximum
1756 * Bug #7272: icinga2 returns exponential perfdata format with check_nt
1757 * Bug #7275: snmp-load checkcommand has wrong threshold syntax
1758 * Bug #7276: SLES (Suse Linux Enterprise Server) 11 SP3 package dependency failure
1759 * Bug #7302: ITL: check_procs and check_http are missing arguments
1760 * Bug #7324: config parser crashes on unknown attribute in assign
1761 * Bug #7327: Icinga2 docs: link supported operators from sections about apply rules
1762 * Bug #7331: Error messages for invalid imports missing
1763 * Bug #7338: Docs: Default command timeout is 60s not 5m
1764 * Bug #7339: Importing a CheckCommand in a NotificationCommand results in an exception without stacktrace.
1765 * Bug #7349: Documentation: Wrong check command for snmp-int(erface)
1766 * Bug #7351: snmp-load checkcommand has a wrong "-T" param value
1767 * Bug #7359: Setting snmp_v2 can cause snmp-manubulon-command derived checks to fail
1768 * Bug #7365: Typo for "HTTP Checks" match in groups.conf
1769 * Bug #7369: Fix reading perfdata in compat/checkresultreader
1770 * Bug #7372: custom attribute name 'type' causes empty vars dictionary
1771 * Bug #7373: Wrong usermod command for external command pipe setup
1772 * Bug #7378: Commands are auto-completed when they shouldn't be
1773 * Bug #7379: failed en/disable feature should return error
1774 * Bug #7380: Debian package root permissions interfere with icinga2 cli commands as icinga user
1775 * Bug #7392: Schema upgrade files are missing in /usr/share/icinga2-ido-{mysql,pgsql}
1776 * Bug #7417: CMake warnings on OS X
1777 * Bug #7428: Documentation: 1-about contribute links to non-existing report a bug howto
1778 * Bug #7433: Unity build fails on RHEL 5
1779 * Bug #7446: When replaying logs the secobj attribute is ignored
1780 * Bug #7473: Performance data via API is broken
1781 * Bug #7475: can't assign Service to Host in nested HostGroup
1782 * Bug #7477: Fix typos and other small corrections in documentation
1783 * Bug #7482: OnStateLoaded isn't called for objects which don't have any state
1784 * Bug #7483: Hosts/services should not have themselves as parents
1785 * Bug #7495: Utility::GetFQDN doesn't work on OS X
1786 * Bug #7503: Icinga2 fails to start due to configuration errors
1787 * Bug #7520: Use ScriptVariable::Get for RunAsUser/RunAsGroup
1788 * Bug #7536: Object list dump erraneously evaluates template definitions
1789 * Bug #7537: Nesting an object in a template causes the template to become non-abstract
1790 * Bug #7538: There is no __name available to nested objects
1791 * Bug #7573: link missing in documentation about livestatus
1792 * Bug #7577: Invalid checkresult object causes Icinga 2 to crash
1793 * Bug #7579: only notify users on recovery which have been notified before (not-ok state)
1794 * Bug #7585: Nested templates do not work (anymore)
1795 * Bug #7586: Exception when executing check
1796 * Bug #7597: Compilation Error with boost 1.56 under Windows
1797 * Bug #7599: Plugin execution on Windows does not work
1798 * Bug #7617: mkclass crashes when called without arguments
1799 * Bug #7623: Missing state filter 'OK' must not prevent recovery notifications being sent
1800 * Bug #7624: Installation on Windows fails
1801 * Bug #7625: IDO module crashes on Windows
1802 * Bug #7646: Get rid of static boost::mutex variables
1803 * Bug #7648: Unit tests fail to run
1804 * Bug #7650: Wrong set of dependency state when a host depends on a service
1805 * Bug #7681: CreateProcess fails on Windows 7
1806 * Bug #7688: DebugInfo is missing for nested dictionaries
1807
1808
1809 ### What's New in Version 2.1.1
1810
1811 #### Features
1812
1813 * Feature #6719: Change log message for checking/sending notifications
1814 * Feature #7028: Document how to use @ to escape keywords
1815 * Feature #7033: Add include guards for mkclass files
1816 * Feature #7034: Ensure that namespaces for INITIALIZE_ONCE and REGISTER_TYPE are truly unique
1817 * Feature #7035: Implement support for unity builds
1818 * Feature #7039: Figure out a better way to set the version for snapshot builds
1819 * Feature #7040: Unity builds: Detect whether __COUNTER__ is available
1820 * Feature #7041: Enable unity build for RPM/Debian packages
1821 * Feature #7070: Explain event commands and their integration by a real life example (httpd restart via ssh)
1822 * Feature #7158: Extend documentation for icinga-web on Debian systems
1823
1824 #### Bugfixes
1825
1826 * Bug #6147: Link libcJSON against libm
1827 * Bug #6696: make test fails on openbsd
1828 * Bug #6841: Too many queued messages
1829 * Bug #6862: SSL_read errors during restart
1830 * Bug #6981: SSL errors with interleaved SSL_read/write
1831 * Bug #7029: icinga2.spec: files-attr-not-set for python-icinga2 package
1832 * Bug #7032: "Error parsing performance data" in spite of "enable_perfdata = false"
1833 * Bug #7036: Remove validator for the Script type
1834 * Bug #7037: icinga2-list-objects doesn't work with Python 3
1835 * Bug #7038: Fix rpmlint errors
1836 * Bug #7042: icinga2-list-objects complains about Umlauts and stops output
1837 * Bug #7044: icinga2 init-script terminates with exit code 0 if $DAEMON is not in place or not executable
1838 * Bug #7047: service icinga2 status - prints cat error if the service is stopped
1839 * Bug #7058: Exit code is not initialized for some failed checks
1840 * Bug #7065: pipe2 returns ENOSYS on GNU Hurd and Debian kfreebsd
1841 * Bug #7072: GraphiteWriter should ignore empty perfdata value
1842 * Bug #7080: Missing differentiation between service and systemctl
1843 * Bug #7096: new SSL Errors with too many queued messages
1844 * Bug #7115: Build fails on Haiku
1845 * Bug #7123: Manubulon-Plugin conf Filename wrong
1846 * Bug #7139: GNUInstallDirs.cmake outdated
1847 * Bug #7167: Segfault using cluster in TlsStream::IsEof
1848 * Bug #7168: fping4 doesn't work correctly with the shipped command-plugins.conf
1849 * Bug #7186: Livestatus hangs from time to time
1850 * Bug #7195: fix memory leak ido_pgsql
1851 * Bug #7210: clarify on db ido upgrades
1852
1853 ### What's New in Version 2.1.0
1854
1855 #### Changes
1856
1857 * DB IDO schema upgrade ([MySQL](#upgrading-mysql-db),[PostgreSQL](#upgrading-postgresql-db) required!
1858     * new schema version: **1.11.7**
1859     * RPMs install the schema files into `/usr/share/icinga2-ido*` instead of `/usr/share/doc/icinga2-ido*` #6881
1860 * [Information for config objects](#list-configuration-objects) using `icinga2-list-objects` script #6702
1861 * Add Python 2.4 as requirement #6702
1862 * Add search path: If `-c /etc/icinga2/icinga2.conf` is omitted, use `SysconfDir + "/icinga2/icinga2.conf"` #6874
1863 * Change log level for failed commands #6751
1864 * Notifications are load-balanced in a [High Availability cluster setup](#high-availability-notifications) #6203
1865     * New config attribute: `enable_ha`
1866 * DB IDO "run once" or "run everywhere" mode in a [High Availability cluster setup](#high-availability-db-ido) #6203 #6827
1867     * New config attributes: `enable_ha` and `failover_timeout`
1868 * RPMs use the `icingacmd` group for /var/{cache,log,run}/icinga2 #6948
1869
1870 #### Features
1871
1872 * Feature #5219: Cluster support for modified attributes
1873 * Feature #6066: Better log messages for cluster changes
1874 * Feature #6203: Better cluster support for notifications / IDO
1875 * Feature #6205: Log replay sends messages to instances which shouldn't get those messages
1876 * Feature #6702: Information for config objects
1877 * Feature #6704: Release 2.1
1878 * Feature #6751: Change log level for failed commands
1879 * Feature #6874: add search path for icinga2.conf
1880 * Feature #6898: Enhance logging for perfdata/graphitewriter
1881 * Feature #6919: Clean up spec file
1882 * Feature #6920: Recommend related packages on SUSE distributions
1883 * API - Bug #6998: ApiListener ignores bind_host attribute
1884 * DB IDO - Feature #6827: delay ido connect in ha cluster
1885 * Documentation - Bug #6870: Wrong object attribute 'enable_flap_detection'
1886 * Documentation - Bug #6878: Wrong parent in Load Distribution
1887 * Documentation - Bug #6909: clarify on which config tools are available
1888 * Documentation - Bug #6968: Update command arguments 'set_if' and beautify error message
1889 * Documentation - Bug #6995: Keyword "required" used inconsistently for host and service "icon_image*" attributes
1890 * Documentation - Feature #6651: Migration: note on check command timeouts
1891 * Documentation - Feature #6703: Documentation for zones and cluster permissions
1892 * Documentation - Feature #6743: Better explanation for HA config cluster
1893 * Documentation - Feature #6839: Explain how the order attribute works in commands
1894 * Documentation - Feature #6864: Add section for reserved keywords
1895 * Documentation - Feature #6867: add section about disabling re-notifications
1896 * Documentation - Feature #6869: Add systemd options: enable, journal
1897 * Documentation - Feature #6922: Enhance Graphite Writer description
1898 * Documentation - Feature #6949: Add documentation for icinga2-list-objects
1899 * Documentation - Feature #6997: how to add a new cluster node
1900 * Documentation - Feature #7018: add example selinux policy for external command pipe
1901 * Plugins - Feature #6650: Plugin Check Commands: add manubulon snmp plugins
1902
1903 #### Bugfixes
1904
1905 * Bug #6881: make install does not install the db-schema
1906 * Bug #6915: use _rundir macro for configuring the run directory
1907 * Bug #6916: External command pipe: Too many open files
1908 * Bug #6917: enforce /usr/lib as base for the cgi path on SUSE distributions
1909 * Bug #6942: ExternalCommandListener fails open pipe: Too many open files
1910 * Bug #6948: check file permissions in /var/cache/icinga2
1911 * Bug #6962: Commands are processed multiple times
1912 * Bug #6964: Host and service checks stuck in "pending" when hostname = localhost a parent/satellite setup
1913 * Bug #7001: Build fails with Boost 1.56
1914 * Bug #7016: 64-bit RPMs are not installable
1915
1916 ### What's New in Version 2.0.2
1917
1918 #### Changes
1919
1920 * DB IDO schema upgrade required (new schema version: 1.11.6)
1921
1922 #### Features
1923
1924 * Feature #5818: SUSE packages
1925 * Feature #6655: Build packages for el7
1926 * Feature #6688: Rename README to README.md
1927 * Feature #6698: Require command to be an array when the arguments attribute is used
1928 * Feature #6700: Release 2.0.2
1929 * Feature #6783: Print application paths for --version
1930 * DB IDO - Bug #6414: objects and their ids are inserted twice
1931 * DB IDO - Bug #6608: Two Custom Variables with same name, but Upper/Lowercase creating IDO duplicate entry
1932 * DB IDO - Bug #6646: NULL vs empty string
1933 * DB IDO - Bug #6850: exit application if ido schema version does not match
1934 * Documentation - Bug #6652: clarify on which features are required for classic ui/web/web2
1935 * Documentation - Bug #6708: update installation with systemd usage
1936 * Documentation - Bug #6711: icinga Web: wrong path to command pipe
1937 * Documentation - Bug #6725: Missing documentation about implicit dependency
1938 * Documentation - Bug #6728: wrong path for the file 'localhost.conf'
1939 * Migration - Bug #6558: group names quoted twice in arrays
1940 * Migration - Bug #6560: Service dependencies aren't getting converted properly
1941 * Migration - Bug #6561: $TOTALHOSTSERVICESWARNING$ and $TOTALHOSTSERVICESCRITICAL$ aren't getting converted
1942 * Migration - Bug #6563: Check and retry intervals are incorrect
1943 * Migration - Bug #6786: Fix notification definition if no host_name / service_description given
1944 * Plugins - Feature #6695: Plugin Check Commands: Add expect option to check_http
1945 * Plugins - Feature #6791: Plugin Check Commands: Add timeout option to check_ssh
1946
1947 #### Bugfixes
1948
1949 * Bug #6450: ipmi-sensors segfault due to stack size
1950 * Bug #6479: Notifications not always triggered
1951 * Bug #6501: Classic UI Debian/Ubuntu: apache 2.4 requires 'a2enmod cgi' & apacheutils installed
1952 * Bug #6548: Add cmake constant for PluginDir
1953 * Bug #6549: GraphiteWriter regularly sends empty lines
1954 * Bug #6550: add log message for invalid performance data
1955 * Bug #6589: Command pipe blocks when trying to open it more than once in parallel
1956 * Bug #6621: Infinite loop in TlsStream::Close
1957 * Bug #6627: Location of the run directory is hard coded and bound to "local_state_dir"
1958 * Bug #6659: RPMLint security warning - missing-call-to-setgroups-before-setuid /usr/sbin/icinga2
1959 * Bug #6682: Missing detailed error messages on ApiListener SSL Errors
1960 * Bug #6686: Event Commands are triggered in OK HARD state everytime
1961 * Bug #6687: Remove superfluous quotes and commas in dictionaries
1962 * Bug #6713: sample config: add check commands location hint (itl/plugin check commands)
1963 * Bug #6718: "order" attribute doesn't seem to work as expected
1964 * Bug #6724: TLS Connections still unstable in 2.0.1
1965 * Bug #6756: GraphiteWriter: Malformatted integer values
1966 * Bug #6765: Config validation without filename argument fails with unhandled exception
1967 * Bug #6768: Repo Error on RHEL 6.5
1968 * Bug #6773: Order doesn't work in check ssh command
1969 * Bug #6782: The "ssl" check command always sets -D
1970 * Bug #6790: Service icinga2 reload command does not cause effect
1971 * Bug #6809: additional group rights missing when Icinga started with -u and -g
1972 * Bug #6810: High Availablity does not synchronise the data like expected
1973 * Bug #6820: Icinga 2 crashes during startup
1974 * Bug #6821: [Patch] Fix build issue and crash found on Solaris, potentially other Unix OSes
1975 * Bug #6825: incorrect sysconfig path on sles11
1976 * Bug #6832: Remove if(NOT DEFINED ICINGA2_SYSCONFIGFILE) in etc/initsystem/CMakeLists.txt
1977 * Bug #6840: Missing space in error message
1978 * Bug #6849: Error handler for getaddrinfo must use gai_strerror
1979 * Bug #6852: Startup logfile is not flushed to disk
1980 * Bug #6856: event command execution does not call finish handler
1981 * Bug #6861: write startup error messages to error.log
1982
1983 ### What's New in Version 2.0.1
1984
1985 #### Features
1986
1987 * Feature #6531: Add port option to check imap/pop/smtp and a new dig
1988 * Feature #6581: Add more options to snmp check
1989 * DB IDO - Bug #5577: PostgreSQL string escaping
1990 * DB IDO - Bug #6577: icinga2-ido-pgsql snapshot package missing dependecy dbconfig-common
1991 * Documentation - Bug #6506: Array section confusing
1992 * Documentation - Bug #6592: Documentation for || and && is missing
1993 * Documentation - Feature #6658: change docs.icinga.org/icinga2/latest to git master
1994 * Livestatus - Bug #6494: Thruk Panorama View cannot query Host Status
1995 * Livestatus - Feature #5312: OutputFormat python
1996 * Migration - Bug #6559: $SERVICEDESC$ isn't getting converted correctly
1997
1998 #### Bugfixes
1999
2000 * Bug #6316: application fails to start on wrong log file permissions but does not tell about it
2001 * Bug #6368: Deadlock in ApiListener::RelayMessage
2002 * Bug #6373: base64 on CentOS 5 fails to read certificate bundles
2003 * Bug #6388: Debian package icinga2-classicui needs versioned dependency of icinga-cgi*
2004 * Bug #6488: build warnings
2005 * Bug #6492: icinga2.state could not be opened
2006 * Bug #6493: Copyright problems
2007 * Bug #6498: icinga2 cannot be built with both systemd and init.d files
2008 * Bug #6510: Reminder notifications are sent on disabled services
2009 * Bug #6526: htpasswd should be installed with icinga2-classicui on Ubuntu
2010 * Bug #6529: parsing of double defined command can generate unexpected errors
2011 * Bug #6537: Icinga doesn't send SetLogPosition messages when one of the endpoints fails to connect
2012 * Bug #6551: Improve systemd service definition
2013 * Bug #6565: Dependencies should cache their parent and child object
2014 * Bug #6574: Check command result doesn't match
2015 * Bug #6576: Remove line number information from stack traces
2016 * Bug #6588: Notifications causing segfault from exim
2017 * Bug #6605: Please add --sni option to http check command
2018 * Bug #6612: Icinga stops updating IDO after a while
2019 * Bug #6617: TLS connections are still unstable
2020 * Bug #6620: icinga2-build-ca shouldn't prompt for DN
2021 * Bug #6622: icinga2-sign-key creates ".crt" and ".key" files when the CA passphrase is invalid
2022 * Bug #6657: ICINGA2_SYSCONFIGFILE should use full path using CMAKE_INSTALL_FULL_SYSCONFDIR
2023 * Bug #6662: Increase icinga.cmd Limit
2024 * Bug #6665: Build fails when MySQL is not installed
2025 * Bug #6671: enabled_notification doesn't work as expected
2026 * Bug #6672: Icinga crashes after "Too many queued messages"
2027 * Bug #6673: enable_notifications = false for users has no effect
2028