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