update endpoints and add new fields integration pandoraitsm pandora_enterprise#13004

This commit is contained in:
daniel 2024-04-01 08:19:42 +02:00
parent 9dfc052e2f
commit 8e0af02e54
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ class PandoraITSMInventoryRepositoryMySQL extends RepositoryMySQL implements Pan
ON tgrupo.id_grupo = tagente.id_grupo
INNER JOIN tconfig_os
ON tconfig_os.id_os = tagente.id_os
LEFT JOIN tagent_secondary_group
ON tagente.id_agente = tagent_secondary_group.id_agent
WHERE %s
%s
%s