From f6d6316e9e45d84773ba513ecb01ac1e78241f75 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Mon, 21 Dec 2015 15:56:15 +0100 Subject: [PATCH] Add lost call to function (cherry picked from commit aebbb3e209e757bda9915bc11f1beea107f90fb1) --- pandora_server/util/pandora_manage.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora_server/util/pandora_manage.pl b/pandora_server/util/pandora_manage.pl index db62e3ec18..3af85b48ce 100644 --- a/pandora_server/util/pandora_manage.pl +++ b/pandora_server/util/pandora_manage.pl @@ -4434,6 +4434,10 @@ sub pandora_manage_main ($$$) { param_check($ltotal, 5, 4); cli_get_planned_downtimes_items(); } + elsif ($param eq '--create_synthetic') { + #aram_check($ltotal, 1); + cli_create_synthetic(); + } elsif ($param eq '--set_planned_downtimes_deleted') { param_check($ltotal, 1); cli_set_delete_planned_downtime();