]>
granicus.if.org Git - icinga2/log
Michael Friedrich [Wed, 11 Nov 2015 10:55:20 +0000 (11:55 +0100)]
DB IDO: Fix group membership updates for runtime created objects
fixes #10604
Gunnar Beutner [Wed, 11 Nov 2015 09:25:18 +0000 (10:25 +0100)]
Check whether config file exists before trying to create object
fixes #10602
Gunnar Beutner [Wed, 11 Nov 2015 09:21:30 +0000 (10:21 +0100)]
Implement support for recursive object locks
fixes #10596
Gunnar Beutner [Wed, 11 Nov 2015 07:29:48 +0000 (08:29 +0100)]
Don't allow users to set internal attributes via PUT
fixes #10601
Gunnar Beutner [Tue, 10 Nov 2015 16:20:27 +0000 (17:20 +0100)]
Update documentation
refs #10591
Gunnar Beutner [Tue, 10 Nov 2015 16:18:48 +0000 (17:18 +0100)]
Update documentation
refs #10588
Gunnar Beutner [Tue, 10 Nov 2015 16:04:49 +0000 (17:04 +0100)]
Improve location information for exceptions
fixes #10568
Michael Friedrich [Tue, 10 Nov 2015 15:55:26 +0000 (16:55 +0100)]
API Documentation: Explain DELETE for config stages/packages
fixes #10591
Gunnar Beutner [Tue, 10 Nov 2015 15:45:52 +0000 (16:45 +0100)]
Update documentation
refs #9105
Michael Friedrich [Tue, 10 Nov 2015 15:13:37 +0000 (16:13 +0100)]
Add documentation for /v1/types
fixes #10588
Michael Friedrich [Tue, 10 Nov 2015 15:12:50 +0000 (16:12 +0100)]
Remove obsolete checks from API actions
refs #10561
Michael Friedrich [Tue, 10 Nov 2015 13:45:27 +0000 (14:45 +0100)]
Add documentation for the script debugger
fixes #10577
Gunnar Beutner [Tue, 10 Nov 2015 12:09:34 +0000 (13:09 +0100)]
Build fix for Windows
Gunnar Beutner [Tue, 10 Nov 2015 10:41:21 +0000 (11:41 +0100)]
Use poll() for the command pipe fd
refs #10410
Gunnar Beutner [Tue, 10 Nov 2015 08:57:59 +0000 (09:57 +0100)]
Update documentation
refs #9105
Gunnar Beutner [Tue, 10 Nov 2015 08:29:43 +0000 (09:29 +0100)]
Update documentation
refs #10575
Gunnar Beutner [Tue, 10 Nov 2015 07:30:25 +0000 (08:30 +0100)]
Remove redundant curl options
refs #10566
Gunnar Beutner [Tue, 10 Nov 2015 06:59:10 +0000 (07:59 +0100)]
Don't validate arguments/parameters that aren't strings
refs #10539
Michael Friedrich [Mon, 9 Nov 2015 21:48:25 +0000 (22:48 +0100)]
Update programmatic API examples
fixes #10566
Michael Friedrich [Mon, 9 Nov 2015 21:48:03 +0000 (22:48 +0100)]
Add the HTTP request body to debug log
Gunnar Beutner [Mon, 9 Nov 2015 19:39:26 +0000 (20:39 +0100)]
Use non-blocking open() for the command pipe
fixes #10410
Michael Friedrich [Mon, 9 Nov 2015 12:37:32 +0000 (13:37 +0100)]
Remove obsolete script
Michael Friedrich [Mon, 9 Nov 2015 12:37:08 +0000 (13:37 +0100)]
Update API documentation
refs #9105
Michael Friedrich [Mon, 9 Nov 2015 12:35:51 +0000 (13:35 +0100)]
Improve error handling for unlinking files
refs #10578
Gunnar Beutner [Mon, 9 Nov 2015 11:33:37 +0000 (12:33 +0100)]
Remove config file when object creation fails
fixes #10578
Gunnar Beutner [Mon, 9 Nov 2015 11:30:30 +0000 (12:30 +0100)]
Fix: Detailed error message is missing when object creation via API fails
fixes #10580
Gunnar Beutner [Mon, 9 Nov 2015 11:16:02 +0000 (12:16 +0100)]
Add contrib/discover-api.py
Jean Flach [Mon, 9 Nov 2015 10:30:13 +0000 (11:30 +0100)]
Update INSTALL.md
Document the need of wxwidgets to build Icinga2 Studio
fixes #10574
Gunnar Beutner [Mon, 9 Nov 2015 10:08:04 +0000 (11:08 +0100)]
Rename $quit to $continue
refs #10559
Michael Friedrich [Mon, 9 Nov 2015 10:04:26 +0000 (11:04 +0100)]
Documentation for /v1/console
fixes #10575
Gunnar Beutner [Mon, 9 Nov 2015 09:40:31 +0000 (10:40 +0100)]
Improve error message for 404s
refs #9447
Michael Friedrich [Mon, 9 Nov 2015 09:37:47 +0000 (10:37 +0100)]
Documentation: Fix example host names
refs #9105
refs #10562
Gunnar Beutner [Sun, 8 Nov 2015 20:23:04 +0000 (21:23 +0100)]
Fix memory leak for JSON-RPC/HTTP connections
fixes #10517
Gunnar Beutner [Sun, 8 Nov 2015 20:22:06 +0000 (21:22 +0100)]
Don't send cluster config messages for objects with version 0
refs #9927
Gunnar Beutner [Sun, 8 Nov 2015 16:53:22 +0000 (17:53 +0100)]
Remove unused variable
refs #10563
Michael Friedrich [Sun, 8 Nov 2015 11:41:47 +0000 (12:41 +0100)]
Add filter targets for remove-{comment,downtime} actions
Drop remove-all-{comments,downtimes}. This is provided
by using host and service filters.
fixes #10561
Michael Friedrich [Sun, 8 Nov 2015 13:19:06 +0000 (14:19 +0100)]
'api setup' must not override existing certificate and api-users.conf file
fixes #10560
Michael Friedrich [Sun, 8 Nov 2015 13:17:13 +0000 (14:17 +0100)]
Fix: /v1/console should only use a single permission
fixes #10563
Michael Friedrich [Sun, 8 Nov 2015 13:06:20 +0000 (14:06 +0100)]
Fix: 'api setup' should create a user even when api feature is already enabled
fixes #10560
Gunnar Beutner [Sun, 8 Nov 2015 13:03:18 +0000 (14:03 +0100)]
Update documentation
fixes #10569
Gunnar Beutner [Sun, 8 Nov 2015 11:55:18 +0000 (12:55 +0100)]
Update documentation
refs #9105
Michael Friedrich [Sun, 8 Nov 2015 11:54:36 +0000 (12:54 +0100)]
Update API documentation
refs #9105
Gunnar Beutner [Sun, 8 Nov 2015 00:19:38 +0000 (01:19 +0100)]
Update documentation
refs #9105
Gunnar Beutner [Sat, 7 Nov 2015 12:49:14 +0000 (13:49 +0100)]
Update documentation
refs #9105
Gunnar Beutner [Sat, 7 Nov 2015 12:37:11 +0000 (13:37 +0100)]
Update documentation
refs #9105
Gunnar Beutner [Sat, 7 Nov 2015 12:28:09 +0000 (13:28 +0100)]
Update documentation
refs #9105
Gunnar Beutner [Sat, 7 Nov 2015 09:31:09 +0000 (10:31 +0100)]
Remove duplicate text in an error message
refs #10559
Gunnar Beutner [Sat, 7 Nov 2015 09:28:34 +0000 (10:28 +0100)]
Fix incorrect variable names for joined objects in filters
fixes #10558
Gunnar Beutner [Sat, 7 Nov 2015 09:22:55 +0000 (10:22 +0100)]
Improve messages for the debugger
refs #10559
Gunnar Beutner [Sat, 7 Nov 2015 09:17:55 +0000 (10:17 +0100)]
Fix: Autocompletion doesn't work in the debugger
fixes #10559
Gunnar Beutner [Sat, 7 Nov 2015 09:01:07 +0000 (10:01 +0100)]
Rename 'object' to 'obj' in filters
refs #9077
Gunnar Beutner [Sat, 7 Nov 2015 08:58:09 +0000 (09:58 +0100)]
Make the main object available as 'object' in filter expressions
refs #9077
Gunnar Beutner [Sat, 7 Nov 2015 08:11:16 +0000 (09:11 +0100)]
Improve error handling when user specifies invalid method for /v1/console
refs #10387
Gunnar Beutner [Sat, 7 Nov 2015 08:57:40 +0000 (09:57 +0100)]
Update documentation
refs #9105
Gunnar Beutner [Sat, 7 Nov 2015 06:51:41 +0000 (07:51 +0100)]
Improve performance data for DB IDO
refs #9079
Gunnar Beutner [Fri, 6 Nov 2015 16:56:06 +0000 (17:56 +0100)]
Update man page for the --script-debugger option
refs #10547
Gunnar Beutner [Fri, 6 Nov 2015 16:39:18 +0000 (17:39 +0100)]
Don't use 'which' in the 'prepare-dirs' script
refs #10417
Gunnar Beutner [Fri, 6 Nov 2015 16:23:46 +0000 (17:23 +0100)]
Revert "Make sure 'api setup' is run by the Windows installer"
This reverts commit
2c6a87576b6548f8fbee455ef59ddf617cf64f35 .
refs #9948
Michael Friedrich [Fri, 6 Nov 2015 15:45:09 +0000 (16:45 +0100)]
API Actions: Remove -by-id from actions and require names for comments and downtimes
The documentation is updated as well. Furthermore actions provide
detailed error information in case of an exception.
Includes DB IDO schema updates.
fixes #10512
Gunnar Beutner [Fri, 6 Nov 2015 16:03:21 +0000 (17:03 +0100)]
Update AUTHORS
refs #10555
Matthaus Owens [Mon, 26 Oct 2015 21:01:22 +0000 (14:01 -0700)]
Don't try to use --gc-sections on SunOS
The linker on Solaris pukes on the floor when handed --gc-sections, so this commit adds SunOS to the list of OSes to exclude from this section of CMakery.
fixes #10555
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
Michael Friedrich [Fri, 6 Nov 2015 14:41:54 +0000 (15:41 +0100)]
ITL: Increase the default timeout for OS checks (update-windows, yum, apt)
fixes #10504
Jo Goossens [Fri, 6 Nov 2015 14:24:42 +0000 (15:24 +0100)]
ITL: Add missing check_apt arguments
refs #10504
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Michael Friedrich [Fri, 6 Nov 2015 14:32:44 +0000 (15:32 +0100)]
Update API documentation for object queries and joins
refs #9105
Gunnar Beutner [Fri, 6 Nov 2015 10:04:58 +0000 (11:04 +0100)]
Change output format for object queries
fixes #10551
Michael Friedrich [Fri, 6 Nov 2015 12:34:58 +0000 (13:34 +0100)]
Remove outdated SELinux documentation for now
refs #10553
Michael Friedrich [Fri, 6 Nov 2015 10:04:31 +0000 (11:04 +0100)]
Update API documentation for Accept header
refs #9105
Michael Friedrich [Thu, 5 Nov 2015 17:05:30 +0000 (18:05 +0100)]
Change session_token to integer timestamp
fixes #10529
Michael Friedrich [Thu, 5 Nov 2015 16:52:50 +0000 (17:52 +0100)]
Update AUTHORS
refs #10503
Jo Goossens [Thu, 5 Nov 2015 16:50:47 +0000 (17:50 +0100)]
Add missing parameters for jmx4perl check command
fixes #10503
Michael Friedrich [Thu, 5 Nov 2015 14:43:09 +0000 (15:43 +0100)]
Fix: Async mysql queries aren't logged in the debug log
fixes #10540
Michael Friedrich [Thu, 5 Nov 2015 14:37:58 +0000 (15:37 +0100)]
Change 'api setup' into a manual step while configuring the API
fixes #10549
Michael Friedrich [Thu, 5 Nov 2015 14:18:53 +0000 (15:18 +0100)]
Require 'Accept' header for API requests (except for GET)
fixes #10548
Michael Friedrich [Wed, 4 Nov 2015 09:39:32 +0000 (10:39 +0100)]
Update API documentation from feedback and API clients
refs #9105
Gunnar Beutner [Thu, 5 Nov 2015 13:29:45 +0000 (14:29 +0100)]
Implement a debugger for Icinga scripts
fixes #10547
Gunnar Beutner [Thu, 5 Nov 2015 11:08:38 +0000 (12:08 +0100)]
Fix command-line arguments which contain spaces
fixes #10535
Michael Friedrich [Thu, 5 Nov 2015 10:54:32 +0000 (11:54 +0100)]
Build fix
refs #10545
Gunnar Beutner [Thu, 5 Nov 2015 09:58:09 +0000 (10:58 +0100)]
Fix invalid field IDs in Type::GetField
refs #10387
Gunnar Beutner [Thu, 5 Nov 2015 09:52:25 +0000 (10:52 +0100)]
Fix 'Invalid field ID' error when serializing Type objects
refs #10387
Gunnar Beutner [Thu, 5 Nov 2015 09:29:02 +0000 (10:29 +0100)]
Fix the 'type' attribute for the Object class
refs #10387
Gunnar Beutner [Wed, 4 Nov 2015 18:05:47 +0000 (19:05 +0100)]
Fix race condition in ConfigWriter::EmitIdentifier
fixes #10538
Gunnar Beutner [Wed, 4 Nov 2015 18:04:33 +0000 (19:04 +0100)]
Don't validate custom attributes that aren't strings
fixes #10539
Gunnar Beutner [Wed, 4 Nov 2015 16:06:33 +0000 (17:06 +0100)]
Improve formatting for arrays
refs #10527
Gunnar Beutner [Wed, 4 Nov 2015 15:42:19 +0000 (16:42 +0100)]
Fix indentation for nested dictionaries
refs #10527
Michael Friedrich [Mon, 2 Nov 2015 15:35:21 +0000 (16:35 +0100)]
Implement 'console' cli command using the API
fixes #10387
Gunnar Beutner [Wed, 4 Nov 2015 07:44:56 +0000 (08:44 +0100)]
Fix indentation for Dictionary::ToString
fixes #10527
Gunnar Beutner [Tue, 3 Nov 2015 15:34:34 +0000 (16:34 +0100)]
Implement the current_filename and current_line keywords
fixes #10243
Gunnar Beutner [Tue, 3 Nov 2015 08:46:45 +0000 (09:46 +0100)]
Fix race condition in ConfigWriter::GetKeywords
fixes #10518
Gunnar Beutner [Tue, 3 Nov 2015 08:44:12 +0000 (09:44 +0100)]
Icinga Studio: Sort object names
refs #10042
Gunnar Beutner [Tue, 3 Nov 2015 07:27:36 +0000 (08:27 +0100)]
Only show types which inherit from ConfigObject and aren't abstract in Icinga Studio
fixes #10498
Gunnar Beutner [Mon, 2 Nov 2015 16:34:01 +0000 (17:34 +0100)]
Fix crash in JsonRpcClient::DataAvailableHandler
fixes #10495
Michael Friedrich [Mon, 2 Nov 2015 16:36:13 +0000 (17:36 +0100)]
Add missing override
refs #10508
refs #10509
Michael Friedrich [Mon, 2 Nov 2015 13:10:44 +0000 (14:10 +0100)]
Add host.last_state_{up,down} and last_check attribute, hide *_raw attributes
fixes #10508
fixes #10509
Sebastian Chrostek [Sun, 1 Nov 2015 15:33:02 +0000 (16:33 +0100)]
Add ipv4/ipv6 only to tcp, udp and http CheckCommand
fixes #10513
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
Markus Frosch [Sun, 1 Nov 2015 17:30:46 +0000 (18:30 +0100)]
Update API docs for language improvements
refs #9105
Michael Friedrich [Sun, 1 Nov 2015 15:34:56 +0000 (16:34 +0100)]
Update API documentation
See comments in https://dev.icinga.org/issues/9105#note-15
refs #9105
Michael Friedrich [Sun, 1 Nov 2015 15:33:43 +0000 (16:33 +0100)]
API actions: Check if removal of comments and downtimes was succesful
refs #9080
Lennart Betz [Sun, 1 Nov 2015 11:31:58 +0000 (12:31 +0100)]
Add check command negate.
fixes #10507
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Lennart Betz [Sun, 1 Nov 2015 12:26:01 +0000 (13:26 +0100)]
Add check command mysql
fixes #10511
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
Michael Friedrich [Sun, 1 Nov 2015 12:41:25 +0000 (13:41 +0100)]
Update API documentation
* Rename object types to config object types
* Add common config object attributes (e.g. version) overview
* add API references to troubleshooting
* add CheckResult and PerfdataValue value types (exposed via API)
* Update object types and their attributes
refs #9105