Merge branch 'ent-9130-Agente-en-modo-disable-sigue-recibiendo-información-por-XML' into 'develop'
Fix disabled agents filling See merge request artica/pandorafms!5080
This commit is contained in:
commit
d0024dd692
|
@ -1879,7 +1879,9 @@ sub PandoraFMS::Recon::Base::create_agents($$) {
|
|||
$force_processing = 1;
|
||||
|
||||
} else {
|
||||
$agent_id = $current_agent->{'id_agente'};
|
||||
if ($current_agent->{'disabled'} eq '0') {
|
||||
$agent_id = $current_agent->{'id_agente'};
|
||||
}
|
||||
}
|
||||
|
||||
if (!defined($agent_id)) {
|
||||
|
|
Loading…
Reference in New Issue