mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Add lost call to function
This commit is contained in:
parent
d916ed55ea
commit
aebbb3e209
@ -4439,6 +4439,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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user