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:
Alejandro Fraguas 2019-04-02 14:33:14 +02:00
commit 490aa2ac0f
1 changed files with 1 additions and 1 deletions

View File

@ -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']
);