Commit Graph

6571 Commits

Author SHA1 Message Date
Gunnar Beutner 0a6505ce2d Use poll() for the command pipe fd
refs 
2015-11-10 11:41:21 +01:00
Gunnar Beutner 9ef079fd92 Update documentation
refs 
2015-11-10 09:57:59 +01:00
Gunnar Beutner c08fb21613 Update documentation
refs 
2015-11-10 09:29:43 +01:00
Gunnar Beutner f332d8fde2 Remove redundant curl options
refs 
2015-11-10 08:30:25 +01:00
Gunnar Beutner 2cc33b7fb3 Don't validate arguments/parameters that aren't strings
refs 
2015-11-10 07:59:10 +01:00
Michael Friedrich 9933b44ebd Update programmatic API examples
fixes 
2015-11-09 22:48:56 +01:00
Michael Friedrich 36cea68c1a Add the HTTP request body to debug log 2015-11-09 22:48:56 +01:00
Gunnar Beutner 9ea51aa86e Use non-blocking open() for the command pipe
fixes 
2015-11-09 20:39:26 +01:00
Michael Friedrich 2cf0df2675 Remove obsolete script 2015-11-09 13:37:32 +01:00
Michael Friedrich 390dc92caa Update API documentation
refs 
2015-11-09 13:37:08 +01:00
Michael Friedrich bc05389a79 Improve error handling for unlinking files
refs 
2015-11-09 13:35:51 +01:00
Gunnar Beutner 25c490ecb6 Remove config file when object creation fails
fixes 
2015-11-09 12:33:37 +01:00
Gunnar Beutner c44701068f Fix: Detailed error message is missing when object creation via API fails
fixes 
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 
2015-11-09 11:31:52 +01:00
Gunnar Beutner 679983dd9a Rename $quit to $continue
refs 
2015-11-09 11:08:35 +01:00
Michael Friedrich ff8a477a6e Documentation for /v1/console
fixes 
2015-11-09 11:04:54 +01:00
Gunnar Beutner fa034a96f8 Improve error message for 404s
refs 
2015-11-09 10:48:24 +01:00
Michael Friedrich e0dab9ff1f Documentation: Fix example host names
refs 
refs 
2015-11-09 10:37:47 +01:00
Gunnar Beutner 5a74f69819 Fix memory leak for JSON-RPC/HTTP connections
fixes 
2015-11-09 10:22:52 +01:00
Gunnar Beutner 4bb9beda19 Don't send cluster config messages for objects with version 0
refs 
2015-11-08 21:22:06 +01:00
Gunnar Beutner f8399e45db Remove unused variable
refs 
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 
2015-11-08 14:22:10 +01:00
Michael Friedrich b7f923dd01 'api setup' must not override existing certificate and api-users.conf file
fixes 
2015-11-08 14:19:06 +01:00
Michael Friedrich e6159ca86a Fix: /v1/console should only use a single permission
fixes 
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 
2015-11-08 14:06:36 +01:00
Gunnar Beutner 1d25a254c0 Update documentation
fixes 
2015-11-08 14:03:18 +01:00
Gunnar Beutner 0a23eeb611 Update documentation
refs 
2015-11-08 12:55:38 +01:00
Michael Friedrich cd3edd92d6 Update API documentation
refs 
2015-11-08 12:54:36 +01:00
Gunnar Beutner df1d235634 Update documentation
refs 
2015-11-08 01:19:38 +01:00
Gunnar Beutner d975e47c2c Update documentation
refs 
2015-11-07 13:49:14 +01:00
Gunnar Beutner ced341286c Update documentation
refs 
2015-11-07 13:37:11 +01:00
Gunnar Beutner 1a29fa6539 Update documentation
refs 
2015-11-07 13:28:09 +01:00
Gunnar Beutner 9830ea6ea7 Remove duplicate text in an error message
refs 
2015-11-07 10:31:09 +01:00
Gunnar Beutner 2c135d82c1 Fix incorrect variable names for joined objects in filters
fixes 
2015-11-07 10:28:34 +01:00
Gunnar Beutner dcfc171c61 Improve messages for the debugger
refs 
2015-11-07 10:22:55 +01:00
Gunnar Beutner a6c411c6cb Fix: Autocompletion doesn't work in the debugger
fixes 
2015-11-07 10:17:55 +01:00
Gunnar Beutner b89a7dbdb6 Rename 'object' to 'obj' in filters
refs 
2015-11-07 10:01:07 +01:00
Gunnar Beutner 64376dafeb Make the main object available as 'object' in filter expressions
refs 
2015-11-07 09:59:00 +01:00
Gunnar Beutner 3a695742e3 Improve error handling when user specifies invalid method for /v1/console
refs 
2015-11-07 09:59:00 +01:00
Gunnar Beutner 315232bbcc Update documentation
refs 
2015-11-07 09:57:40 +01:00
Gunnar Beutner d78a081727 Improve performance data for DB IDO
refs 
2015-11-07 07:51:41 +01:00
Gunnar Beutner 13d9b93f42 Update man page for the --script-debugger option
refs 
2015-11-06 17:56:06 +01:00
Gunnar Beutner 991bb0cd7e Don't use 'which' in the 'prepare-dirs' script
refs 
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 
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 
2015-11-06 17:06:12 +01:00
Gunnar Beutner a51d01c14d Update AUTHORS
refs 
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 

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 
2015-11-06 15:41:54 +01:00
Jo Goossens 8a677277a5 ITL: Add missing check_apt arguments
refs 

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-11-06 15:37:56 +01:00