Dixed discovery server agents creation
This commit is contained in:
parent
c5c92411c9
commit
4e1ab0be42
|
@ -2350,7 +2350,10 @@ sub PandoraFMS::Recon::Base::create_agents($$) {
|
|||
$pa_config, $pa_config->{'servername'}, $agent->{'agent_name'},
|
||||
$agent->{'address'}, $agent->{'id_group'}, $parent_id,
|
||||
$os_id, $agent->{'description'},
|
||||
$agent->{'interval'}, $dbh, $agent->{'timezone_offset'}
|
||||
$agent->{'interval'}, $dbh, $agent->{'timezone_offset'},
|
||||
$agent->{'longitude'}, $agent->{'latitude'}, $agent->{'altitude'},
|
||||
$agent->{'position_description'}, $agent->{'custom_id'}, $agent->{'url_address'},
|
||||
$agent->{'agent_mode'}, $agent->{'agent_alias'}
|
||||
);
|
||||
|
||||
$current_agent = $parent_id = PandoraFMS::Core::locate_agent(
|
||||
|
|
Loading…
Reference in New Issue