]>
granicus.if.org Git - icinga2/log
Gunnar Beutner [Thu, 12 May 2016 09:49:08 +0000 (11:49 +0200)]
Release version 2.4.8
Gunnar Beutner [Thu, 12 May 2016 12:00:19 +0000 (14:00 +0200)]
Fix race condition in ConfigObject::SetAuthority
fixes #11784
Gunnar Beutner [Thu, 12 May 2016 11:46:22 +0000 (13:46 +0200)]
Fix incorrect re-scheduling behavior for command_endpoint checks
refs #8137
Gunnar Beutner [Thu, 12 May 2016 09:07:47 +0000 (11:07 +0200)]
Fix incorrect filter in pick.py
fixes #11782
Michael Friedrich [Thu, 12 May 2016 08:57:51 +0000 (10:57 +0200)]
Update documentation for /v1/actions/remove-downtime
refs #11779
Gunnar Beutner [Thu, 12 May 2016 08:24:15 +0000 (10:24 +0200)]
Fix incorrect variable names for joined fields in filter expressions
fixes #11779
Gunnar Beutner [Wed, 11 May 2016 16:12:20 +0000 (18:12 +0200)]
Revert "Implement unit tests for the time period parser"
This reverts commit
1246d7dda334859ee136198b8285f5f4f9504b59 .
refs #11146
Michael Friedrich [Wed, 11 May 2016 14:52:52 +0000 (16:52 +0200)]
Add the category to the generated changelog
fixes #11768
Michael Friedrich [Wed, 11 May 2016 14:12:09 +0000 (16:12 +0200)]
Fix possible crash in Add{Comment,Downtime}
refs #11112
Gunnar Beutner [Wed, 11 May 2016 14:07:28 +0000 (16:07 +0200)]
Report failed reload attempts for the icinga check
fixes #9060
fixes #9997
fixes #11129
Gunnar Beutner [Wed, 11 May 2016 12:13:05 +0000 (14:13 +0200)]
Fix incorrect calculation in Downtime::IsInEffect
fixes #11589
Michael Friedrich [Wed, 11 May 2016 12:03:40 +0000 (14:03 +0200)]
Ensure that program status updates are immediately updated in DB IDO
fixes #11767
Gunnar Beutner [Wed, 11 May 2016 11:04:39 +0000 (13:04 +0200)]
Improve timing behavior for UpdateObjectAuthority calls
refs #11765
Gunnar Beutner [Wed, 11 May 2016 10:50:08 +0000 (12:50 +0200)]
Only activate HARunOnce objects once there's a cluster connection
fixes #11765
Michael Friedrich [Mon, 9 May 2016 14:14:48 +0000 (16:14 +0200)]
Fix overloaded command pipe errors
fixes #11390
Gunnar Beutner [Wed, 11 May 2016 08:09:54 +0000 (10:09 +0200)]
Improve error handling for TlsStream::Handshake
fixes #11046
Gunnar Beutner [Wed, 11 May 2016 07:48:18 +0000 (09:48 +0200)]
Make sure that object names aren't empty
fixes #9989
Gunnar Beutner [Wed, 11 May 2016 07:32:37 +0000 (09:32 +0200)]
Update .mailmap for Jason Youngh
refs #9236
Jason Young [Mon, 14 Sep 2015 01:05:32 +0000 (21:05 -0400)]
Throw exception if PerfdataWriter::RotateFile fails to rename from host_temp_path to host_perfdata_path (and same for service)
This can happen if the two paths are not on the same mount-point.
fixes #9236
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
Gunnar Beutner [Wed, 11 May 2016 07:23:55 +0000 (09:23 +0200)]
Fix: "day -X" time specifications are parsed incorrectly
fixes #11147
Adam James [Wed, 11 May 2016 06:55:08 +0000 (08:55 +0200)]
Implement unit tests for the time period parser
fixes #11146
Gunnar Beutner [Thu, 21 Apr 2016 17:03:57 +0000 (19:03 +0200)]
Improve validation for flow control statements
fixes #11622
Michael Friedrich [Tue, 10 May 2016 13:16:35 +0000 (15:16 +0200)]
API: Fix error handling for invalid JSON request body
fixes #11757
Michael Friedrich [Tue, 10 May 2016 11:42:05 +0000 (13:42 +0200)]
API: Fix error message handling for invalid attributes in PUT requests
refs #11396
Michael Friedrich [Tue, 10 May 2016 09:44:14 +0000 (11:44 +0200)]
Move CalculateExecutionTime and CalculateLatency into the CheckResult class
fixes #11751
Gunnar Beutner [Tue, 10 May 2016 09:12:37 +0000 (11:12 +0200)]
Implement support for limiting the number of concurrent checks
fixes #8137
Gunnar Beutner [Tue, 10 May 2016 07:44:41 +0000 (09:44 +0200)]
Fix crash in UnameHelper()
fixes #11714
Gunnar Beutner [Tue, 10 May 2016 05:05:10 +0000 (07:05 +0200)]
Remove unused cluster commands
fixes #11748
Michael Friedrich [Mon, 9 May 2016 15:42:56 +0000 (17:42 +0200)]
Docs: Add a note for event command execution w/ command execution bridge clients
fixes #11742
Michael Friedrich [Mon, 9 May 2016 13:08:35 +0000 (15:08 +0200)]
API: Fix error message with PUT requests for existing objects
fixes #11396
Gunnar Beutner [Mon, 9 May 2016 11:48:30 +0000 (13:48 +0200)]
Make sure the dependency graph is properly updated when adding and removing objects
fixes #11686
fixes #11374
Michael Friedrich [Fri, 6 May 2016 14:05:40 +0000 (16:05 +0200)]
'disk' CheckCommand: Exclude 'cgroup' and 'tracefs' by default
fixes #11720
Lee Clemens [Thu, 21 Jan 2016 02:51:00 +0000 (21:51 -0500)]
Add SSL support for the IdoMysqlConnection feature
fixes #9725
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Simon Murray [Tue, 19 Apr 2016 11:54:41 +0000 (12:54 +0100)]
Add InfluxDB Writer
Adds an Icinga2 object to directly interface with InfluxDB's native HTTP API.
This supports optional basic authorization, and TLS transport. InfluxDB didn't
appear to like having the TLS stream kept open, so instead this object buffers
data points which are then flushed to InfluxDB as a batch write, either driven
by a configurable timeout or threshold.
As InfluxDB is a schema-less database the host and service templates are user
configurable allowing both the measurement field and tags to be set by the
end user via macro expansion. This allows access to tag fields from arbitrary
data associated with host.vars or service.vars. If a particular value is
unable to be resolved, the tag will be dropped and not transmitted to InfluxDB.
Also alters URL handling to omit array brackets when only a single value is
attached to a key, otherwise InfluxDB has a strop with non-standard syntax.
fixes #10480
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Michael Friedrich [Thu, 31 Mar 2016 11:29:08 +0000 (13:29 +0200)]
Remove commentsand downtimes with reference to deleted checkable objects
Silence the warning message and change the log level to notice as well.
fixes #10717
Michael Friedrich [Mon, 2 May 2016 13:32:46 +0000 (15:32 +0200)]
Fix: Expired downtimes are not removed
fixes #11711
Jean Flach [Mon, 25 Apr 2016 14:52:09 +0000 (16:52 +0200)]
Fix external commands comments crashing icinga
Now an exception will be thrown when AddSvcComment or AddHostComment are
run with and empty Author or comment
fixes #11112
Gunnar Beutner [Fri, 22 Apr 2016 11:49:09 +0000 (13:49 +0200)]
Remove the (unused) 'inherits' keyword
fixes #11659
Michael Friedrich [Fri, 22 Apr 2016 09:00:21 +0000 (11:00 +0200)]
Fix crash with empty ScheduledDowntime 'ranges' attribute
fixes #11158
Gunnar Beutner [Thu, 21 Apr 2016 13:44:51 +0000 (15:44 +0200)]
Implement SNI support for the CLI commands
fixes #11651
Gunnar Beutner [Thu, 21 Apr 2016 13:25:57 +0000 (15:25 +0200)]
Implement support for subjectAltName in SSL certificates
fixes #11556
Gunnar Beutner [Thu, 21 Apr 2016 12:04:42 +0000 (14:04 +0200)]
Fix incorrect links in the documentation
refs #9839
Michael Friedrich [Thu, 21 Apr 2016 12:03:42 +0000 (14:03 +0200)]
Update chocolatey packages and RELEASE.md
fixes #11647
Gunnar Beutner [Thu, 21 Apr 2016 11:50:47 +0000 (13:50 +0200)]
Implement validation for the Logger#severity attribute
fixes #11646
Gunnar Beutner [Thu, 21 Apr 2016 11:31:12 +0000 (13:31 +0200)]
Add documentation for the DateTime type
fixes #9839
Gunnar Beutner [Thu, 21 Apr 2016 10:53:55 +0000 (12:53 +0200)]
Fix incorrect chapter headers
fixes #11645
Gunnar Beutner [Thu, 21 Apr 2016 10:34:24 +0000 (12:34 +0200)]
Merge branch 'support/2.4'
Gunnar Beutner [Thu, 21 Apr 2016 10:32:26 +0000 (12:32 +0200)]
Release version 2.4.7
Gunnar Beutner [Thu, 21 Apr 2016 07:51:11 +0000 (09:51 +0200)]
Update RELEASE.md
refs #11638
Gunnar Beutner [Thu, 21 Apr 2016 10:32:26 +0000 (12:32 +0200)]
Release version 2.4.7
Gunnar Beutner [Thu, 21 Apr 2016 07:17:40 +0000 (09:17 +0200)]
Fix crash in Ido{Mysql,Pgsql}Connection::ExecuteMultipleQueries
fixes #11639
Gunnar Beutner [Thu, 21 Apr 2016 07:51:11 +0000 (09:51 +0200)]
Update RELEASE.md
refs #11638
Gunnar Beutner [Thu, 21 Apr 2016 07:17:40 +0000 (09:17 +0200)]
Fix crash in Ido{Mysql,Pgsql}Connection::ExecuteMultipleQueries
fixes #11639
Gunnar Beutner [Wed, 20 Apr 2016 16:50:52 +0000 (18:50 +0200)]
Merge branch 'support/2.4'
Gunnar Beutner [Wed, 20 Apr 2016 16:45:54 +0000 (18:45 +0200)]
Release version 2.4.6
Gunnar Beutner [Wed, 20 Apr 2016 16:45:54 +0000 (18:45 +0200)]
Release version 2.4.6
Michael Friedrich [Wed, 20 Apr 2016 16:35:19 +0000 (18:35 +0200)]
Update RELEASE.md
fixes #11638
Michael Friedrich [Wed, 20 Apr 2016 16:21:39 +0000 (18:21 +0200)]
Fix: Failed assertion in IdoPgsqlConnection::FieldToEscapedString
fixes #11635
Gunnar Beutner [Wed, 20 Apr 2016 13:35:43 +0000 (15:35 +0200)]
Build fix for Ubuntu Xenial
fixes #11634
Michael Friedrich [Wed, 20 Apr 2016 10:31:25 +0000 (12:31 +0200)]
Documentation: Zone attribute 'endpoints' is an array
fixes #11628
Gunnar Beutner [Wed, 20 Apr 2016 16:40:22 +0000 (18:40 +0200)]
Update the pick.py script
refs #11623
Michael Friedrich [Wed, 20 Apr 2016 16:35:19 +0000 (18:35 +0200)]
Update RELEASE.md
fixes #11638
Michael Friedrich [Wed, 20 Apr 2016 16:21:39 +0000 (18:21 +0200)]
Fix: Failed assertion in IdoPgsqlConnection::FieldToEscapedString
fixes #11635
Gunnar Beutner [Wed, 20 Apr 2016 13:35:43 +0000 (15:35 +0200)]
Build fix for Ubuntu Xenial
fixes #11634
Michael Friedrich [Wed, 20 Apr 2016 10:31:25 +0000 (12:31 +0200)]
Documentation: Zone attribute 'endpoints' is an array
fixes #11628
Gunnar Beutner [Wed, 20 Apr 2016 08:47:43 +0000 (10:47 +0200)]
Merge branch 'support/2.4'
Gunnar Beutner [Wed, 20 Apr 2016 08:21:49 +0000 (10:21 +0200)]
Release version 2.4.5
Gunnar Beutner [Wed, 20 Apr 2016 08:21:49 +0000 (10:21 +0200)]
Release version 2.4.5
Michael Friedrich [Tue, 19 Apr 2016 15:14:17 +0000 (17:14 +0200)]
Documentation: Add Windows setup wizard screenshots
fixes #9618
Michael Friedrich [Tue, 19 Apr 2016 14:09:27 +0000 (16:09 +0200)]
Windows Wizard: Fix 'Examine Config' directory
refs #11449
Michael Friedrich [Tue, 19 Apr 2016 10:02:25 +0000 (12:02 +0200)]
Update AUTHORS
refs #11617
Nicolas Limage [Tue, 19 Apr 2016 08:59:28 +0000 (10:59 +0200)]
Fix typo in vim syntax highlighting
fixes #11617
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Gunnar Beutner [Tue, 19 Apr 2016 07:35:48 +0000 (09:35 +0200)]
Fix crash in Checkable::ExecuteCheck
fixes #11582
Gunnar Beutner [Mon, 18 Apr 2016 13:33:20 +0000 (15:33 +0200)]
Move user data before running the uninstaller
refs #11449
Gunnar Beutner [Mon, 18 Apr 2016 13:02:02 +0000 (15:02 +0200)]
Fix error message for the EventEngine variable
refs #11522
Gunnar Beutner [Mon, 18 Apr 2016 12:25:52 +0000 (14:25 +0200)]
Make the socket event engine configurable
fixes #11522
Gunnar Beutner [Fri, 15 Apr 2016 02:11:59 +0000 (04:11 +0200)]
Update the agent wizard banner
fixes #11585
Gunnar Beutner [Thu, 14 Apr 2016 17:36:59 +0000 (19:36 +0200)]
Fix "Run Icinga 2 wizard" option in the installer
refs #11449
Michael Friedrich [Thu, 14 Apr 2016 14:04:29 +0000 (16:04 +0200)]
Docs: Remove instance_name from Ido*Connection example
fixes #11592
Gunnar Beutner [Thu, 14 Apr 2016 12:58:13 +0000 (14:58 +0200)]
Fix include for icinga2.wixpatch (again)
refs #11449
Gunnar Beutner [Thu, 14 Apr 2016 12:39:48 +0000 (14:39 +0200)]
Use _rmdir instead of _unlink
refs #11449
Gunnar Beutner [Thu, 14 Apr 2016 12:24:41 +0000 (14:24 +0200)]
Remove the Icinga 2 directory (if it's empty) after running uninstall.exe
refs #11449
Gunnar Beutner [Thu, 14 Apr 2016 12:12:25 +0000 (14:12 +0200)]
Remove cmake_policy call
refs #11449
Gunnar Beutner [Thu, 14 Apr 2016 12:08:18 +0000 (14:08 +0200)]
Fix support for building debug MSI packages
refs #11449
Gunnar Beutner [Thu, 14 Apr 2016 06:38:57 +0000 (08:38 +0200)]
Make sure NSIS-based installations are uninstalled before we copy the new
files
refs #11449
Rune Darrud [Thu, 14 Apr 2016 06:29:58 +0000 (08:29 +0200)]
Add support for msi uninstallation in Chocolatey package
refs #11587
Gunnar Beutner [Thu, 14 Apr 2016 05:51:23 +0000 (07:51 +0200)]
Fix arguments for uninstall.exe
refs #11449
Gunnar Beutner [Thu, 14 Apr 2016 05:04:36 +0000 (07:04 +0200)]
Wait for uninstall.exe to terminate
refs #11449
Gunnar Beutner [Wed, 13 Apr 2016 19:44:15 +0000 (21:44 +0200)]
Replace the agent wizard banner
refs #11449
Gunnar Beutner [Wed, 13 Apr 2016 11:43:38 +0000 (13:43 +0200)]
Make sure the etc and var directories are in the common data directory
refs #11449
Gunnar Beutner [Wed, 13 Apr 2016 10:02:08 +0000 (12:02 +0200)]
Only hide navigational attributes which are not config/state
fixes #11567
Gunnar Beutner [Wed, 13 Apr 2016 07:32:08 +0000 (09:32 +0200)]
Fix installations that use DESTDIR
fixes #11574
Rune Darrud [Mon, 14 Mar 2016 19:49:07 +0000 (20:49 +0100)]
Remove .Net 3.5 dependency from the Chocolatey package
fixes #11384
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
Gunnar Beutner [Wed, 13 Apr 2016 06:58:16 +0000 (08:58 +0200)]
Fix compiler warning in *::NotifyActive
fixes #11577
Gunnar Beutner [Tue, 12 Apr 2016 13:30:28 +0000 (15:30 +0200)]
Disable MSI restart manager
refs #11449
Gunnar Beutner [Tue, 12 Apr 2016 11:13:21 +0000 (13:13 +0200)]
Ensure that KB2999226 is installed
refs #11449
Gunnar Beutner [Tue, 12 Apr 2016 10:27:33 +0000 (12:27 +0200)]
Update Chocolatey scripts to support the new MSI package
refs #11449
Gunnar Beutner [Tue, 12 Apr 2016 10:22:46 +0000 (12:22 +0200)]
Update banner for the Windows setup wizard
refs #11449
Rune Darrud [Mon, 14 Mar 2016 19:44:58 +0000 (20:44 +0100)]
Add the Icinga2SetupAgent.exe.config to Windows installer
fixes #10624
Gunnar Beutner [Tue, 12 Apr 2016 10:04:38 +0000 (12:04 +0200)]
Fix crash in Downtime::DowntimesExpireTimerHandler
fixes #11534
fixes #11559