]> granicus.if.org Git - icinga2/commit
API: Add optional reload parameter to config stage upload 5547/head
authorryanohnemus <ryan.ohnemus@tradingtechnologies.com>
Sun, 3 Sep 2017 14:15:40 +0000 (09:15 -0500)
committerMichael Friedrich <michael.friedrich@icinga.com>
Wed, 20 Sep 2017 12:16:55 +0000 (14:16 +0200)
commit1cb39994a565c59df0ebffd424e80e5f898a4181
treec20b0809a15f2c1eea36f44bd4d11084a8b823f9
parent65390298be44b78925819832007bed78f9cf7272
API: Add optional reload parameter to config stage upload

You can now specify a boolean `reload` attribute that
will allow you to skip the icinga2 reload after config
validation. By default this is set to true.

The response text has been updated to show if icinga2
will reload or if it was requested to be skipped.

fixes #4769
doc/12-icinga2-api.md
lib/remote/configpackageutility.cpp
lib/remote/configpackageutility.hpp
lib/remote/configstageshandler.cpp