Commit Graph

6460 Commits

Author SHA1 Message Date
Gunnar Beutner 25c490ecb6 Remove config file when object creation fails
fixes #10578
2015-11-09 12:33:37 +01:00
Gunnar Beutner c44701068f Fix: Detailed error message is missing when object creation via API fails
fixes #10580
2015-11-09 12:30:30 +01:00
Gunnar Beutner 9b2e4cfd28 Add contrib/discover-api.py 2015-11-09 12:16:26 +01:00
Jean Flach 910b8535a0 Update INSTALL.md
Document the need of wxwidgets to build Icinga2 Studio

fixes #10574
2015-11-09 11:31:52 +01:00
Gunnar Beutner 679983dd9a Rename $quit to $continue
refs #10559
2015-11-09 11:08:35 +01:00
Michael Friedrich ff8a477a6e Documentation for /v1/console
fixes #10575
2015-11-09 11:04:54 +01:00
Gunnar Beutner fa034a96f8 Improve error message for 404s
refs #9447
2015-11-09 10:48:24 +01:00
Michael Friedrich e0dab9ff1f Documentation: Fix example host names
refs #9105
refs #10562
2015-11-09 10:37:47 +01:00
Gunnar Beutner 5a74f69819 Fix memory leak for JSON-RPC/HTTP connections
fixes #10517
2015-11-09 10:22:52 +01:00
Gunnar Beutner 4bb9beda19 Don't send cluster config messages for objects with version 0
refs #9927
2015-11-08 21:22:06 +01:00
Gunnar Beutner f8399e45db Remove unused variable
refs #10563
2015-11-08 17:53:22 +01:00
Michael Friedrich 1d2606cbfe Add filter targets for remove-{comment,downtime} actions
Drop remove-all-{comments,downtimes}. This is provided
by using host and service filters.

fixes #10561
2015-11-08 14:22:10 +01:00
Michael Friedrich b7f923dd01 'api setup' must not override existing certificate and api-users.conf file
fixes #10560
2015-11-08 14:19:06 +01:00
Michael Friedrich e6159ca86a Fix: /v1/console should only use a single permission
fixes #10563
2015-11-08 14:17:13 +01:00
Michael Friedrich 1c8531fc0d Fix: 'api setup' should create a user even when api feature is already enabled
fixes #10560
2015-11-08 14:06:36 +01:00
Gunnar Beutner 1d25a254c0 Update documentation
fixes #10569
2015-11-08 14:03:18 +01:00
Gunnar Beutner 0a23eeb611 Update documentation
refs #9105
2015-11-08 12:55:38 +01:00
Michael Friedrich cd3edd92d6 Update API documentation
refs #9105
2015-11-08 12:54:36 +01:00
Gunnar Beutner df1d235634 Update documentation
refs #9105
2015-11-08 01:19:38 +01:00
Gunnar Beutner d975e47c2c Update documentation
refs #9105
2015-11-07 13:49:14 +01:00
Gunnar Beutner ced341286c Update documentation
refs #9105
2015-11-07 13:37:11 +01:00
Gunnar Beutner 1a29fa6539 Update documentation
refs #9105
2015-11-07 13:28:09 +01:00
Gunnar Beutner 9830ea6ea7 Remove duplicate text in an error message
refs #10559
2015-11-07 10:31:09 +01:00
Gunnar Beutner 2c135d82c1 Fix incorrect variable names for joined objects in filters
fixes #10558
2015-11-07 10:28:34 +01:00
Gunnar Beutner dcfc171c61 Improve messages for the debugger
refs #10559
2015-11-07 10:22:55 +01:00
Gunnar Beutner a6c411c6cb Fix: Autocompletion doesn't work in the debugger
fixes #10559
2015-11-07 10:17:55 +01:00
Gunnar Beutner b89a7dbdb6 Rename 'object' to 'obj' in filters
refs #9077
2015-11-07 10:01:07 +01:00
Gunnar Beutner 64376dafeb Make the main object available as 'object' in filter expressions
refs #9077
2015-11-07 09:59:00 +01:00
Gunnar Beutner 3a695742e3 Improve error handling when user specifies invalid method for /v1/console
refs #10387
2015-11-07 09:59:00 +01:00
Gunnar Beutner 315232bbcc Update documentation
refs #9105
2015-11-07 09:57:40 +01:00
Gunnar Beutner d78a081727 Improve performance data for DB IDO
refs #9079
2015-11-07 07:51:41 +01:00
Gunnar Beutner 13d9b93f42 Update man page for the --script-debugger option
refs #10547
2015-11-06 17:56:06 +01:00
Gunnar Beutner 991bb0cd7e Don't use 'which' in the 'prepare-dirs' script
refs #10417
2015-11-06 17:43:08 +01:00
Gunnar Beutner 3ded63a01c Revert "Make sure 'api setup' is run by the Windows installer"
This reverts commit 2c6a87576b.

refs #9948
2015-11-06 17:23:55 +01:00
Michael Friedrich 64c936d387 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
2015-11-06 17:06:12 +01:00
Gunnar Beutner a51d01c14d Update AUTHORS
refs #10555
2015-11-06 17:03:21 +01:00
Matthaus Owens 80d63d7e58 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>
2015-11-06 17:02:32 +01:00
Michael Friedrich 6004ab6c31 ITL: Increase the default timeout for OS checks (update-windows, yum, apt)
fixes #10504
2015-11-06 15:41:54 +01:00
Jo Goossens 8a677277a5 ITL: Add missing check_apt arguments
refs #10504

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-11-06 15:37:56 +01:00
Michael Friedrich d370275689 Update API documentation for object queries and joins
refs #9105
2015-11-06 15:32:44 +01:00
Gunnar Beutner a177e5e05a Change output format for object queries
fixes #10551
2015-11-06 14:45:38 +01:00
Michael Friedrich 4cfde2d7ef Remove outdated SELinux documentation for now
refs #10553
2015-11-06 13:34:58 +01:00
Michael Friedrich 7d3319ebc9 Update API documentation for Accept header
refs #9105
2015-11-06 11:04:31 +01:00
Michael Friedrich 3b902b51e2 Change session_token to integer timestamp
fixes #10529
2015-11-05 18:05:30 +01:00
Michael Friedrich 4c0b245466 Update AUTHORS
refs #10503
2015-11-05 17:52:50 +01:00
Jo Goossens 773e398799 Add missing parameters for jmx4perl check command
fixes #10503
2015-11-05 17:50:47 +01:00
Michael Friedrich dda05f0322 Fix: Async mysql queries aren't logged in the debug log
fixes #10540
2015-11-05 15:43:09 +01:00
Michael Friedrich 58da59854d Change 'api setup' into a manual step while configuring the API
fixes #10549
2015-11-05 15:37:58 +01:00
Michael Friedrich 7e5f5544fc Require 'Accept' header for API requests (except for GET)
fixes #10548
2015-11-05 15:18:53 +01:00
Michael Friedrich a3d5d2488e Update API documentation from feedback and API clients
refs #9105
2015-11-05 14:41:18 +01:00