Fix pandora_dbstress.pl.
pandora_dbstress.pl was broken because an invalid parameter was being passed to pandora_process_module.
This commit is contained in:
parent
ea8b5d68d7
commit
3997ab3d2e
|
@ -188,7 +188,7 @@ sub process_module($$$$$){
|
|||
|
||||
$data_object{"data"} = $valor;
|
||||
|
||||
pandora_process_module ($pa_config, \%data_object, $agent, $module, '', $timestamp, $utimestamp, 1, $dbh, "");
|
||||
pandora_process_module ($pa_config, \%data_object, $agent, $module, '', $timestamp, $utimestamp, 1, $dbh);
|
||||
pandora_update_agent($pa_config, $timestamp, $target_agent, undef, undef, -1, $dbh);
|
||||
|
||||
$modules_processed++;
|
||||
|
|
Loading…
Reference in New Issue