]> granicus.if.org Git - icinga2/commit
Fix max number of args for DEL_DOWNTIME_BY_HOST_NAME
authorJulian Brost <julian@0x4a42.net>
Fri, 26 Feb 2016 13:31:32 +0000 (14:31 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Sat, 5 Mar 2016 17:43:02 +0000 (18:43 +0100)
commit7439633965c7c9b2aeb9efd9ba8a9861b014a7f2
treee477991f798ac799fe1fc9c29ec0cc57955a68a0
parentef532f20eb4c168dc532d7f9532d88409a821902
Fix max number of args for DEL_DOWNTIME_BY_HOST_NAME

The RegisterCommand call for DEL_DOWNTIME_BY_HOST_NAME was missing the
max args parameter. This prevented the optional service name, start time
and comment arguments to be passed.

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
fixes #11240
lib/icinga/externalcommandprocessor.cpp