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