mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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…
x
Reference in New Issue
Block a user