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