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