Merge branch 'ent-3783-Error-date-last-contact-snmp-interfaces-view' into 'develop'
Ent 3783 error date last contact snmp interfaces view See merge request artica/pandorafms!2316 Former-commit-id: 6959931add69ebb7b1b43c23cd7758024c31a886
This commit is contained in:
commit
490aa2ac0f
|
@ -565,7 +565,7 @@ if (!empty($network_interfaces)) {
|
|||
|
||||
$sqlLast_contact = sprintf(
|
||||
'
|
||||
SELECT last_try
|
||||
SELECT timestamp
|
||||
FROM tagente_estado
|
||||
WHERE id_agente_modulo = '.$interface['status_module_id']
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue