]> granicus.if.org Git - icinga2/commit
Fix parameter order for Acknowledge{,Svc,Host}Problem in API actions/external commands 5495/head
authorFederico Cuello <federico.cuello@sociomantic.com>
Fri, 11 Aug 2017 12:39:47 +0000 (14:39 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Tue, 5 Sep 2017 06:50:22 +0000 (08:50 +0200)
commita6b4bd48e2d5777ddb9d7de65631580d59ac49ce
tree6bc4f582a7b68c9704a863f712546826cf3de7a5
parentaac9ffd9832ba3b17c62affab9e94278e86f2ef1
Fix parameter order for Acknowledge{,Svc,Host}Problem in API actions/external commands

It was preventing email notifications with default settings, as `persistent` defaults to false and therefore `notify` was not set.

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
lib/icinga/apiactions.cpp
lib/icinga/externalcommandprocessor.cpp