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