]> granicus.if.org Git - icinga2/commit
Fix parameter order for Acknowledge{,Svc,Host}Problem in API actions/external commands
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 09:16:17 +0000 (11:16 +0200)
commit740170d1a79ffe3c9526da62fe99585ff6f1d7bc
treea1d838fd27a382f38e04f1d8f10a83cd82dc642d
parent077ea69e3c8a8aa37411e9ce7b516f4f2f083423
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>
refs #5495
lib/icinga/apiactions.cpp
lib/icinga/externalcommandprocessor.cpp