Add lost call to function

(cherry picked from commit aebbb3e209e757bda9915bc11f1beea107f90fb1)
This commit is contained in:
m-lopez-f 2015-12-21 15:56:15 +01:00
parent 6668cc2eac
commit f6d6316e9e

View File

@ -4434,6 +4434,10 @@ sub pandora_manage_main ($$$) {
param_check($ltotal, 5, 4); param_check($ltotal, 5, 4);
cli_get_planned_downtimes_items(); cli_get_planned_downtimes_items();
} }
elsif ($param eq '--create_synthetic') {
#aram_check($ltotal, 1);
cli_create_synthetic();
}
elsif ($param eq '--set_planned_downtimes_deleted') { elsif ($param eq '--set_planned_downtimes_deleted') {
param_check($ltotal, 1); param_check($ltotal, 1);
cli_set_delete_planned_downtime(); cli_set_delete_planned_downtime();